summaryrefslogtreecommitdiffstats
path: root/src/util.cpp
Commit message (Expand)AuthorAgeFilesLines
* Bug 746361 - Doxygen thinks C++ class is Objective-CDimitri van Heesch2015-12-271-1/+1
* Bug 578720 - [Python] Add pyw as a valid extensionalbert-github2015-12-261-0/+1
* Bug 759381 - unable to @ref or @link C++ templated operator overloadsDimitri van Heesch2015-12-191-1/+6
* Fixed problem with latex and PDF bookmarksDimitri van Heesch2015-11-221-0/+23
* Bug 755080 - xrefitem link to list incorrect when using SHORT_NAMESDimitri van Heesch2015-10-241-5/+1
* [Bug 755225] On Windows, generated layout is with UNIX EOLDimitri van Heesch2015-09-191-0/+26
* Bug 753500 - $file when using @name is wrongDimitri van Heesch2015-09-141-2/+4
* Template enhancements and various other small fixesDimitri van Heesch2015-09-081-1/+34
* Merge branch 'feature/bug_extension' of https://github.com/albert-github/doxy...Dimitri van Heesch2015-08-311-2/+19
|\
| * Make list of default extensions consistent with language mapping listalbert-github2015-08-161-0/+21
* | Started with generating LaTeX output via the template engineDimitri van Heesch2015-08-271-1/+89
* | Fixed various issues found by PVS-Studio.Dimitri van Heesch2015-08-181-2/+2
|/
* Bug 751984 - PATCH: Honour SOURCE_DATE_EPOCH environment variable for reprodu...Dimitri van Heesch2015-07-191-0/+30
* Using tabu package for LaTeX tablesDimitri van Heesch2015-07-121-2/+1
* Escape "@" in names as it is not allowed in XML / Docbook names (comming from...Hauke Wintjen2015-05-271-0/+1
* Removed dbus XML parser, various refinementsDimitri van Heesch2015-04-191-2/+5
* Merge branch 'master' of https://github.com/Cryclops/doxygen into Cryclops-ma...Dimitri van Heesch2015-04-161-1/+1
|\
| * Add support for basic XML syntax highlighting.Weston Thayer2015-01-061-1/+1
* | Guarded debug prints against printing a NULL pointer.Dimitri van Heesch2015-04-061-2/+2
* | Fix for rendering the template parameters of members of variadic template cla...Dimitri van Heesch2015-03-221-1/+5
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2015-02-261-4/+2
|\ \
| * | Adding commands \hidecallgraph and \hidecallergraphalbert-github2015-02-221-4/+2
* | | Bump copyright yearDimitri van Heesch2015-02-261-1/+1
|/ /
* | Merge pull request #297 from albert-github/feature/dot_index_pngDimitri van Heesch2015-02-211-0/+6
|\ \
| * | Support generating index-color PNG filesalbert-github2015-02-081-0/+6
* | | Added type constraint relations for Java generics to dot graphs and XML outputDimitri van Heesch2015-02-211-2/+9
|/ /
* | increase the size of l when result is modifiedSebastien Loriot2015-01-311-1/+5
* | Update of search from "endless search to 'Character search: criterion.albert-github2015-01-231-1/+2
* | Bug 739680 - Using HTML entities in PROJECT_NAMEalbert-github2015-01-111-1/+30
* | Merge pull request #272 from albert-github/feature/bug_unusedDimitri van Heesch2015-01-031-3/+1
|\ \
| * | Remove unused local and static global variablesalbert-github2014-12-271-3/+1
| |/
* | Fixed a couple of cases where sharing string data could lead to corruptionDimitri van Heesch2015-01-021-9/+9
|/
* Bug 704090 - Allow Class{T}.Method in cref to refer to a generic class in XML...Dimitri van Heesch2014-12-191-0/+7
* Bug 740218 - Full scope needed when making link inside cross-referenced secti...Dimitri van Heesch2014-12-191-1/+1
* Merge pull request #253 from albert-github/feature/bug_687576Dimitri van Heesch2014-12-091-3/+12
|\
| * Removed some comment statements.albert-github2014-11-291-5/+0
| * Bug 687576 - Add support for LATEX_EXTRA_STYLESHEETalbert-github2014-11-291-3/+17
* | Merge pull request #249 from albert-github/feature/bug_latex_single_quotesDimitri van Heesch2014-11-291-0/+2
|\ \ | |/ |/|
| * LaTeX problem with 2 consecutive single quotesalbert-github2014-11-271-0/+2
* | Bug 739863 - Regression: Base classes incorrect when using CRTP with default ...Dimitri van Heesch2014-11-221-2/+3
* | Bug 740218 - Full scope needed when making link inside cross-referenced sectionDimitri van Heesch2014-11-171-1/+2
* | Fixed several Coverity warningsDimitri van Heesch2014-11-151-1/+1
|/
* Compilation fixes for Windows for new string implementation.Dimitri van Heesch2014-10-251-2/+2
* Introduce new optimized string implementation (attempt 2)Dimitri van Heesch2014-10-231-4/+42
* Bug 736386 - [PATCH] Fix another potential null pointer dereference in src/ut...Dimitri van Heesch2014-09-231-1/+1
* Bug 736385 - [PATCH] Fix potential null pointer dereference in src/util.cppDimitri van Heesch2014-09-231-1/+1
* Regression class<T extends V> resulted in class<V> as the page titleDimitri van Heesch2014-09-141-1/+5
* Bug 733722 - XML Output invalid: XML_PROGRAMLISTING=YES copies Unicode form f...Dimitri van Heesch2014-08-151-0/+5
* Made bread crumb trails enabled unconditionallyDimitri van Heesch2014-08-041-8/+10
* Merge branch 'feature-groupbreadcrumbs' of https://github.com/NimbusKit/doxyg...Dimitri van Heesch2014-08-041-8/+22
|\