1. 26742a8 Added -disable-constants-check, -skip-added-constants and -skip-removed-constants options. Improved SysCheck.pm module. Move to secure HTTPS. by Andrey Ponomarenko · 8 years ago
  2. 991da68 Improved a module to compare operating systems. Added -mingw-compatible and -skip-unidentified options. Improved support for C++ keywords in C code. The -cpp-compatible option is now enabled by default. Improved support for Windows. Improved support for MinGW. by Andrey Ponomarenko · 8 years ago
  3. 19b61de Renamed CPU Type column to Arch in the report. by Andrey Ponomarenko · 8 years ago
  4. 1b16ee8 Support for Clang. by Andrey Ponomarenko · 8 years ago
  5. 8580e85 Support for ABI dumps v3.3. Added -skip-typedef-uncover option. Do not show GCC version in the source compatibility report. by Andrey Ponomarenko · 8 years ago
  6. ad3f504 Released 1.99.23 by Andrey Ponomarenko · 8 years ago
  7. 81b09e8 Added -disable-quick-empty-report option. Improved generation of quick empty reports. Improved SysCheck.pm module for analysis of operating systems. Improved support for Windows 10. by Andrey Ponomarenko · 8 years ago
  8. f9f25c9 Fixed lists of affected symbols in the XML-format report. by Andrey Ponomarenko · 8 years ago
  9. e59087d Released 1.99.22 by Andrey Ponomarenko · 8 years ago
  10. 2ee6178 Fixed style of the report. by Andrey Ponomarenko · 8 years ago
  11. 0f946a4 Added -old-style option. by Andrey Ponomarenko · 8 years ago
  12. 4eb5869 Merge pull request #42 from marchpig/master by Andrey Ponomarenko's ABI Laboratory · 8 years ago
  13. 159324e Fix typo in info by Sangwoo Lee · 8 years ago
  14. ce36037 Improved style of the report. Fixed handling of patterns in -skip-* options. Fixed rounding of the BC rate in the report. by Andrey Ponomarenko · 8 years ago
  15. d24a337 Updated docs to 1.99.21 by Andrey Ponomarenko · 8 years ago
  16. 447e7d5 Up to 4 times faster on big libraries. Highlight the numbers of high/medium/low severity problems in the report. Added -count-symbols option. Show compatibility rate instead of verdict in the report. Show percentage of affected methods in the problem description. Fixed quick comparison of equal ABI dumps. by Andrey Ponomarenko · 8 years ago
  17. b3118d9 Use regular expressions instead of wildcards in -skip-* options. by Andrey Ponomarenko · 8 years ago
  18. 512878d Fixed docs formatting. by Andrey Ponomarenko · 8 years ago
  19. 737aef5 Improved support for OS X. Fixed identifying of non-public structure fields in C. by Andrey Ponomarenko · 8 years ago
  20. dd99c62 Updated docs to 1.99.19 by Andrey Ponomarenko · 8 years ago
  21. a364f8a Updated docs by Andrey Ponomarenko · 8 years ago
  22. 8c1a905 Removed obsolete descriptors. by Andrey Ponomarenko · 8 years ago
  23. d26b50e Separated LICENSE file. by Andrey Ponomarenko · 8 years ago
  24. 3ad495d Support for GCC 5.1 by Andrey Ponomarenko · 8 years ago
  25. 9e05bee Fixed comparison of qualifiers in parameter data types. Fixed problem descriptions in the report. Reduced size of the report. Fixed console output. by Andrey Ponomarenko · 8 years ago
  26. 0b4e203 Released 1.99.17 by Andrey Ponomarenko · 8 years ago
  27. ba89227 Improved performance on big libraries/linux kernel (up to 20 times faster). by Andrey Ponomarenko · 8 years ago
  28. 8a4c3f8 Verify changes in parameters of function pointers. Fixed comparison of virtual table entries. Do not show time stamp in the report. Fixed detection of the GCC version number. Fixed -skip-symbols option. by Andrey Ponomarenko · 8 years ago
  29. 109e3ae Merge pull request #32 from ellert/hurd by Andrey V. Ponomarenko · 8 years ago
  30. e3419b4 Do not check private part of the ABI. Fixed counting of checked data types. by Andrey Ponomarenko · 8 years ago
  31. 01e4122 Reenable GNU/Hurd support by Mattias Ellert · 8 years ago
  32. af3625c Bump version to 1.99.15 by Andrey Ponomarenko · 8 years ago
  33. 86b503b Fixed false positives in the report if input ABI dumps contain __unknown__ types. by Andrey Ponomarenko · 8 years ago
  34. dfd1245 Fixed support for old ABI dumps (formatting of data types). by Andrey Ponomarenko · 9 years ago
  35. 1b597c3 Fixed hang on some template instances. by Andrey Ponomarenko · 9 years ago
  36. 99640d3 Added -skip-types option. Fixed formatting of symbol signatures. Fixed checks of template types. by Andrey Ponomarenko · 9 years ago
  37. d20d2b8 Released 1.99.13 by Andrey Ponomarenko · 9 years ago
  38. aef5cd1 Fixed method signatures in the report (C++). by Andrey Ponomarenko · 9 years ago
  39. 2c530f7 Check public symbols only when comparing public ABI dumps. by Andrey Ponomarenko · 9 years ago
  40. 1fbbce6 Added -skip-internal-types option. Fixed Makefile. Fixed Type_Became_Opaque, Parameter_Changed_Register, Parameter_From_Register and Parameter_To_Register rules. Added more metadata to the report. Fixed -headers-list option. Option -skip-internal renamed to -skip-internal-symbols. Fixed false positives if vtable-dumper generates incomplete data. by Andrey Ponomarenko · 9 years ago
  41. 15bfdc2 Fixed title of the report. Print warning if version number is not set in the ABI dump. by Andrey Ponomarenko · 9 years ago
  42. a6d2e22 Fixed Removed_Field_And_Layout rule. Fixed -skip-symbols option. by Andrey Ponomarenko · 9 years ago
  43. 8bfdcd8 Released 1.99.10 by Andrey Ponomarenko · 9 years ago
  44. 2076d6c Added more test cases. by Andrey Ponomarenko · 9 years ago
  45. 41834e3 Improved style of the report. by Andrey Ponomarenko · 9 years ago
  46. 5e80d97 Allow to check for source-compatibility in the -cmp-systems mode by specifying both -bin and -src options. by Andrey Ponomarenko · 9 years ago
  47. 2887476 Limit number of checked types if -headers-list option is specified. Carefully substitute parameters in rules. Fixed sorting of problems listed in the report. by Andrey Ponomarenko · 9 years ago
  48. 439ec77 Fixed CSS styles of the CmpSystems module. by Andrey Ponomarenko · 9 years ago
  49. e32f7ea Take -relpath option into account in the SysCheck.pm by Andrey Ponomarenko · 9 years ago
  50. d0d6ef5 Fixed SysCheck.pm module. by Andrey Ponomarenko · 9 years ago
  51. ced3a67 Removed obsolete code. Fixed syntax errors. Fixed cross-platform issues. by Andrey Ponomarenko · 9 years ago
  52. 6fce0fa Fixed cross-platform issues. by Andrey Ponomarenko · 9 years ago
  53. e5be1e8 Fixed CSS styles of the report. by Andrey Ponomarenko · 9 years ago
  54. 01e8e50 Set LANG=en_US.UTF-8 for objdump. Fixed style of the report. by Andrey Ponomarenko · 9 years ago
  55. 6ed91e7 Fixed number of checked headers in the report summary. Removed support for old dumps < 1.18. by Andrey Ponomarenko · 9 years ago
  56. ed4d389 Fixed checks of base classes. Fixed -headers-list and -skip-symbols options. Fixed list of headers in the report. Fixed style of the report. by Andrey Ponomarenko · 9 years ago
  57. 14b8f02 Removed -d option (you can find descriptor example in the documentation). Renamed -lib-full option to -title. by Andrey Ponomarenko · 9 years ago
  58. d48d972 New documentation. by Andrey Ponomarenko · 9 years ago
  59. 52b2e35 Added -types-list option. Fixed detection of DataType_Size_And_Stack rule. Limited number of affected symbols shown for each BC problem in the report. Simplified Makefile. Do not install descriptors. Removed unused code. Improved CSS styles of the report. by Andrey Ponomarenko · 9 years ago
  60. c522134 Added 4.8.3 to the list of acceptable GCC versions. by Andrey Ponomarenko · 10 years ago
  61. 6bdaa96 Fixed regression with SysCheck.pm module by Andrey Ponomarenko · 10 years ago
  62. b9ed4c9 More accurate checking of ABI dump names by Andrey Ponomarenko · 10 years ago
  63. b862d1d Improved detection of the GCC target architecture by Andrey Ponomarenko · 10 years ago
  64. d2ed4c6 Corrected detection of the GCC target architecture; Added -gcc-options option; by Andrey Ponomarenko · 10 years ago
  65. 54040a1 Check if the cpu architecture of the input objects is equal to architecture of the used GCC compiler; Added -arch option by Andrey Ponomarenko · 10 years ago
  66. 93840ff Merge pull request #8 from L3n41c/master by Andrey Ponomarenko · 10 years ago
  67. a914cb5 Fix the objdump command line when the path contains spaces by Lénaïc Huard · 10 years ago
  68. d595808 1.99.9: Fixed duplicated entries in the XML report, fixed false positives, etc. by Andrey Ponomarenko · 10 years ago
  69. 33ca7f1 Corrected rule Global_Data_Size by Andrey Ponomarenko · 11 years ago
  70. 2b029aa Fixed identification of header files in the include_preamble by Andrey Ponomarenko · 11 years ago
  71. 8a5b349 Merge branch 'master' of github.com:lvc/abi-compliance-checker by Andrey Ponomarenko · 11 years ago
  72. 2489ef8 Faster on large input libraries by Andrey Ponomarenko · 11 years ago
  73. b02ad7c Merge pull request #5 from malaterre/master by Andrey Ponomarenko · 11 years ago
  74. bd1767a Fix some simple typos in man page by Mathieu Malaterre · 11 years ago
  75. b6a65ee Do not hang on class A<N>:public A<N-1> by Andrey Ponomarenko · 11 years ago
  76. 522ffd4 Updated version and docs by Andrey Ponomarenko · 11 years ago
  77. ac687f9 Support for incomplete ABI dumps by Andrey Ponomarenko · 11 years ago
  78. f442c17 ABI Compliance Checker 1.99.8 by Andrey Ponomarenko · 11 years ago
  79. be558b8 Fixed a crash when instantiating template types by Andrey Ponomarenko · 11 years ago
  80. 082b4d0 Corrected checks for d-tors by Andrey Ponomarenko · 11 years ago
  81. a111a18 Updated docs to 1.99.5 by Andrey Ponomarenko · 11 years ago
  82. 13bb033 Fixed auto-search of include paths by Andrey Ponomarenko · 11 years ago
  83. e3a8d81 Fixed infinite loop; Improved performance (5%). by Andrey Ponomarenko · 11 years ago
  84. 96b86ae Updated docs to 1.99.3 by Andrey Ponomarenko · 11 years ago
  85. 3e69aa3 Improved support for old ABI dumps by Andrey Ponomarenko · 11 years ago
  86. 177a66f ABI Compliance Checker 1.99.2 by Andrey Ponomarenko · 11 years ago
  87. 46bef51 Fixed identification of target headers; Decreased severity of Field_Size rule in some particular cases by Andrey Ponomarenko · 11 years ago
  88. e2bc20b Updated docs to 1.99.1 by Andrey Ponomarenko · 11 years ago
  89. ed17838 Support for ABI Dumper 0.97 by Andrey Ponomarenko · 11 years ago
  90. 6ecc3c2 Fixed xml dumps by Andrey Ponomarenko · 11 years ago
  91. c593c32 Show added/removed inline virtual functions by Andrey Ponomarenko · 11 years ago
  92. 0b2c22b Corrected README by Andrey Ponomarenko · 11 years ago
  93. fe00e7e ABI Compliance Checker 1.99 by Andrey Ponomarenko · 11 years ago
  94. c847123 Corrected Makefile by Andrey Ponomarenko · 11 years ago
  95. 8f4b981 ABI Compliance Checker 1.98.8 by Andrey Ponomarenko · 11 years ago
  96. 74b33ee ABI Compliance Checker 1.98.7 by Andrey Ponomarenko · 11 years ago
  97. 4b077f8 ABI Compliance Checker 1.98.6 by Andrey Ponomarenko · 12 years ago
  98. 570ece5 ABI Compliance Checker 1.98.5 by Andrey Ponomarenko · 12 years ago
  99. 57a405d Fixed an issue with processing of dependent libraries by Andrey Ponomarenko · 12 years ago
  100. 2956b97 Corrected Parameter_Type_Format BC rule. by Andrey Ponomarenko · 12 years ago