summaryrefslogtreecommitdiffstats
path: root/src/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Spelling correctionsalbert-github2021-04-301-1/+1
| | | | | - small spelling corrections - removing RTF: as this is clear from description.
* Merge branch 'feature/bug_xml_settings' of ↵Dimitri van Heesch2021-04-291-0/+5
|\ | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_xml_settings
| * Write out used settings when generating XML outputalbert-github2021-03-281-0/+5
| | | | | | | | | | When generating XML output is is afterwards unknown which settings have been used to generate the XML output, e.g. whether `EXTRACT_PRIVATE` was set or not as the XML output tries to write out all information contained in the sources and not to limit it. By writing out a Doxyfile.xml with all the used settings this can be overcome.
* | Refactoring: remove implicit conversion from QCString to const char *Dimitri van Heesch2021-04-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit changes the following in relation to string use - The implicit convert from 'QCString' to 'const char *' is removed - Strings parameters use 'const QCString &' as much as possible in favor over 'const char *' - 'if (s)' where s is a QCString has been replaced by 'if(!s.isEmpty())' - data() now always returns a valid C-string and not a 0-pointer. - when passing a string 's' to printf and related functions 'qPrint(s)' is used instead of 's.data()' - for empty string arguments 'QCString()' is used instead of '0' - The copy() operation has been removed - Where possible 'qstrcmp(a,b)==0' has been replaces by 'a==b' and 'qstrcmp(a,b)<0' has been replaced by 'a<b' - Parameters of string type that were default initialized with '= 0' are no initialized with '= QCString()'
* | Refactoring: Add TextStream buffer to improve output writing performanceDimitri van Heesch2021-03-281-4/+4
|/ | | | | - direct use of std::stringstream and std::ostream gave a 30% drop in performance.
* Refactoring: replace QFile/FTextStream with fstream/stringstreamDimitri van Heesch2021-03-181-3/+3
|
* Issue #7831: Error building docs after 0df1623c9363d52a2b04457233dcf2c64319b03cDimitri van Heesch2020-06-051-1/+0
|
* Refactor: modernize configuration valuesDimitri van Heesch2020-06-041-13/+19
|
* Remove some doxygen warnings in internal documentationalbert-github2019-02-221-0/+2
| | | | Generating the doxygen internal documentation gave some warning messages, these have been corrected.
* Bug 751700 - Main page absent in TOC of CHM, if PROJECT_NAME is emptyalbert-github2018-10-081-1/+1
| | | | In case a string is empty the default should be taken and not left blank.
* Difference between standard and used Doxyfilealbert-github2018-09-151-0/+5
| | | | | | Writes a the differences between the current configuration and the template configuration. Useful when communicating e.g. in forums.
* Changed configuration mechanism to directly access options in order to ↵Dimitri van Heesch2016-01-171-556/+53
| | | | improve performance
* Bump copyright yearDimitri van Heesch2015-02-261-1/+1
|
* Based on the report of Peter D. Barnes in the doxygen forum ↵albert-github2015-01-211-1/+17
| | | | | | | (http://doxygen.10944.n7.nabble.com/doxygen-1-8-9-1-upgrade-errors-td6990.html) All lines at the beginning of the file starting with ## are preserved at the beginning of the Doxyfile Consecutive user comments (with +=) are now joined like the options are.
* Fixed to small memory leaksDimitri van Heesch2014-09-281-0/+1
|
* Extension in config.xml if type=string with format=imagealbert-github2014-03-011-1/+1
| | | | | | In case of a project logo a preview is shown in the "wizard mode". In "expert mode" only the name is shown. In this patch the config.xml the type=string possibilities are extended with format=image (config.xml, configgen.py, config.h). The doxywizard has been extended so that in "expert mode" this type is supported and that a preview is given (expert.cpp, inputstring.cpp and inputstring.h), furthermore in wizard.cpp a minimum label size has been defined to prevent jumping of the items in case of switching between a message text and an icon.
* Updated copyrightDimitri van Heesch2014-02-111-1/+1
|
* Better message in case doxygen -u is usedalbert-github2014-02-051-2/+3
| | | | | | | | | | In case of obsolete or not configured entries in the Doxyfile and the option -u is used a message like: Warning: Tag `XML_DTD' at line 1821 of file Doxyfile has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" appears, but the item is removed from the Doxyfile. This patch updates the message (and improves layout) to: Warning: Tag `XML_DTD' at line 1821 of file `Doxyfile' has become obsolete. This tag has been removed.
* Bug 693537 - Create possibility to keep user comments in DoxyfileDimitri van Heesch2013-08-231-1/+2
|
* Bug 706236 - Confusing use of GENERATE_TAGFILEDimitri van Heesch2013-08-221-0/+1
|
* config.xml is now used to generate configoptions.cpp and config.docDimitri van Heesch2013-07-281-118/+11
|
* Release-1.8.3.1-20130512Dimitri van Heesch2013-05-121-3/+27
|
* Release-1.8.3.1-20130402Dimitri van Heesch2013-04-021-6/+45
|
* Release-1.8.3.1Dimitri van Heesch2013-01-201-1/+1
|
* Release-1.8.2-20121118Dimitri van Heesch2012-11-181-2/+0
|
* Release-1.8.1.1Dimitri van Heesch2012-06-101-17/+9
|
* Release-1.7.6.1-20120220Dimitri van Heesch2012-02-201-1/+1
|
* Release-1.7.3-20110123Dimitri van Heesch2011-01-231-1/+1
|
* Release-1.7.1Dimitri van Heesch2010-06-251-22/+23
|
* Release-1.6.2-20100124Dimitri van Heesch2010-01-241-1/+1
|
* Release-1.5.9-20090814Dimitri van Heesch2009-08-141-5/+5
|
* Release-1.5.7.1-20081206Dimitri van Heesch2008-12-061-2/+3
|
* Release-1.5.7.1-20081103Dimitri van Heesch2008-11-031-0/+28
|
* Release-1.5.1-20070219Dimitri van Heesch2007-02-191-0/+3
|
* Release-1.3.7-20040617Dimitri van Heesch2004-06-171-2/+8
|
* Release-1.3.3-20030824Dimitri van Heesch2003-08-241-2/+9
|
* Release-1.3.3-20030808Dimitri van Heesch2003-08-081-1/+21
|
* Release-1.3-rc3-20030317Dimitri van Heesch2003-03-171-1/+3
|
* Release-1.3-rc2-20030106Dimitri van Heesch2003-01-061-0/+5
|
* Release-1.2.8-20010723Dimitri van Heesch2001-07-231-2/+29
|
* Release-1.2.8-20010715Dimitri van Heesch2001-07-151-1/+1
|
* Release-1.2.8Dimitri van Heesch2001-06-041-77/+38
|
* Release-1.2.7-20010524Dimitri van Heesch2001-05-241-22/+120
|
* Doxygen-1.2.6-20010408Dimitri van Heesch2001-04-081-5/+11
|
* Release-1.2.6-20010401Dimitri van Heesch2001-04-011-145/+426
|
* Release-1.2.6-20010319Dimitri van Heesch2001-03-191-1/+2
|
* Release-1.2.5-20010225Dimitri van Heesch2001-02-251-113/+122
|
* Release-1.2.5-20010211Dimitri van Heesch2001-02-111-1/+3
|
* Release-1.2.5Dimitri van Heesch2001-02-041-1/+2
|
* Release-1.2.4-20010128Dimitri van Heesch2001-01-281-2/+2
|