summaryrefslogtreecommitdiffstats
path: root/qtools/qtools.pro.in
Commit message (Collapse)AuthorAgeFilesLines
* Introduce new optimized string implementation (attempt 2)Dimitri van Heesch2014-10-231-2/+1
|
* Reverted back to old string implementation. New one needs more work.Dimitri van Heesch2014-10-211-1/+2
|
* Added faster reference counted string implementation with short string ↵Dimitri van Heesch2014-10-211-2/+1
| | | | optimization
* Spitting generated files better from source filesalbert-github2014-01-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch is a patch for the build system so that less (no) generated files are in the source directories and also that the different build (on windows are independent of each others). Also the different sub-projects (e.g. doxygen , doxywizard) don't share any files anymore. - ./.gitignore A number of files are not in the src directory anymore. generated directories are included. rtf and xml directories are there for possible future use. - ./Doxyfile The generated files are not anymore in the src directory so they don't have to be excluded anymore - ./configure Adjustmenst so the generated files are in the different subdirectories - ./Makefile.in - addon/doxmlparser/examples/metrics/metrics.pro.in - addon/doxmlparser/src/doxmlparser.pro.in - addon/doxmlparser/test/xmlparse.pro.in - addon/doxyapp/doxyapp.pro.in - addon/doxysearch/doxyindexer.pro.in - addon/doxysearch/doxysearch.pro.in - addon/doxywizard/Makefile.in - addon/doxywizard/doxywizard.pro.in - libmd5/libmd5.pro.in - qtools/qtools.pro.in - src/Makefile.in - src/doxygen.pro.in - src/libdoxycfg.pro.in - src/libdoxycfg.t.in - src/libdoxygen.pro.in - src/libdoxygen.t.in Adjustment to the new directory structure - addon/doxywizard/expert.cpp include file is generated in the generated_src/doxywizard directory, referenced through -I on compile line - src/lang_cfg.h File is now automatically generated - src/languages.py Correction of used path for new structure - src/settings.py - src/version.py Place for resulting file handled through an argument, so it is possible to have a separate file for each sub-project - tmake/lib/win32-g++/generic.t - tmake/lib/win32-mingw/generic.t The destination path was added twice, in case of a depth of more than 1 level (doxmlparser) this lead to problems - winbuild/Config.rules - winbuild/Gen_head.rules - winbuild/Languages.rules - winbuild/Lex.rules - winbuild/Settings.rules - winbuild/Version.rules correcting some path of generated files - winbuild/Doxygen.sln Build order dependency could be dropped as the version.cpp file is now a generated file for doxygen and doxywizard - winbuild/Doxygen.vcproj - winbuild/Doxywizard.vcproj Corrected paths to the new structure. Added unistd as an external generated file - winbuild/unistd.h File is now generated - winbuild/Unistd.rules - winbuild/unistd.py Generated unistd for doxygen and doxywizard in a consistent way. - winbuild/doxyindexer.vcproj - winbuild/doxysearch.vcproj - winbuild/qtools.vcproj Corrected paths to the new structure. - winbuild/runbison.bat - winbuild/version.bat Not used anymore everything handled through rules.
* Reduced and improved functionality of QListDimitri van Heesch2013-12-301-1/+1
| | | | | | | | | - operations on current index and node (next(), prev(), last(), first()) have been removed. - access to internal nodes has been removed. - old QList has been renamed to QInternalList for use inside qtools only. - added type safe compare, new, and delete operations (compareValues(), newValue(), deleteValue()). - add compareValues also to QDict for consistency. - changed doxygen's implementation to comply with the new QList and QDict interface.
* Release-1.7.0Dimitri van Heesch2010-06-151-2/+5
|
* Release-1.6.3-20100603Dimitri van Heesch2010-06-031-4/+18
|
* Release-1.4.7-20060910Dimitri van Heesch2006-09-101-0/+2
|
* Doxygen-1.3.9.1-20041206Dimitri van Heesch2004-12-061-1/+2
|
* Release-1.3.5-20031215Dimitri van Heesch2003-12-151-0/+3
|
* Release-1.3-rc3-20020215Dimitri van Heesch2003-02-151-1/+1
|
* Release-1.2.15-20020430Dimitri van Heesch2002-04-301-0/+1
|
* Release-1.2.9-20010812Dimitri van Heesch2001-08-121-1/+1
|
* Release-1.2.4-20010121Dimitri van Heesch2001-01-211-0/+1
|
* Release-1.2.3-20001203Dimitri van Heesch2000-12-031-2/+8
|
* Release-1.2.2-20001015Dimitri van Heesch2000-10-151-0/+71