1. b458fc0 BSD compat by Lev Walkin · 7 years ago
  2. 6d69204 extend naming API by Lev Walkin · 7 years ago
  3. 14e75ed upgrade to a new API by Lev Walkin · 7 years ago
  4. 8a85b36 split Makefile.am.sample into Makefile.am.example and Makefile.am.libasncodecs by Lev Walkin · 7 years ago
  5. 1711a5d Merge branch 'master' of github.com:vlm/asn1c by Lev Walkin · 7 years ago
  6. 2e93c22 emit cross-compilable attributes by Lev Walkin · 7 years ago
  7. 09c8730 Merge branch 'master' into fix_recent_memory_leak_and_access_violation by Lev Walkin · 7 years ago
  8. 5230c64 pdu types leak fix by Lev Walkin · 7 years ago
  9. 47fc74c proper destruction of a name storage by Lev Walkin · 7 years ago
  10. 59b1bc8 Fix some memory leakage and access violation in recent code by Bi-Ruei, Chiu · 7 years ago
  11. 9023dea naming correctness fix by Lev Walkin · 7 years ago
  12. c66ccbc duplicate identifier fix by Lev Walkin · 7 years ago
  13. 2d0effc -lm for REAL by Lev Walkin · 7 years ago
  14. 154519a removed superfluous constraints duplication by Lev Walkin · 7 years ago
  15. d523ea4 parse advanced WITH COMPONENTS by Lev Walkin · 7 years ago
  16. 5efafc5 early suggestion of -fcompound-names by Lev Walkin · 7 years ago
  17. c17e14e removed extra debug by Lev Walkin · 7 years ago
  18. b46156d naming abstraction by Lev Walkin · 7 years ago
  19. e0f2a5b 0..MAX is unsigned in constraints by Lev Walkin · 7 years ago
  20. 6713bcb 0..MAX constraint is positive for OER by Lev Walkin · 7 years ago
  21. dfc9314 fix issue #195 by Lev Walkin · 7 years ago
  22. a93d997 Add unittest, which revealed that default booleans were not set properly by Ryan Sleevi · 7 years ago
  23. 135d7dd pull extensions for aliased types by Lev Walkin · 7 years ago
  24. 14fd3e5 added explicit (deprecated) ANY flag by Lev Walkin · 7 years ago
  25. 8c44dff do not use parameterized types as PDUs by Lev Walkin · 7 years ago
  26. 1f87ac0 Move type operations to another structure by Bi-Ruei, Chiu · 7 years ago
  27. ade508c avoid generating references to empty maps by Lev Walkin · 7 years ago
  28. 53a28a2 empty information object sets are OK by Lev Walkin · 7 years ago
  29. d8e07c5 parameterized referencing of information object sets by Lev Walkin · 7 years ago
  30. cf3f6eb constness fix by Lev Walkin · 7 years ago
  31. 792641e add const by Lev Walkin · 7 years ago
  32. c0e03b9 introduce namespaces by Lev Walkin · 7 years ago
  33. 9772177 Merge branch 'master' of github.com:vlm/asn1c by Lev Walkin · 7 years ago
  34. d922184 add common lib by Lev Walkin · 7 years ago
  35. acdca41 revert too broad of a change by Lev Walkin · 7 years ago
  36. dbb8990 use special name decoration for embedded annonymous types by Denis Filatov · 7 years ago
  37. f6853ce further runtime support for information object classes by Lev Walkin · 7 years ago
  38. 6aae7c6 make J2735 compile again by Lev Walkin · 7 years ago
  39. d357f3d fix ioc value encoding by Lev Walkin · 7 years ago
  40. 5d929d8 signedness fix by Lev Walkin · 7 years ago
  41. 9de6cd8 using ioc constraints in run time by Lev Walkin · 7 years ago
  42. 8354f34 find terminal type for iocs by Lev Walkin · 7 years ago
  43. cd2f48e structure comparison functions by Lev Walkin · 7 years ago
  44. ad0d637 generate runtime information object set tables by Lev Walkin · 7 years ago
  45. 4dcf836 refactor constraint matrix handling by Lev Walkin · 7 years ago
  46. 62d95d2 rm warnings by Lev Walkin · 7 years ago
  47. ea6635b better parsing information object class sets by Lev Walkin · 7 years ago
  48. 09ba88d use CFLAGS as well by Lev Walkin · 7 years ago
  49. a4f3d46 avoid generating some OER object code if not -gen-OER by Lev Walkin · 7 years ago
  50. ebdf026 Merge pull request #173 from mattipee/mattipee-no-constraints by Lev Walkin · 7 years ago
  51. 92fc013 Merge pull request #168 from brchiu/fix_compile_J2735_issue by Lev Walkin · 7 years ago
  52. e0b99ab Omit constraints code if -fno-constraints by mattipee · 7 years ago
  53. da997b1 work in 128-bit integer values while compiling by Lev Walkin · 7 years ago
  54. 1fa31c9 Simplify the logic of accessing codec function for specific TYPE by Bi-Ruei, Chiu · 8 years ago
  55. 6bc7a11 follow internal convention by Lev Walkin · 7 years ago
  56. b9e98cb avoid compile warning/error by Lev Walkin · 7 years ago
  57. 322e35e removed unused function by Lev Walkin · 7 years ago
  58. 4118ccf simplify numeric constraints checking in runtime by Lev Walkin · 7 years ago
  59. a28cbb9 add constraint debug by Lev Walkin · 7 years ago
  60. 01582a7 generate constraints on type by Lev Walkin · 7 years ago
  61. 3c5d941 generate Root elements and Additions elements counters for OER by Lev Walkin · 7 years ago
  62. f573ebb CODEC-OER for OER file dependencies by Lev Walkin · 7 years ago
  63. 98eabc1 a pass over OER constraints by Lev Walkin · 7 years ago
  64. b33425f fix OER stubs order by Lev Walkin · 7 years ago
  65. ba68c91 empty OER stub generator by Lev Walkin · 7 years ago
  66. 46ef3f3 retain constness of maps by Lev Walkin · 7 years ago
  67. 94f0b64 Fix compile SAE J2735_201603DA.ASN issue by Bi-Ruei, Chiu · 7 years ago
  68. c7b2edb Merge pull request #156 from johvik/unused_variable by Lev Walkin · 7 years ago
  69. 4087683 Merge pull request #158 from johvik/duplicate_const by Lev Walkin · 7 years ago
  70. f4cbbe7 safety fix by Lev Walkin · 7 years ago
  71. e70c407 Fix duplicate 'const' warnings by johvik · 7 years ago
  72. bd3dea9 Add (void) when st is unused by johvik · 7 years ago
  73. 80fd306 Merge PR99 and its fixes to support parsing Information Object and Information Object Set by Bi-Ruei, Chiu · 7 years ago
  74. 4021e4b Merge pull request #145 from johvik/master by Lev Walkin · 7 years ago
  75. 3dcf05b Fix some memory leakage found by Bi-Ruei, Chiu · 7 years ago
  76. 792216e Skip last comma when there are no extensions by johvik · 7 years ago
  77. fbbe4ed Merge pull request #126 from brchiu/fix_some_leak_reported_by_valgrind by Lev Walkin · 7 years ago
  78. e0a3039 Merge pull request #118 from gareins/master by Lev Walkin · 7 years ago
  79. 47c8e47 Merge pull request #104 from velichkov/asn1c_make_identifier_segfault by Lev Walkin · 7 years ago
  80. 9b87e5b Fix 'declaration inside parameter list' warning by Bi-Ruei, Chiu · 8 years ago
  81. 6f34894 Free memory allocated in asn1c_read_file_dependencies() and asn1c_deps_makelist() by Bi-Ruei, Chiu · 8 years ago
  82. 64505ef Free memory pointed by r_value and r_size by Bi-Ruei, Chiu · 8 years ago
  83. 9b78083 Free memory allocated in asn1c_compiled_output() and asn1c_lang_C_type_SEx_OF_def() by Bi-Ruei, Chiu · 8 years ago
  84. 12021b5 Free memory pointed by tag2el, tag2el_cxer and source_file_name by Bi-Ruei, Chiu · 8 years ago
  85. 11a3d68 Refreshing reserved keywords by Ozbolt Menegatti · 8 years ago
  86. febd3d5 Fix segmentation fault in asn1c_make_identifier by Vasil Velichkov · 8 years ago
  87. 7c1dc05 do not use reserved identifiers, contd by Lev Walkin · 8 years ago
  88. c6cac8e do not use reserved identifiers by Lev Walkin · 8 years ago
  89. f2b2f37 error values check from printf, fprintf, fwrite by Lev Walkin · 8 years ago
  90. 4cc4599 more diagnostics if memory fails by Lev Walkin · 8 years ago
  91. d8b8364 removed unneeded check before free() by Lev Walkin · 8 years ago
  92. d62d7d5 ftruncate output should not be ignored under some compilers by Lev Walkin · 8 years ago
  93. 0f26245 bit strings also can haz members by Lev Walkin · 8 years ago
  94. 1b3a135 fix compiler warnings by Lev Walkin · 8 years ago
  95. da94cd4 useless -all-static by Lev Walkin · 10 years ago
  96. ebfc44d issue/32 fchmod() does not respect umask by Lev Walkin · 10 years ago
  97. 3278995 merged patch #31 by Lev Walkin · 10 years ago
  98. 78d604f Merge pull request #46 from wiml/constify by Lev Walkin · 10 years ago
  99. 1b03c79 removed autotools intermediate files from source code; use autoreconf -iv. by Lev Walkin · 10 years ago
  100. e0d321a version 0.9.26 by Lev Walkin · 10 years ago