Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added cmake rules to build the examples that are also part of the manual | Dimitri van Heesch | 2015-06-13 | 37 | -127/+115 |
| | |||||
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2015-06-11 | 3 | -4/+8 |
|\ | |||||
| * | Merge pull request #351 from albert-github/feature/bug_cmake_tests | Dimitri van Heesch | 2015-06-10 | 3 | -4/+8 |
| |\ | | | | | | | Problem running tests under Windows | ||||
| | * | Problem running tests under Windows | albert-github | 2015-06-10 | 3 | -4/+8 |
| |/ | | | | | | | | | | | The redirection used in the runtests.py script was based on *nix type systems. Corrected for windows. Windows has a different line ending than *nix, resulting in a problem with diff unless the options -b -w are used. Some tests had as directory for some paths a directory . this has been corrected to $INPUTDIR | ||||
* | | Bug 744762 - Using TAGFILES prevents symbol extraction | Dimitri van Heesch | 2015-06-11 | 3 | -2/+15 |
|/ | |||||
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2015-06-09 | 2 | -108/+130 |
|\ | |||||
| * | Merge pull request #349 from groleo/sqlite-fixes | Dimitri van Heesch | 2015-06-09 | 1 | -108/+129 |
| |\ | | | | | | | Sqlite fixes | ||||
| | * | sqlite3: add schema comments | Adrian Negreanu | 2015-06-09 | 1 | -107/+127 |
| | | | | | | | | | | | | | | | | | | | | | | | | Comments should help DB users that are unfamiliar to doxygen internals. You can dump the schema with: echo ".schema" | sqlite3 doxygen_sqlite3.db | ||||
| | * | sqlite3: fix constness | Adrian Negreanu | 2015-06-09 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | :const was binded only when al->constSpecifier was non-NULL. Fix that by removing the test on al->constSpecifier | ||||
| * | | Merge pull request #350 from groleo/master | Dimitri van Heesch | 2015-06-09 | 1 | -0/+1 |
| |\ \ | | |/ | |/| | docs,build: specify cmake v3.0 as minimum required version. | ||||
| | * | docs,build: specify cmake v3.0 as minimum required version. | Adrian Negreanu | 2015-06-09 | 1 | -0/+1 |
| |/ | |||||
* | | Added cmake build targets for examples | Dimitri van Heesch | 2015-06-08 | 5 | -251/+221 |
| | | |||||
* | | Build fixes for windows build | Dimitri van Heesch | 2015-06-07 | 2 | -1/+2 |
|/ | |||||
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2015-06-06 | 8 | -281/+278 |
|\ | |||||
| * | Merge pull request #337 from albert-github/feature/projectname_alignment | Dimitri van Heesch | 2015-06-06 | 2 | -1/+6 |
| |\ | | | | | | | Alignment of project name | ||||
| | * | Alignment of project name | albert-github | 2015-05-17 | 2 | -1/+6 |
| | | | | | | | | | | | | With this bug fix it is possible to align the project name to another place than the default place "middle" by means of adjusting the style sheet. Until now it was also possible but one had to create an own html header file as well. | ||||
| * | | Merge pull request #341 from groleo/INPUT-message | Dimitri van Heesch | 2015-06-06 | 1 | -1/+1 |
| |\ \ | | | | | | | | | specify that doxygen searches files in INPUT tag | ||||
| | * | | specify that doxygen searches files in INPUT tag | Adrian Negreanu | 2015-05-22 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge pull request #342 from groleo/regexp-search.py | Dimitri van Heesch | 2015-06-06 | 1 | -228/+255 |
| |\ \ | | | | | | | | | sqlite3: add regexp searches to search.py | ||||
| | * | | sqlite3: add regexp searches to search.py | Adrian Negreanu | 2015-05-22 | 1 | -228/+255 |
| | |/ | |||||
| * | | Merge pull request #344 from hcw70/master | Dimitri van Heesch | 2015-06-06 | 2 | -7/+8 |
| |\ \ | | | | | | | | | Fix nesting of XML tag "literallayout" for docbook output of enums. | ||||
| | * | | Escape "@" in names as it is not allowed in XML / Docbook names (comming ↵ | Hauke Wintjen | 2015-05-27 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | from anon namespaces) | ||||
| | * | | Fix nesting of XML tag "literallayout" for docbook output of enums. | Hauke Wintjen | 2015-05-27 | 1 | -7/+7 |
| | |/ | |||||
| * | | Merge pull request #346 from albert-github/feature/bug_750016 | Dimitri van Heesch | 2015-06-06 | 1 | -2/+8 |
| |\ \ | | | | | | | | | Bug 750016 - FILE_PATTERNS ignores arbitrary extensions | ||||
| | * | | Bug 750016 - FILE_PATTERNS ignores arbitrary extensions | albert-github | 2015-05-30 | 1 | -2/+8 |
| | |/ | | | | | | | | | | Added note to the documentation of FILE_PATTERNS and added cross reference at INPUT configuration options. | ||||
| * | | Merge pull request #347 from groleo/cmake-fixes | Dimitri van Heesch | 2015-06-06 | 1 | -42/+0 |
| |\ \ | | | | | | | | | .gitignore: remove entries which are no longer generated | ||||
| | * | | .gitignore: remove entries which are no longer generated | Adrian Negreanu | 2015-06-04 | 1 | -42/+0 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | v2: drop moc and rcc too [albert] un-ignore files or directories we don't generate to avoid using files from previous builds. Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com> | ||||
* | | | Added missing libraries for building doxysearch on Windows | Dimitri van Heesch | 2015-06-06 | 2 | -0/+14 |
| | | | |||||
* | | | Allow selection of specific translators to compile in at build time | Dimitri van Heesch | 2015-06-05 | 2 | -13/+14 |
|/ / | |||||
* | | Support diff that returns "No differences encountered" when comparing test ↵ | Dimitri van Heesch | 2015-06-03 | 1 | -1/+1 |
| | | | | | | | | results | ||||
* | | Fixes for running tests and generating docs with cmake | Dimitri van Heesch | 2015-06-03 | 5 | -121/+4 |
| | | |||||
* | | Fix for Travis CI build (attempt 10) | Dimitri van Heesch | 2015-05-31 | 2 | -3/+9 |
| | | |||||
* | | Fix for Travis CI build (attempt 9) | Dimitri van Heesch | 2015-05-31 | 2 | -1/+2 |
| | | |||||
* | | Fix for Travis CI build (attempt 8) | Dimitri van Heesch | 2015-05-31 | 2 | -2/+2 |
| | | |||||
* | | Fix for Travis CI build (attempt 7) | Dimitri van Heesch | 2015-05-31 | 1 | -1/+1 |
| | | |||||
* | | Fix for Travis CI build (attempt 6) | Dimitri van Heesch | 2015-05-31 | 1 | -1/+1 |
| | | |||||
* | | Fix for Travis CI build (attempt 5) | Dimitri van Heesch | 2015-05-31 | 1 | -0/+5 |
| | | |||||
* | | Fix for old cmake in Travis CI (attempt 4) | Dimitri van Heesch | 2015-05-31 | 1 | -1/+1 |
| | | |||||
* | | Fix for old cmake in Travis CI (attempt 3) | Dimitri van Heesch | 2015-05-31 | 1 | -1/+1 |
| | | |||||
* | | Fix for old cmake in Travis CI (attempt 2) | Dimitri van Heesch | 2015-05-31 | 1 | -3/+3 |
| | | |||||
* | | Fix for old cmake in Travis CI (attempt 1) | Dimitri van Heesch | 2015-05-31 | 1 | -1/+3 |
| | | |||||
* | | Added support for language codes | Dimitri van Heesch | 2015-05-31 | 7 | -18/+19 |
| | | |||||
* | | Cleanup & adapt travis config | Dimitri van Heesch | 2015-05-31 | 6 | -124/+6 |
| | | |||||
* | | Added missing files and build instructions | Dimitri van Heesch | 2015-05-31 | 6 | -272/+311 |
| | | |||||
* | | Further cmake changes | Dimitri van Heesch | 2015-05-31 | 69 | -272/+204 |
| | | | | | | | | | | | | | | - made static build option for all windows targets - made wizard flex interactive - add 64bit support for libiconv on windows build - updated test mechanism | ||||
* | | Removed old build files, added install targets and other options | Dimitri van Heesch | 2015-05-17 | 226 | -10381/+200 |
| | | |||||
* | | Replace to_c_cmd by resource compiler | Dimitri van Heesch | 2015-05-16 | 2 | -65/+31 |
| | | |||||
* | | Merge branch 'cmake-v5' of https://github.com/groleo/doxygen into cmake | Dimitri van Heesch | 2015-05-16 | 35 | -38/+902 |
|\ \ | |/ |/| | |||||
| * | drop #include <unistd.h> | Adrian Negreanu | 2015-05-15 | 18 | -38/+34 |
| | | | | | | | | Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com> | ||||
| * | move layout_default.xml to templates/html/ | Adrian Negreanu | 2015-05-15 | 1 | -0/+0 |
| | |