1. a4f3d46 avoid generating some OER object code if not -gen-OER by Lev Walkin · 7 years ago
  2. ebdf026 Merge pull request #173 from mattipee/mattipee-no-constraints by Lev Walkin · 7 years ago
  3. 92fc013 Merge pull request #168 from brchiu/fix_compile_J2735_issue by Lev Walkin · 7 years ago
  4. e0b99ab Omit constraints code if -fno-constraints by mattipee · 7 years ago
  5. da997b1 work in 128-bit integer values while compiling by Lev Walkin · 7 years ago
  6. 1fa31c9 Simplify the logic of accessing codec function for specific TYPE by Bi-Ruei, Chiu · 8 years ago
  7. 6bc7a11 follow internal convention by Lev Walkin · 7 years ago
  8. b9e98cb avoid compile warning/error by Lev Walkin · 7 years ago
  9. 322e35e removed unused function by Lev Walkin · 7 years ago
  10. 4118ccf simplify numeric constraints checking in runtime by Lev Walkin · 7 years ago
  11. a28cbb9 add constraint debug by Lev Walkin · 7 years ago
  12. 01582a7 generate constraints on type by Lev Walkin · 7 years ago
  13. 3c5d941 generate Root elements and Additions elements counters for OER by Lev Walkin · 7 years ago
  14. f573ebb CODEC-OER for OER file dependencies by Lev Walkin · 7 years ago
  15. 98eabc1 a pass over OER constraints by Lev Walkin · 7 years ago
  16. b33425f fix OER stubs order by Lev Walkin · 7 years ago
  17. ba68c91 empty OER stub generator by Lev Walkin · 7 years ago
  18. 46ef3f3 retain constness of maps by Lev Walkin · 7 years ago
  19. 94f0b64 Fix compile SAE J2735_201603DA.ASN issue by Bi-Ruei, Chiu · 7 years ago
  20. c7b2edb Merge pull request #156 from johvik/unused_variable by Lev Walkin · 7 years ago
  21. 4087683 Merge pull request #158 from johvik/duplicate_const by Lev Walkin · 7 years ago
  22. f4cbbe7 safety fix by Lev Walkin · 7 years ago
  23. e70c407 Fix duplicate 'const' warnings by johvik · 7 years ago
  24. bd3dea9 Add (void) when st is unused by johvik · 7 years ago
  25. 80fd306 Merge PR99 and its fixes to support parsing Information Object and Information Object Set by Bi-Ruei, Chiu · 7 years ago
  26. 4021e4b Merge pull request #145 from johvik/master by Lev Walkin · 7 years ago
  27. 3dcf05b Fix some memory leakage found by Bi-Ruei, Chiu · 7 years ago
  28. 792216e Skip last comma when there are no extensions by johvik · 7 years ago
  29. fbbe4ed Merge pull request #126 from brchiu/fix_some_leak_reported_by_valgrind by Lev Walkin · 7 years ago
  30. e0a3039 Merge pull request #118 from gareins/master by Lev Walkin · 7 years ago
  31. 47c8e47 Merge pull request #104 from velichkov/asn1c_make_identifier_segfault by Lev Walkin · 7 years ago
  32. 9b87e5b Fix 'declaration inside parameter list' warning by Bi-Ruei, Chiu · 8 years ago
  33. 6f34894 Free memory allocated in asn1c_read_file_dependencies() and asn1c_deps_makelist() by Bi-Ruei, Chiu · 8 years ago
  34. 64505ef Free memory pointed by r_value and r_size by Bi-Ruei, Chiu · 8 years ago
  35. 9b78083 Free memory allocated in asn1c_compiled_output() and asn1c_lang_C_type_SEx_OF_def() by Bi-Ruei, Chiu · 8 years ago
  36. 12021b5 Free memory pointed by tag2el, tag2el_cxer and source_file_name by Bi-Ruei, Chiu · 8 years ago
  37. 11a3d68 Refreshing reserved keywords by Ozbolt Menegatti · 8 years ago
  38. febd3d5 Fix segmentation fault in asn1c_make_identifier by Vasil Velichkov · 8 years ago
  39. 7c1dc05 do not use reserved identifiers, contd by Lev Walkin · 8 years ago
  40. c6cac8e do not use reserved identifiers by Lev Walkin · 8 years ago
  41. f2b2f37 error values check from printf, fprintf, fwrite by Lev Walkin · 8 years ago
  42. 4cc4599 more diagnostics if memory fails by Lev Walkin · 8 years ago
  43. d8b8364 removed unneeded check before free() by Lev Walkin · 8 years ago
  44. d62d7d5 ftruncate output should not be ignored under some compilers by Lev Walkin · 8 years ago
  45. 0f26245 bit strings also can haz members by Lev Walkin · 8 years ago
  46. 1b3a135 fix compiler warnings by Lev Walkin · 8 years ago
  47. da94cd4 useless -all-static by Lev Walkin · 10 years ago
  48. ebfc44d issue/32 fchmod() does not respect umask by Lev Walkin · 10 years ago
  49. 3278995 merged patch #31 by Lev Walkin · 10 years ago
  50. 78d604f Merge pull request #46 from wiml/constify by Lev Walkin · 10 years ago
  51. 1b03c79 removed autotools intermediate files from source code; use autoreconf -iv. by Lev Walkin · 10 years ago
  52. e0d321a version 0.9.26 by Lev Walkin · 10 years ago
  53. fb6344e Declare most internal, constant tables as const, particularly the by Wim Lewis · 10 years ago
  54. a73ae67 Declare the permitted alphabet tables and code2value tables const. by Wim Lewis · 10 years ago
  55. 334d5cc change type width detection logic by Lev Walkin · 10 years ago
  56. e5086e3 extensibility shall not change the type from wide to narrow by Lev Walkin · 10 years ago
  57. ea55215 split ADD_CFLAGS and TESTSUITE_CFLAGS by Lev Walkin · 10 years ago
  58. f84cc01 check cc flags viability before setting them by Lev Walkin · 10 years ago
  59. 5b63acf remove errors with ./configure --enable-Werror by Lev Walkin · 10 years ago
  60. aef10c3 upgrade autotools by Lev Walkin · 10 years ago
  61. 6169b8d fix default constraint checking by Lev Walkin · 11 years ago
  62. 4062b01 add -fline-refs by Lev Walkin · 11 years ago
  63. 8a759ad try to link symlink and use a define on error by Frank Morgner · 11 years ago
  64. 1715b32 format and signedness mismatch fixes by Lev Walkin · 11 years ago
  65. 2a744a7 Behavior of -fnative-types made default; old behavior saved under -fwide-types by Lev Walkin · 11 years ago
  66. 2655eb3 deprecate -fskeletons-copy; this option is now a default; use -flink-skeletons for old behavior by Lev Walkin · 11 years ago
  67. 30ae27b C++ keywords added to a no-no list by Lev Walkin · 11 years ago
  68. 50d52cf windows compatibility; suggested by github.com/sapien2 by Lev Walkin · 11 years ago
  69. b375194 upgrade autotools by Lev Walkin · 12 years ago
  70. 8da8e73 Fix compilation warning in generated check constraints function. by Santiago Carot-Nemesio · 13 years ago
  71. 9365956 WIN32 -> _WIN32; see http://predef.sourceforge.net/preos.html#sec25 by Lev Walkin · 14 years ago
  72. e7c4b96 update automake and move doc -> docsrc by Lev Walkin · 14 years ago
  73. 4c776e5 aclocal-1.10 by Lev Walkin · 14 years ago
  74. 4da95cf newer version of build tools by Lev Walkin · 14 years ago
  75. ffd035e react to -fincludes-quoted by Lev Walkin · 14 years ago
  76. 34944f2 Added -fincludes-quoted to generate #includes in double instead of <angle> quotes. by Lev Walkin · 14 years ago
  77. 8bb57a2 unsigned integer of 32-bit widtth support for per by Lev Walkin · 17 years ago
  78. e751cd8 by Lev Walkin · 17 years ago
  79. 63b4126 C90-compliant negative LONG_MIN by Lev Walkin · 17 years ago
  80. 27fd0b6 upgraded compatibility by Lev Walkin · 17 years ago
  81. 08afe61 regeneration by Lev Walkin · 17 years ago
  82. 8032f7a optionality handling by Lev Walkin · 17 years ago
  83. 06bf7cc reautomakified by Lev Walkin · 17 years ago
  84. 33af5c3 extensibility fix by Lev Walkin · 17 years ago
  85. c5a5d22 some fixes by Lev Walkin · 17 years ago
  86. 3a4689a BMPString and UniversalString support by Lev Walkin · 18 years ago
  87. 9ab21b8 Fixed explicit tagging of an in-lined constructed type. by Lev Walkin · 18 years ago
  88. 07aaa34 choice constraint generation duplication dropped by Lev Walkin · 18 years ago
  89. 4b5dae3 diffs by Lev Walkin · 18 years ago
  90. 725883b more PER support by Lev Walkin · 18 years ago
  91. 66adab4 -pdu=* changes by Lev Walkin · 18 years ago
  92. 729eb86 generate PER code tables for known-multiplier strings by Lev Walkin · 18 years ago
  93. 8c2ca0b XER reference types encoding error by Lev Walkin · 18 years ago
  94. a9532f4 moved -DASN_PDU_COLLECTION into compiler by Lev Walkin · 18 years ago
  95. 22b5ed4 *** empty log message *** by Lev Walkin · 18 years ago
  96. 0e89d10 proper dependency tracking (regression fixed) by Lev Walkin · 18 years ago
  97. f218e78 CONVERTER is now in dependencies by Lev Walkin · 18 years ago
  98. d83172f MEGACO (Media Gateway Control) protocol decoder by Lev Walkin · 18 years ago
  99. dcf1e35 unused bits by Lev Walkin · 18 years ago
  100. 0f8d4a4 tolerate bit string extensibility by Lev Walkin · 18 years ago