Commit Graph

19 Commits

Author SHA1 Message Date
Ende! f94792e4f9 added custom data source and made some fixes
- added "class" VXCustomDataSource allowing a user to write a custom data source
- increased warning level on MSVC to /W4 and resolved warnings arising from that
- added VX_UNUSED macro that allows shutting up unused-arg warnings explicitly when needed
2015-03-19 17:13:37 +01:00
Ende! 9e2cceb2be ported doxygen comments for internal functions from C++ headers to C sources 2015-03-19 15:14:47 +01:00
flobernd 0df2deb78a cosmetic changes 2015-03-18 16:53:49 +01:00
flobernd 48fd678632 fixed data source position not beeing correct if the end of the input was reached while decoding an invalid instruction 2015-03-18 16:21:09 +01:00
Ende! a4b07c6f83 fixed build with clang (again..) 2015-03-16 19:06:37 +01:00
Ende! f845185fa1 improved build when compiling shared libraries 2015-03-16 17:58:30 +01:00
Ende! c912af00f9 altered directory structure to use C implementation of library as the default 2015-03-16 16:37:15 +01:00
Ende! ff09bd32eb made c "bindings" independent from c++ library 2015-03-15 23:28:54 +01:00
Ende! 7af8c0e38b fixed build with apple-clang 2015-02-06 03:16:39 +01:00
Ende! 9d5e02ebcb Merge branch 'develop' into c_bindings 2015-02-06 03:06:18 +01:00
Ende! 65d91d1b07 added C bindings 2015-02-06 02:28:51 +01:00
Ende! ead4f07fae fixed build on apple-clang 2015-02-05 12:39:16 +01:00
Ende! 60f05ef1ec cleaned up some includes 2015-02-04 22:08:16 +01:00
Ende! 8cfc7e90e3 added CMakeLists.txt for cross-platform builds
minor code changes to be standard-conform
2014-11-17 20:54:30 +01:00
flobernd 319fe310e6 Removed the "Disassembler" namespace
Added experimental Clang compiler support
2014-11-03 15:15:48 +01:00
flobernd 11cb62c1ed Improved formatter performance
Added symbol resolver example
2014-11-01 03:42:37 +01:00
flobernd 2933d1683b Improved the intel instruction formatter
Some minor bugfixes
2014-10-30 16:36:25 +01:00
flobernd e31a9119ff Added performance test
Some minor bugfixes
2014-10-30 01:00:05 +01:00
flobernd 5b7cc47794 Reorganized files 2014-10-29 23:26:17 +01:00