Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | Terminate brief in case of `-#` list | albert-github | 2019-01-11 | 2 | -0/+144 | |
| | * | | Terminate brief in case of `-#` list | albert-github | 2019-01-11 | 1 | -0/+5 | |
| |/ / | ||||||
* | | | Added declfile, declline, and declcolumn attributes to the location element i... | Dimitri van Heesch | 2019-01-12 | 30 | -439/+680 | |
|/ / | ||||||
* | | Merge pull request #6738 from albert-github/feature/issue_6733 | Dimitri van Heesch | 2019-01-10 | 7 | -67/+188 | |
|\ \ | ||||||
| * | | issue #6733 invalid cite anchor id when using crossref | albert-github | 2019-01-04 | 1 | -20/+45 | |
| * | | issue #6733 invalid cite anchor id when using crossref | albert-github | 2019-01-04 | 6 | -47/+143 | |
* | | | Merge pull request #6740 from albert-github/feature/issue_6727 | Dimitri van Heesch | 2019-01-10 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | issue #6727 SHOW_NAMESPACES = NO breaks latex PDF | albert-github | 2019-01-05 | 1 | -1/+1 | |
* | | | | Merge pull request #6757 from albert-github/feature/issue_6754 | Dimitri van Heesch | 2019-01-10 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | issue #6754 False positives for "multiple @param sections" | albert-github | 2019-01-08 | 1 | -1/+1 | |
* | | | | | Merge pull request #6761 from albert-github/feature/bug_xhtml_brief | Dimitri van Heesch | 2019-01-10 | 1 | -0/+4 | |
|\ \ \ \ \ | ||||||
| * | | | | | Terminating brief command | albert-github | 2019-01-10 | 1 | -0/+4 | |
* | | | | | | Merge pull request #6762 from albert-github/feature/bug_no_plantuml | Dimitri van Heesch | 2019-01-10 | 1 | -0/+1 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Don't write the plantuml cache file in case there are no plantuml diagrams. | albert-github | 2019-01-10 | 1 | -0/+1 | |
|/ / / / / | ||||||
* | | | | | Merge branch 'cheoljoo-run_java_once_3rd_trial' | Dimitri van Heesch | 2019-01-08 | 10 | -83/+417 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'run_java_once_3rd_trial' of https://github.com/cheoljoo/doxygen... | Dimitri van Heesch | 2019-01-08 | 9 | -183/+162 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | remove PLANTUML_RUN_FAST because FAST is default. | Charles.Lee | 2019-01-06 | 3 | -128/+11 | |
| | * | | | | | Fast Plantuml | Charles.Lee | 2019-01-01 | 1 | -13/+13 | |
| | * | | | | | # Introduction | Charles.Lee | 2018-12-28 | 2 | -35/+115 | |
| * | | | | | | Improved code structure a bit | Dimitri van Heesch | 2018-12-27 | 2 | -57/+65 | |
| * | | | | | | Merge branch 'run_java_once_3rd_trial' of https://github.com/cheoljoo/doxygen... | Dimitri van Heesch | 2018-12-27 | 11 | -21/+368 | |
| |\ \ \ \ \ \ | | |/ / / / / | ||||||
| | * | | | | | JAVA_ONCE -> FAST | Charles.Lee | 2018-12-26 | 4 | -7/+9 | |
| | * | | | | | add plantuml.h in doxygen.cpp | Charles.Lee | 2018-12-24 | 1 | -0/+1 | |
| | * | | | | | merge | Charles.Lee | 2018-12-24 | 211 | -5444/+13393 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | Imporvement of performance : Reduce the Java running count (3rd trial) | Charles.Lee | 2018-08-29 | 2 | -117/+3 | |
| | * | | | | | | PLANTUML_RUN_JAVA_ONCE is working well. But some specific plantuml has error... | Charles.Lee | 2018-08-29 | 1 | -2/+4 | |
| | * | | | | | | add format in writePlantUMLSource() and gathered in one pu file. But it is n... | Charles.Lee | 2018-08-28 | 7 | -26/+239 | |
| | * | | | | | | Merge remote-tracking branch 'upstream/master' into run_java_once | Charles.Lee | 2018-08-27 | 30 | -104/+168 | |
| | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | source arrangement | Charles.Lee | 2018-08-27 | 2 | -15/+5 | |
| | * | | | | | | | Imporvement of performance : Reduce the Java running count | Charles.Lee | 2018-08-27 | 6 | -13/+267 | |
* | | | | | | | | | Merge branch 'mosra-extract-private-virtual' | Dimitri van Heesch | 2019-01-08 | 5 | -5/+171 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Shortened EXTRACT_PRIVATE_VIRTUAL to EXTRACT_PRIV_VIRTUAL to deal with max le... | Dimitri van Heesch | 2019-01-08 | 5 | -17/+19 | |
| * | | | | | | | | | Merge branch 'extract-private-virtual' of https://github.com/mosra/doxygen in... | Dimitri van Heesch | 2019-01-08 | 5 | -5/+169 | |
| |\ \ \ \ \ \ \ \ \ |/ / / / / / / / / / | ||||||
| * | | | | | | | | | Implement a new EXTRACT_PRIVATE_VIRTUAL option. | Vladimír Vondruš | 2019-01-03 | 5 | -5/+169 | |
* | | | | | | | | | | Merge pull request #6745 from Croydon/croydon/ci4 | Dimitri van Heesch | 2019-01-08 | 2 | -18/+53 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | AppVeyor: Remove needless CMake generation at the end | Croydon | 2019-01-06 | 1 | -1/+0 | |
| * | | | | | | | | | | Travis macOS: Use Travis addons for homebrew | Croydon | 2019-01-06 | 1 | -3/+6 | |
| * | | | | | | | | | | Travis macOS: Use shared Qt until upstream bugs are fixed | Croydon | 2019-01-06 | 1 | -1/+1 | |
| * | | | | | | | | | | Travis macOS: Update Qt to 5.12.0 | Croydon | 2019-01-06 | 1 | -1/+1 | |
| * | | | | | | | | | | Travis: macOS Remove permission workaround | Croydon | 2019-01-06 | 1 | -2/+0 | |
| * | | | | | | | | | | Travis: Workaround to differ between x86 and ppc64le | Croydon | 2019-01-06 | 1 | -7/+7 | |
| * | | | | | | | | | | Travis: Handle linux-ppc64le differently | Croydon | 2019-01-06 | 1 | -16/+37 | |
| * | | | | | | | | | | Travis: Output CMake version | Croydon | 2019-01-06 | 1 | -0/+1 | |
| * | | | | | | | | | | Travis: Removing sudo keyword as this will be soon deprecated anyway | Croydon | 2019-01-06 | 1 | -1/+0 | |
| * | | | | | | | | | | Travis: Install libiconv and libxml via Conan | Croydon | 2019-01-06 | 1 | -6/+20 | |
| * | | | | | | | | | | Make conanfile creation more readable | Croydon | 2019-01-06 | 1 | -2/+2 | |
* | | | | | | | | | | | Merge pull request #6747 from albert-github/feature/bug_test_066 | Dimitri van Heesch | 2019-01-08 | 2 | -52/+57 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Warning messages of test 66 | albert-github | 2019-01-06 | 2 | -52/+57 | |
* | | | | | | | | | | | | Merge pull request #6750 from albert-github/feature/issue_6725 | Dimitri van Heesch | 2019-01-08 | 1 | -2/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | issue #6725 Doxygen 1.8.15 CMake 3.13 incompatibility | albert-github | 2019-01-07 | 1 | -2/+3 | |
| |/ / / / / / / / / / / |