1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 22 hours ago.
Aug 24, 2025 — Aug 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
https://sourceforge.net/p/dia2code/bugs/29 reconfig.sh : add deprection note, call autoheader before aclocal. More... almost 2 years ago
dia2code/dia2code.h : address gcc warnings about multiple definition of indent_open_brace_on_newline, indent_count. dia2code/main.c: generate_backup is now declared `extern` in dia2code.h; define it here. More... almost 2 years ago
https://sourceforge.net/p/dia2code/bugs/29 : regenerate build files using `autoreconf -fi` More... almost 2 years ago
More clarification in extended help for SQL More... about 5 years ago
Fixes and improvement in SQL generation. Added detailed SQL Rules and Caveats section in extended help. Cleaned up module code. made more understandable. Multiple child table FKs are allowed now. Option to generate FK indexes More... about 5 years ago
Darwin (macOS) compilation support. More... over 9 years ago
dia2code/generate_code_java.c - Apply java-void.diff from https://sourceforge.net/p/dia2code/patches/29/ fixing generation of constructors in function java_generate_operation. More... over 9 years ago
dia2code/dia2code.{h,c} - New function my_strndup open codes strndup() for portability to platforms that lack it. More... over 9 years ago
dia2code/generate_code_python.c - Previous patch by Wolf Ó Spealáin was against an older version of this file, this means that the preceding improvements were destroyed. Restore lost changes and apply net improvements of commit e672997 on top. More... over 9 years ago
Patch by Wolf Ó Spealáin to fix parameter listings, and include diagram comments as correctly formatted docstrings. More... almost 10 years ago
dia2code/dia2code.h - #include "config.h" instead of redefining the VERSION here - Change #ifdef DSO to #if DSO == 1 && defined(CODEGEN_USE_DSO) This could be enabled by calling MAKE as follows: make CFLAGS+=-DCODEGEN_USE_DSO Beware: This feature is not fully implemented and needs work. - Declare functions debug_setlevel() and debug() - Change #define eq to avoid warnings on xmlChar* as argument(s) More... about 10 years ago
configure.ac : At AC_INIT update dia2code version to 0.8.9 More... about 10 years ago
reconfig.sh helps adjusting to different automake/autoconf versions More... about 10 years ago
Release 0.8.8 More... about 10 years ago
configure.ac, README.md, ChangeLog : Set version to 0.8.8. - The plan is that 0.8.8 will be the last release before the switchover from C to C++ as the dia2code implementation language (see branch dia2code-c++) More... about 10 years ago
AUTHORS : Synchronize with dia2code-c++ branch. More... about 10 years ago
dia2code/generate_code_python.c - forgot this in commit bf5e97b (vim settings) More... about 10 years ago
dia2code/generate_code_ada.c dia2code/generate_code_as3.c dia2code/generate_code_c.c dia2code/generate_code_idl.c dia2code/generate_code_ruby.c dia2code/generate_code_shp.c dia2code/generate_code_sql.c - Apply C++ compatibility changes, whitespace cleanups, and vim settings from the dia2code-c++ branch. More... about 10 years ago
generate_code_python() - Modified patch https://sourceforge.net/p/dia2code/patches/27/ by Wolf Ó Spealáin distinguishes class and instance variables and adds generation of __init__ method. More... about 10 years ago
Make distcheck happy. More... over 10 years ago
Various patches from Ophir LOJKINE. Add gitignore. Add a line break in the program output. Fix a SEGFAULT on empty dia files. Fix indentation. Add support for dia's database tables. Fix uninitialized variable: isabstract. Ignore more files. Import sql primary keys from database diagrams. sql: use the inline syntax for primary keys. Fix errors reported by a static analyzer. fix warning: too many arguments for format. fix typo. Fix last warning: undefined function. use markdown for the README. Fix the markdown syntax in the readme. Add Ophir LOJKINE to the authors. More... over 10 years ago
Solve bug that consider dependencies on the wrong order. Propagate [a1de27] to stable version. More... over 11 years ago
generate_code_java() - Address gcc-4.8 warning: "cast from pointer to integer of different size" More... almost 12 years ago
generate_code_ruby() : Address gcc-4.8 warning "too many arguments for format" More... almost 12 years ago
`configure' shall work out of the box without requiring automake. More... almost 12 years ago
Modernize the config and the source according to the branch C++ and the commits [0d7315], [993636], [c9acc2], [2fe02f], [1603df]. More... almost 12 years ago
fgetc.patch from http://sourceforge.net/p/dia2code/patches/25/ fixes infinite loop when reading license file, thanks bansan. More... almost 12 years ago
Apply dia2code.patch3 from http://bugs.debian.org/240091 (java code: interface bug fix and better pretty printing) to dia2code/generate_code_java.c. More... almost 12 years ago
dia2code/main.c : Remove stray semicolon after closing brace. More... almost 12 years ago
dia2code/main.c : Use VERSION in help text instead of hard coded version. More... about 12 years ago