summaryrefslogtreecommitdiffstats
path: root/qtools
Commit message (Collapse)AuthorAgeFilesLines
* Bug 783759 - PERL_PATH config option: when is this needed? Still used?albert-github2019-05-071-1/+0
| | | | As, more or less, mentioned in the bug report: in version 1.7.6.1 the PERL_PATH is still in use (instdox.cpp) but in version 1.8.0 it is not used anymore, so the parameter has been set to obsolete now.
* Merge pull request #6876 from shawnanastasio/fix_aix_buildDimitri van Heesch2019-03-161-0/+2
|\ | | | | qglobal.h: Fix build on AIX
| * qglobal.h: Fix build on AIXShawn Anastasio2019-03-081-0/+2
| | | | | | | | | | | | | | AIX's inttypes.h already defines the type int64, check if it is already included before attempting to redefine it. Tested on AIX 7.2
* | Fixed a few compiler warnings on win32Dimitri van Heesch2019-03-102-5/+5
|/
* Fixed some more small memory leaksDimitri van Heesch2018-12-261-0/+1
|
* Keyword register (in code) is deprecated since C++11albert-github2018-11-279-71/+71
| | | | | | The keyword `register` is deprecated since C++11: - for the Darwin platform it was already filtered (-Wno-deprecated-register) - CLan emits: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
* Bug 691689 - Line numbers for examplesDimitri van Heesch2018-08-193-0/+240
|
* Update qlist.docArmin Müller2018-06-281-1/+1
|
* Update qglist.cppArmin Müller2018-06-281-1/+1
|
* Update qstring.cppArmin Müller2018-06-191-1/+1
|
* Update qvaluelist.docArmin Müller2018-06-191-1/+1
|
* Update qptrdict.docArmin Müller2018-06-191-1/+1
|
* Update qintdict.docArmin Müller2018-06-191-1/+1
|
* Update qgdict.cppArmin Müller2018-06-191-1/+1
|
* Update qdict.docArmin Müller2018-06-191-1/+1
|
* Misc. typosluz.paz2018-02-061-1/+1
|
* Fix building with Visual Studio 2013Andreas Regel2018-01-081-3/+3
| | | | Visual Studio 2013 and older (probably also newer) do not understand binary constants. So change them to hexadecimal.
* More typosluz.paz2018-01-043-6/+6
|
* Merge branch 'master' of https://github.com/ahoogol/doxygen into ahoogol-masterDimitri van Heesch2017-12-282-24/+108
|\
| * Added support for RTL(right to left) languages like Arabic and Persian in ↵ahoogol2017-06-252-24/+108
| | | | | | | | HTML output
* | Misc. typosluzpaz2017-12-237-30/+30
| | | | | | | | | | Super trivial typos Some are in qtools/ which I know is a 3rd party dependency but as we know is now obsolete upstream. I reckon it wouldn't be much of an issue to merge neverthless Tacked on several more commits
* | Update mathjax pathSam Tygier2017-10-251-1/+1
|/ | | | | | | Set the default MATHJAX_RELPATH to the current recommended value: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/ (See https://www.mathjax.org/cdn-shutting-down/ )
* Isolated none-existing posix threading functions on AndroidAli Abdulkadir2017-03-031-1/+8
|
* Bug 776964 - Menu does not work without JavascriptDimitri van Heesch2017-01-101-19/+32
|
* Merge pull request #477 from infinity0/masterDimitri van Heesch2016-05-162-0/+24
|\ | | | | Bug 751984 - Use UTC timezone when displaying QDateTimes parsed from SOURCE_DATE_EPOCH
| * Bug 751984 - Use UTC timezone when displaying QDateTimes parsed from ↵Ximin Luo2016-05-092-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | SOURCE_DATE_EPOCH According to the SOURCE_DATE_EPOCH spec [1], "Formatting MUST be deferred until runtime if an end user should observe the value in their own locale or timezone." However setTime_t uses localtime, so the output is in the timezone of the build machine running doxygen, and not the timezone of the reader consuming the final output. To adhere to the spec, the easiest option is to add a setTimeUtc_t function that is the same as setTime_t, but only uses gmtime instead of first trying localtime. [1] https://reproducible-builds.org/specs/source-date-epoch/
* | Bug 750930 - Representation of arrowsDimitri van Heesch2016-05-151-4/+4
|/
* Applied responsive design to menu bar using smartmenusDimitri van Heesch2016-05-051-1/+1
|
* Bug 756241 - Race condition in parallel DOT runsDimitri van Heesch2015-10-171-2/+2
|
* Made several improvements to the performance of template engineDimitri van Heesch2015-09-131-0/+26
|
* Use STATIC libraries to prevent them being sharedTomáš Chvátal2015-09-011-1/+1
| | | | | | This can happen when user override definition of -DBUILD_SHARED_LIBS=ON. Without this hard-enforce the libraries would be generated as shared while never installed. Thus resulting in broken binaries.
* Fixed various issues found by PVS-Studio.Dimitri van Heesch2015-08-183-4/+6
|
* Bug 751984 - PATCH: Honour SOURCE_DATE_EPOCH environment variable for ↵Dimitri van Heesch2015-07-194-0/+62
| | | | reproducible output
* use cmakeAdrian Negreanu2015-05-151-0/+57
| | | | | | | | | | runtest.pl replaced by testing/test_driver.cmake version.py replaced by cmake/version.cmake lang_cfg.py replaced by cmake/lang_cfg.cmake settings.py implemented in src/CMakeLists.txt increasebuffer.py replaced by defining the YY_BUF_SIZE and YY_READ_BUF_SIZE Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
* Removed OS version check for MACOSX (was not used anywhere)Dimitri van Heesch2015-04-121-28/+0
|
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2015-04-041-1/+1
|\
| * Showing grey/gray in documentationalbert-github2015-03-111-1/+1
| | | | | | | | | | The US-English spelling is gray where as the British-English spelling is grey. The doxygen documentation is in US-English spelling. This patch corrects the wrong spelled, user visible, grey to gray.
* | Added function arguments to the LaTeX tocDimitri van Heesch2015-04-021-1/+1
|/
* Bump copyright yearDimitri van Heesch2015-02-262-2/+2
|
* Fixed compilation issue on WindowsDimitri van Heesch2015-01-031-3/+3
|
* Fixed a couple of cases where sharing string data could lead to corruptionDimitri van Heesch2015-01-025-48/+66
| | | | | Also made dangerous string access more visible by introducing rawData(). This replaces data() which will now return a constant string.
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-12-171-1/+1
|\
| * Fixed typos in C/C++ comments. There are no functional changes.orbitcowboy2014-12-151-1/+1
| |
* | Bug 741417 - Crash when building gtkmm documentationDimitri van Heesch2014-12-171-2/+2
|/
* Use result of vsnprintfDimitri van Heesch2014-11-291-1/+2
|
* Fixed bug in new QCString::sprintf for long string.Dimitri van Heesch2014-11-161-2/+3
|
* Fixed several Coverity warningsDimitri van Heesch2014-11-151-0/+1
|
* Introduced template directory for template and resource files and resource ↵Dimitri van Heesch2014-11-131-4/+4
| | | | compiler & manager
* Compilation fixes for Windows for new string implementation.Dimitri van Heesch2014-10-251-14/+14
|
* Introduce new optimized string implementation (attempt 2)Dimitri van Heesch2014-10-235-1583/+793
|