Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | issue #8247 declaration different in cpp and h file of qstrncmp | albert-github | 2020-12-14 | 1 | -1/+1 |
| | | | | argument names of source and destination were in h file switched compared to the cpp file, no harm done it are just names in the prototype but it is confusing. | ||||
* | Fix for compilation issues on Windows | Dimitri van Heesch | 2020-12-12 | 1 | -88/+0 |
| | | | | Using lambdas as a default argument is not supported by older versions of MSVC | ||||
* | Revert "Remove XML parser code from qtools" | Dimitri van Heesch | 2020-12-12 | 4 | -0/+6821 |
| | | | | This reverts commit 9ebfb15e1ec786a0dd2ebd14fe23d8d0d29f951e. | ||||
* | Remove XML parser code from qtools | Dimitri van Heesch | 2020-12-11 | 4 | -6821/+0 |
| | |||||
* | refactoring: modernize search index | Dimitri van Heesch | 2020-10-03 | 10 | -1230/+8 |
| | | | | Also QVector has been removed from qtools as it was no longer used. | ||||
* | Refactoring: replaced QCache by STL based LRU cache implementation. | Dimitri van Heesch | 2020-09-20 | 4 | -1114/+0 |
| | | | | | Also prepared some code for multi-threaded use, and Removed tabs and trailing spaces for code.l | ||||
* | issue #7881: More flexible and correct detection of direction of an argument ↵ | Dimitri van Heesch | 2020-07-31 | 1 | -1/+4 |
| | | | | (another fix) | ||||
* | Added atomic reference counting to QString | Dimitri van Heesch | 2020-06-14 | 1 | -3/+5 |
| | |||||
* | Regression: further fixes to make the documentation build again | Dimitri van Heesch | 2020-06-10 | 1 | -1/+1 |
| | |||||
* | Regression: fix issue with substitute characters | Dimitri van Heesch | 2020-06-10 | 1 | -1/+1 |
| | |||||
* | Fix win64 compiler warnings | Dimitri van Heesch | 2020-06-10 | 1 | -4/+4 |
| | |||||
* | Refactor: make QCString a wrapper around std::string | Dimitri van Heesch | 2020-06-10 | 2 | -825/+254 |
| | |||||
* | Added experimental multi-thread input processing support. | Dimitri van Heesch | 2020-05-31 | 2 | -5/+7 |
| | | | | | This is disabled by default. It can be enabled by setting MULTITHREADED_INPUT to 1 in doxygen.h. Still has many data races, so don't use for anything other than development! | ||||
* | Refactoring | Dimitri van Heesch | 2020-05-15 | 2 | -0/+115 |
| | | | | | | | | | | | - Makes doxycfg library more self contained - renames _doxygen library to doxymain - Modernizes Debug implementation - Moves Doxygen::runningTime into Debug - Moves full version string to libversion - Removed mentioning of file version in messages (when FILE_VERSION_FILTER is used) - Move substitute functions into QCString | ||||
* | Did a bit of restructuring and fixed some compiler warnings | Dimitri van Heesch | 2020-05-10 | 3 | -5/+30 |
| | |||||
* | Fixed issue creating std::string from null pointer | Dimitri van Heesch | 2020-03-30 | 1 | -0/+5 |
| | |||||
* | Revert addition of std::string conversion operator for QCString | Dimitri van Heesch | 2020-03-29 | 1 | -5/+0 |
| | |||||
* | Migrated some code in pre.l to use STL containers | Dimitri van Heesch | 2020-03-28 | 1 | -0/+7 |
| | |||||
* | Merge branch 'remove_tcl' | Dimitri van Heesch | 2020-03-22 | 1 | -1/+0 |
|\ | |||||
| * | Remove support for TCL (code is too buggy and unmaintained, language not ↵ | Dimitri van Heesch | 2020-03-15 | 1 | -1/+0 |
| | | | | | | | | very popular) | ||||
* | | Remove thread-related Qt-Code | Moritz 'Morty' Strübe | 2020-03-21 | 16 | -1551/+4 |
|/ | |||||
* | issue #7635: Incorrect location for enum in XML file (part 2) | Dimitri van Heesch | 2020-03-15 | 3 | -10/+3 |
| | |||||
* | Remove dead code and fix more warnings | Dimitri van Heesch | 2020-03-08 | 1 | -1/+0 |
| | |||||
* | Enabled stricter compiler warnings and fixed all new warnings | Dimitri van Heesch | 2020-03-08 | 9 | -41/+37 |
| | |||||
* | Fix a few compiler warnings in the Linux build | Dimitri van Heesch | 2020-02-28 | 1 | -1/+1 |
| | |||||
* | spelling: reference | Josh Soref | 2019-11-12 | 1 | -2/+2 |
| | |||||
* | spelling: endianess | Josh Soref | 2019-11-12 | 2 | -3/+3 |
| | |||||
* | spelling: architecture | Josh Soref | 2019-11-12 | 1 | -1/+1 |
| | |||||
* | spelling: already | Josh Soref | 2019-11-12 | 2 | -6/+6 |
| | |||||
* | Spelling corrections for qtools directory | albert-github | 2019-11-05 | 9 | -17/+17 |
| | | | | | | Spelling corrections as found by codespell and in #561. Some reported problems were already fixed, others are fixed here. | ||||
* | Reduce the use of QString in favor of the more efficient QCString | Dimitri van Heesch | 2019-09-21 | 10 | -282/+305 |
| | |||||
* | Bug 783759 - PERL_PATH config option: when is this needed? Still used? | albert-github | 2019-05-07 | 1 | -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_build | Dimitri van Heesch | 2019-03-16 | 1 | -0/+2 |
|\ | | | | | qglobal.h: Fix build on AIX | ||||
| * | qglobal.h: Fix build on AIX | Shawn Anastasio | 2019-03-08 | 1 | -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 win32 | Dimitri van Heesch | 2019-03-10 | 2 | -5/+5 |
|/ | |||||
* | Fixed some more small memory leaks | Dimitri van Heesch | 2018-12-26 | 1 | -0/+1 |
| | |||||
* | Keyword register (in code) is deprecated since C++11 | albert-github | 2018-11-27 | 9 | -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 examples | Dimitri van Heesch | 2018-08-19 | 3 | -0/+240 |
| | |||||
* | Update qlist.doc | Armin Müller | 2018-06-28 | 1 | -1/+1 |
| | |||||
* | Update qglist.cpp | Armin Müller | 2018-06-28 | 1 | -1/+1 |
| | |||||
* | Update qstring.cpp | Armin Müller | 2018-06-19 | 1 | -1/+1 |
| | |||||
* | Update qvaluelist.doc | Armin Müller | 2018-06-19 | 1 | -1/+1 |
| | |||||
* | Update qptrdict.doc | Armin Müller | 2018-06-19 | 1 | -1/+1 |
| | |||||
* | Update qintdict.doc | Armin Müller | 2018-06-19 | 1 | -1/+1 |
| | |||||
* | Update qgdict.cpp | Armin Müller | 2018-06-19 | 1 | -1/+1 |
| | |||||
* | Update qdict.doc | Armin Müller | 2018-06-19 | 1 | -1/+1 |
| | |||||
* | Misc. typos | luz.paz | 2018-02-06 | 1 | -1/+1 |
| | |||||
* | Fix building with Visual Studio 2013 | Andreas Regel | 2018-01-08 | 1 | -3/+3 |
| | | | | Visual Studio 2013 and older (probably also newer) do not understand binary constants. So change them to hexadecimal. | ||||
* | More typos | luz.paz | 2018-01-04 | 3 | -6/+6 |
| | |||||
* | Merge branch 'master' of https://github.com/ahoogol/doxygen into ahoogol-master | Dimitri van Heesch | 2017-12-28 | 2 | -24/+108 |
|\ |