1. ce6b0a6 better debuggability by Lev Walkin · 7 years ago
  2. f2e12c3 check randomized enumerated round-trip by Lev Walkin · 7 years ago
  3. 360b205 tabs -> spaces by Lev Walkin · 7 years ago
  4. d3cce46 more randomized testing by Lev Walkin · 7 years ago
  5. 87998b8 add randomized tests to the suite by Lev Walkin · 7 years ago
  6. cb52391 randomized value testing by Lev Walkin · 7 years ago
  7. 15734f9 fixed usage by Lev Walkin · 7 years ago
  8. 0bfea56 regenerated by Lev Walkin · 7 years ago
  9. 15b26e6 converter-sample renamed into converter-example by Lev Walkin · 7 years ago
  10. 33897e2 Use ASAN_OPTIONS=detect_leaks=1 if leak sanitizer can be enabled separately by Lev Walkin · 7 years ago
  11. 1900888 bsd compat by Lev Walkin · 7 years ago
  12. 16555a1 cross-platform mandatory include by Lev Walkin · 7 years ago
  13. 0479e04 regenerated by Lev Walkin · 7 years ago
  14. 229ad00 fixed memory leaks in test code by Lev Walkin · 7 years ago
  15. dcae9ce fixed leaks in CHOICE/XER and REAL conversion by Lev Walkin · 7 years ago
  16. c8c286a added fuzzer for XER test 70 by Lev Walkin · 7 years ago
  17. 4fe2882 ensure xer encode yields the same number of bytes as it sends to the callback by Lev Walkin · 7 years ago
  18. 7489807 get rid of zer_* in favor of generic asn_encoder and asn_decoder by Lev Walkin · 7 years ago
  19. a75b247 remove undefined behavior sanitizer warning by Lev Walkin · 7 years ago
  20. a9e6337 remove undefined behavior by Lev Walkin · 7 years ago
  21. 9318004 remove undefined behavior by Lev Walkin · 7 years ago
  22. 0995f35 get rid of undefined behavior by Lev Walkin · 7 years ago
  23. beedbde get rid of undefined behavior and narrow supported entity reference range by Lev Walkin · 7 years ago
  24. 9c57f33 remove undefined behavior sanitizer warnings by Lev Walkin · 7 years ago
  25. e0236da ensure undefined behavior sanitizer crashes the programs by Lev Walkin · 7 years ago
  26. 7b04d79 compiler selectivity by Lev Walkin · 7 years ago
  27. 58dd8c8 fix option naming by Lev Walkin · 7 years ago
  28. 07a50d8 introduce fuzzer and removed fuzzer-guided warning by Lev Walkin · 7 years ago
  29. 387a8f0 draft fuzzer infrastructure by Lev Walkin · 7 years ago
  30. b5cdc5d add C++ compile check by Lev Walkin · 7 years ago
  31. 24cf97d -fsanitize=undefined does not work with -O0 by Lev Walkin · 7 years ago
  32. 4084658 default bsd make compilation does not include use preprocessor flags by Lev Walkin · 7 years ago
  33. f6e04b5 ignore single value constraint which looks like a (bit)string itself by Lev Walkin · 7 years ago
  34. 59165cf reorganized parsing around constraints by Lev Walkin · 7 years ago
  35. bf97915 parse a variant of value constraint by Lev Walkin · 7 years ago
  36. 0c68645 updated parsing bnf by Lev Walkin · 7 years ago
  37. be518fa ENUMERATION can not be empty by Lev Walkin · 7 years ago
  38. 154519a removed superfluous constraints duplication by Lev Walkin · 7 years ago
  39. b7a202e check length size in default BMPString and UniversalString constraints by Lev Walkin · 7 years ago
  40. 4ef01a2 prohibit encoding universalstring of non-modulo-multiplier size by Lev Walkin · 7 years ago
  41. d523ea4 parse advanced WITH COMPONENTS by Lev Walkin · 7 years ago
  42. 5efafc5 early suggestion of -fcompound-names by Lev Walkin · 7 years ago
  43. b46156d naming abstraction by Lev Walkin · 7 years ago
  44. e0f2a5b 0..MAX is unsigned in constraints by Lev Walkin · 7 years ago
  45. 84382cc fix infinite recursion in constraints by Lev Walkin · 7 years ago
  46. a93d997 Add unittest, which revealed that default booleans were not set properly by Ryan Sleevi · 7 years ago
  47. 135d7dd pull extensions for aliased types by Lev Walkin · 7 years ago
  48. 20dc624 new tests by Lev Walkin · 7 years ago
  49. f9f3e06 NativeEnumerated for OER, and tests by Lev Walkin · 7 years ago
  50. 14fd3e5 added explicit (deprecated) ANY flag by Lev Walkin · 7 years ago
  51. 026055f avoid referencing skeletons to avoid duplicating symbols by Lev Walkin · 7 years ago
  52. 122002e generate codecs flags by Lev Walkin · 7 years ago
  53. 6cd0d56 moved out common bit manipulation code by Lev Walkin · 7 years ago
  54. 8d99d7b introduced ASN_STRUCT_RESET; preferred over ASN_STRUCT_FREE_CONTENTS_ONLY by Lev Walkin · 7 years ago
  55. 56d59b4 moved skeletons tests out by Lev Walkin · 7 years ago
  56. 1f87ac0 Move type operations to another structure by Bi-Ruei, Chiu · 7 years ago
  57. e391708 regenerated test cases by Lev Walkin · 7 years ago
  58. 53a28a2 empty information object sets are OK by Lev Walkin · 7 years ago
  59. d8e07c5 parameterized referencing of information object sets by Lev Walkin · 7 years ago
  60. f75b874 specialization fix, tested on value specialization by Lev Walkin · 7 years ago
  61. 9ded96c constness in tests by Lev Walkin · 7 years ago
  62. e9050cc inner parameterization test (incomplete) by Lev Walkin · 7 years ago
  63. db33c8d check compile result for 142 by Lev Walkin · 7 years ago
  64. b298f2d test for anonymous type decoration by Denis Filatov · 7 years ago
  65. 18660d2 regenerated with new ioc code by Lev Walkin · 7 years ago
  66. f6853ce further runtime support for information object classes by Lev Walkin · 7 years ago
  67. d357f3d fix ioc value encoding by Lev Walkin · 7 years ago
  68. 83d8b2f fix regeneration by Lev Walkin · 7 years ago
  69. 700df49 reshuffled the tests layout by Lev Walkin · 7 years ago
  70. 67a3012 regenerated by Lev Walkin · 7 years ago
  71. cd2f48e structure comparison functions by Lev Walkin · 7 years ago
  72. ad0d637 generate runtime information object set tables by Lev Walkin · 7 years ago
  73. 4dcf836 refactor constraint matrix handling by Lev Walkin · 7 years ago
  74. d0f7b91 print object sets tables for all information object sets by Lev Walkin · 7 years ago
  75. ea6635b better parsing information object class sets by Lev Walkin · 7 years ago
  76. 1fa31c9 Simplify the logic of accessing codec function for specific TYPE by Bi-Ruei, Chiu · 8 years ago
  77. 8041fe8 regenerate with simpler constraint checking code by Lev Walkin · 7 years ago
  78. 5861e8a better constraint recognition (fix F-inv though) by Lev Walkin · 7 years ago
  79. 8aed40c verify value range constraints for OER by Lev Walkin · 7 years ago
  80. 69353a3 test that we ignore size constraints on not-known-multipler character string (utf8string) by Lev Walkin · 7 years ago
  81. af4dfaa OER string test by Lev Walkin · 7 years ago
  82. 3ad1e32 regenerated with OER constraints by Lev Walkin · 7 years ago
  83. 1f820ba old test not needed by Lev Walkin · 7 years ago
  84. 6db40f4 check OER in 32-bit and 64-bit modes by Lev Walkin · 7 years ago
  85. 963fd86 typo fix by Lev Walkin · 7 years ago
  86. 40fa826 135 add optionals to make it interesting by Lev Walkin · 7 years ago
  87. a2abcaa add OER to -print-constraints by Lev Walkin · 7 years ago
  88. b228447 add OER INTEGER constraint check by Lev Walkin · 7 years ago
  89. b33425f fix OER stubs order by Lev Walkin · 7 years ago
  90. ba68c91 empty OER stub generator by Lev Walkin · 7 years ago
  91. a46ab9c OER in doc by Lev Walkin · 7 years ago
  92. 46ef3f3 retain constness of maps by Lev Walkin · 7 years ago
  93. c7b2edb Merge pull request #156 from johvik/unused_variable by Lev Walkin · 7 years ago
  94. 4087683 Merge pull request #158 from johvik/duplicate_const by Lev Walkin · 7 years ago
  95. e70c407 Fix duplicate 'const' warnings by johvik · 7 years ago
  96. bd3dea9 Add (void) when st is unused by johvik · 7 years ago
  97. 2d6b8c0 Add more test result for check-parsing.sh by Bi-Ruei, Chiu · 7 years ago
  98. 792216e Skip last comma when there are no extensions by johvik · 7 years ago
  99. 2e8ee8d Merge pull request #96 from brchiu/fix_declaration_inside_parameter_list_warning by Lev Walkin · 7 years ago
  100. 4aa1e96 regenerated for version bump by Lev Walkin · 7 years ago