Name | Modified | Size | Downloads / Week |
---|---|---|---|
Latest sources | 2014-11-22 | ||
V1.0.1 | 2014-08-29 | ||
V1.0.0 | 2014-08-23 | ||
README.txt | 2014-09-13 | 1.0 kB | |
Totals: 4 Items | 1.0 kB | 0 |
Download sources if you wish to compile by yourself, otherwise use the Windows or Linux compiled executables within corresponding folders. "Stable" sources are in V1.0.1, otherwise try Latest sources. REVISION HISTORY ---------------- tceetree V1.0.0 - 2014-08-21 ---------------------------- This is the first release. tceetree V1.0.1 - 2014-08-29 ---------------------------- - Added option -d to save a shortened cscope database file with function information only, in order to speed up the following calls to tceetree using that file with the -i option; - some other little speed improvements; - canceled the error "Caller function node not found" in gettree function to avoid aborting on statements like: #define FUN() funct(a, b); - added the verbose output option -V mainly for debugging purposes. tceetree next release (work in progress - Latest sources folder) ---------------------------------------------------------------- - Fixed bug when building with dietlibc (see Ticket #1).