1. da672c4 better error reporting when destination directory is not available by Lev Walkin · 7 years ago
  2. 3aa33c0 Add -gen-autotools option generates example configure.ac and Makefile.am by Jon Ringle · 7 years ago
  3. 1029a6e Generate Makefile.am.asn1convert by Jon Ringle · 7 years ago
  4. 3016fd5 Rename Makefile.am.example => converter-example.mk by Jon Ringle · 7 years ago
  5. f71745a autotools: Make Makefile.am.libasncodec more autotools friendly by Jon Ringle · 7 years ago
  6. 6431b1c Add '-D destdir' option for generated files by Jon Ringle · 7 years ago
  7. 7871abf Rename ASN_MODULE_{SOURCES,HEADERS} => ASN_MODULE_{SRCS,HDRS} by Jon Ringle · 7 years ago
  8. 7d5d930 more precise OER and PER code bundling by Lev Walkin · 7 years ago
  9. d1c28aa generate OER and PER by default. add -no-gen-example by Lev Walkin · 7 years ago
  10. 3be4919 make -pdu=auto a default by Lev Walkin · 7 years ago
  11. 5f4dbb7 earlier detection of unknown -pdu=Type by Lev Walkin · 7 years ago
  12. 48e82d1 removed gcc-7 warnings by Lev Walkin · 7 years ago
  13. e24bad1 fix under-replacement by Lev Walkin · 7 years ago
  14. 40b8a7a simpler makefile generation by Lev Walkin · 7 years ago
  15. a4f8e94 get rid of alloca() in compiler by Lev Walkin · 7 years ago
  16. b458fc0 BSD compat by Lev Walkin · 7 years ago
  17. 8a85b36 split Makefile.am.sample into Makefile.am.example and Makefile.am.libasncodecs by Lev Walkin · 7 years ago
  18. 5230c64 pdu types leak fix by Lev Walkin · 7 years ago
  19. 2d0effc -lm for REAL by Lev Walkin · 7 years ago
  20. b46156d naming abstraction by Lev Walkin · 7 years ago
  21. 8c44dff do not use parameterized types as PDUs by Lev Walkin · 7 years ago
  22. 9de6cd8 using ioc constraints in run time by Lev Walkin · 7 years ago
  23. 09ba88d use CFLAGS as well by Lev Walkin · 7 years ago
  24. a4f3d46 avoid generating some OER object code if not -gen-OER by Lev Walkin · 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. fbbe4ed Merge pull request #126 from brchiu/fix_some_leak_reported_by_valgrind by Lev Walkin · 7 years ago
  27. 9b87e5b Fix 'declaration inside parameter list' warning by Bi-Ruei, Chiu · 8 years ago
  28. 6f34894 Free memory allocated in asn1c_read_file_dependencies() and asn1c_deps_makelist() by Bi-Ruei, Chiu · 8 years ago
  29. f2b2f37 error values check from printf, fprintf, fwrite by Lev Walkin · 8 years ago
  30. 4cc4599 more diagnostics if memory fails by Lev Walkin · 8 years ago
  31. 8a759ad try to link symlink and use a define on error by Frank Morgner · 11 years ago
  32. 2655eb3 deprecate -fskeletons-copy; this option is now a default; use -flink-skeletons for old behavior by Lev Walkin · 11 years ago
  33. 9365956 WIN32 -> _WIN32; see http://predef.sourceforge.net/preos.html#sec25 by Lev Walkin · 14 years ago
  34. 34944f2 Added -fincludes-quoted to generate #includes in double instead of <angle> quotes. by Lev Walkin · 14 years ago
  35. 725883b more PER support by Lev Walkin · 18 years ago
  36. 66adab4 -pdu=* changes by Lev Walkin · 18 years ago
  37. a9532f4 moved -DASN_PDU_COLLECTION into compiler by Lev Walkin · 18 years ago
  38. f218e78 CONVERTER is now in dependencies by Lev Walkin · 18 years ago
  39. c46b7cb *** empty log message *** by Lev Walkin · 18 years ago
  40. a00d6b3 refactored parameterization support by Lev Walkin · 18 years ago
  41. 8253ea9 command line in preamble by Lev Walkin · 18 years ago
  42. 4737039 includes are outside of extern C {} clause by Lev Walkin · 18 years ago
  43. ae5540f includes are outside of extern C {} clause by Lev Walkin · 18 years ago
  44. 59b176e upgrade: PER related changes by Lev Walkin · 19 years ago
  45. a895afb -fskeletons-copy by Lev Walkin · 19 years ago
  46. c0e7071 asn1c code for windows platform fixed, thanks to rmeub@users.sourceforge.net by Lev Walkin · 19 years ago
  47. b85a813 automatic dependency tracking by Lev Walkin · 19 years ago
  48. b36317c restructured member variable names by Lev Walkin · 19 years ago
  49. 3d551c0 #includes moved out of __cplusplus by Lev Walkin · 19 years ago
  50. e8318b8 fixed name clash in constraint checking code; also changed braces to double quote in #includes by Lev Walkin · 19 years ago
  51. 866cff1 support for regen target by Lev Walkin · 19 years ago
  52. b9b8b95 -fno-include-deps by Lev Walkin · 19 years ago
  53. c828571 support for a class of circular references by Lev Walkin · 19 years ago
  54. 4604d03 retaining old file if contents are the same by Lev Walkin · 19 years ago
  55. 4efbfb7 portability fixes by Lev Walkin · 19 years ago
  56. 11c3e17 reheaderization by Lev Walkin · 20 years ago
  57. d29bbce versatile Makefile creation by Lev Walkin · 20 years ago
  58. 0ffabe2 added asn_internal.h by Lev Walkin · 20 years ago
  59. 59004fa new constraints generation method by Lev Walkin · 20 years ago
  60. acd9f8b file dependencies by Lev Walkin · 20 years ago
  61. 79f5495 custom basename(3) and dirname(3) by Lev Walkin · 20 years ago
  62. 6439972 Win32 portability fixes by Lev Walkin · 20 years ago
  63. 3dcaafa removed duplicate includes; moved CHOICE enumeration to higher level by Lev Walkin · 20 years ago
  64. 4363479 C++ compat by Lev Walkin · 20 years ago
  65. d9bd775 enforsed compilation with -W -Werror by Lev Walkin · 20 years ago
  66. c3b8f6d output generator info by Lev Walkin · 20 years ago
  67. f15320b Initial revision by Lev Walkin · 20 years ago