Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | |||||
| * | Added support for RTL(right to left) languages like Arabic and Persian in ↵ | ahoogol | 2017-06-25 | 2 | -24/+108 |
| | | | | | | | | HTML output | ||||
* | | Misc. typos | luzpaz | 2017-12-23 | 7 | -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 path | Sam Tygier | 2017-10-25 | 1 | -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 Android | Ali Abdulkadir | 2017-03-03 | 1 | -1/+8 |
| | |||||
* | Bug 776964 - Menu does not work without Javascript | Dimitri van Heesch | 2017-01-10 | 1 | -19/+32 |
| | |||||
* | Merge pull request #477 from infinity0/master | Dimitri van Heesch | 2016-05-16 | 2 | -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 Luo | 2016-05-09 | 2 | -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 arrows | Dimitri van Heesch | 2016-05-15 | 1 | -4/+4 |
|/ | |||||
* | Applied responsive design to menu bar using smartmenus | Dimitri van Heesch | 2016-05-05 | 1 | -1/+1 |
| | |||||
* | Bug 756241 - Race condition in parallel DOT runs | Dimitri van Heesch | 2015-10-17 | 1 | -2/+2 |
| | |||||
* | Made several improvements to the performance of template engine | Dimitri van Heesch | 2015-09-13 | 1 | -0/+26 |
| | |||||
* | Use STATIC libraries to prevent them being shared | Tomáš Chvátal | 2015-09-01 | 1 | -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 Heesch | 2015-08-18 | 3 | -4/+6 |
| | |||||
* | Bug 751984 - PATCH: Honour SOURCE_DATE_EPOCH environment variable for ↵ | Dimitri van Heesch | 2015-07-19 | 4 | -0/+62 |
| | | | | reproducible output | ||||
* | use cmake | Adrian Negreanu | 2015-05-15 | 1 | -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 Heesch | 2015-04-12 | 1 | -28/+0 |
| | |||||
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2015-04-04 | 1 | -1/+1 |
|\ | |||||
| * | Showing grey/gray in documentation | albert-github | 2015-03-11 | 1 | -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 toc | Dimitri van Heesch | 2015-04-02 | 1 | -1/+1 |
|/ | |||||
* | Bump copyright year | Dimitri van Heesch | 2015-02-26 | 2 | -2/+2 |
| | |||||
* | Fixed compilation issue on Windows | Dimitri van Heesch | 2015-01-03 | 1 | -3/+3 |
| | |||||
* | Fixed a couple of cases where sharing string data could lead to corruption | Dimitri van Heesch | 2015-01-02 | 5 | -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/doxygen | Dimitri van Heesch | 2014-12-17 | 1 | -1/+1 |
|\ | |||||
| * | Fixed typos in C/C++ comments. There are no functional changes. | orbitcowboy | 2014-12-15 | 1 | -1/+1 |
| | | |||||
* | | Bug 741417 - Crash when building gtkmm documentation | Dimitri van Heesch | 2014-12-17 | 1 | -2/+2 |
|/ | |||||
* | Use result of vsnprintf | Dimitri van Heesch | 2014-11-29 | 1 | -1/+2 |
| | |||||
* | Fixed bug in new QCString::sprintf for long string. | Dimitri van Heesch | 2014-11-16 | 1 | -2/+3 |
| | |||||
* | Fixed several Coverity warnings | Dimitri van Heesch | 2014-11-15 | 1 | -0/+1 |
| | |||||
* | Introduced template directory for template and resource files and resource ↵ | Dimitri van Heesch | 2014-11-13 | 1 | -4/+4 |
| | | | | compiler & manager | ||||
* | Compilation fixes for Windows for new string implementation. | Dimitri van Heesch | 2014-10-25 | 1 | -14/+14 |
| | |||||
* | Introduce new optimized string implementation (attempt 2) | Dimitri van Heesch | 2014-10-23 | 5 | -1583/+793 |
| | |||||
* | Added compilation support for MacOSX 10.10 (yosemite) | Dimitri van Heesch | 2014-10-22 | 1 | -1/+4 |
| | |||||
* | Reverted back to old string implementation. New one needs more work. | Dimitri van Heesch | 2014-10-21 | 5 | -779/+1583 |
| | |||||
* | Added clearer range checks for string class to help compiler | Dimitri van Heesch | 2014-10-21 | 1 | -4/+4 |
| | |||||
* | Fixed refcounting bug in new string implementation | Dimitri van Heesch | 2014-10-21 | 2 | -803/+15 |
| |