summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added cmake rules to build the examples that are also part of the manualDimitri van Heesch2015-06-1337-127/+115
|
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2015-06-113-4/+8
|\
| * Merge pull request #351 from albert-github/feature/bug_cmake_testsDimitri van Heesch2015-06-103-4/+8
| |\ | | | | | | Problem running tests under Windows
| | * Problem running tests under Windowsalbert-github2015-06-103-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 extractionDimitri van Heesch2015-06-113-2/+15
|/
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2015-06-092-108/+130
|\
| * Merge pull request #349 from groleo/sqlite-fixesDimitri van Heesch2015-06-091-108/+129
| |\ | | | | | | Sqlite fixes
| | * sqlite3: add schema commentsAdrian Negreanu2015-06-091-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 constnessAdrian Negreanu2015-06-091-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/masterDimitri van Heesch2015-06-091-0/+1
| |\ \ | | |/ | |/| docs,build: specify cmake v3.0 as minimum required version.
| | * docs,build: specify cmake v3.0 as minimum required version.Adrian Negreanu2015-06-091-0/+1
| |/
* | Added cmake build targets for examplesDimitri van Heesch2015-06-085-251/+221
| |
* | Build fixes for windows buildDimitri van Heesch2015-06-072-1/+2
|/
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2015-06-068-281/+278
|\
| * Merge pull request #337 from albert-github/feature/projectname_alignmentDimitri van Heesch2015-06-062-1/+6
| |\ | | | | | | Alignment of project name
| | * Alignment of project namealbert-github2015-05-172-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-messageDimitri van Heesch2015-06-061-1/+1
| |\ \ | | | | | | | | specify that doxygen searches files in INPUT tag
| | * | specify that doxygen searches files in INPUT tagAdrian Negreanu2015-05-221-1/+1
| | |/
| * | Merge pull request #342 from groleo/regexp-search.pyDimitri van Heesch2015-06-061-228/+255
| |\ \ | | | | | | | | sqlite3: add regexp searches to search.py
| | * | sqlite3: add regexp searches to search.pyAdrian Negreanu2015-05-221-228/+255
| | |/
| * | Merge pull request #344 from hcw70/masterDimitri van Heesch2015-06-062-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 Wintjen2015-05-271-0/+1
| | | | | | | | | | | | | | | | from anon namespaces)
| | * | Fix nesting of XML tag "literallayout" for docbook output of enums.Hauke Wintjen2015-05-271-7/+7
| | |/
| * | Merge pull request #346 from albert-github/feature/bug_750016Dimitri van Heesch2015-06-061-2/+8
| |\ \ | | | | | | | | Bug 750016 - FILE_PATTERNS ignores arbitrary extensions
| | * | Bug 750016 - FILE_PATTERNS ignores arbitrary extensionsalbert-github2015-05-301-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-fixesDimitri van Heesch2015-06-061-42/+0
| |\ \ | | | | | | | | .gitignore: remove entries which are no longer generated
| | * | .gitignore: remove entries which are no longer generatedAdrian Negreanu2015-06-041-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 WindowsDimitri van Heesch2015-06-062-0/+14
| | |
* | | Allow selection of specific translators to compile in at build timeDimitri van Heesch2015-06-052-13/+14
|/ /
* | Support diff that returns "No differences encountered" when comparing test ↵Dimitri van Heesch2015-06-031-1/+1
| | | | | | | | results
* | Fixes for running tests and generating docs with cmakeDimitri van Heesch2015-06-035-121/+4
| |
* | Fix for Travis CI build (attempt 10)Dimitri van Heesch2015-05-312-3/+9
| |
* | Fix for Travis CI build (attempt 9)Dimitri van Heesch2015-05-312-1/+2
| |
* | Fix for Travis CI build (attempt 8)Dimitri van Heesch2015-05-312-2/+2
| |
* | Fix for Travis CI build (attempt 7)Dimitri van Heesch2015-05-311-1/+1
| |
* | Fix for Travis CI build (attempt 6)Dimitri van Heesch2015-05-311-1/+1
| |
* | Fix for Travis CI build (attempt 5)Dimitri van Heesch2015-05-311-0/+5
| |
* | Fix for old cmake in Travis CI (attempt 4)Dimitri van Heesch2015-05-311-1/+1
| |
* | Fix for old cmake in Travis CI (attempt 3)Dimitri van Heesch2015-05-311-1/+1
| |
* | Fix for old cmake in Travis CI (attempt 2)Dimitri van Heesch2015-05-311-3/+3
| |
* | Fix for old cmake in Travis CI (attempt 1)Dimitri van Heesch2015-05-311-1/+3
| |
* | Added support for language codesDimitri van Heesch2015-05-317-18/+19
| |
* | Cleanup & adapt travis configDimitri van Heesch2015-05-316-124/+6
| |
* | Added missing files and build instructionsDimitri van Heesch2015-05-316-272/+311
| |
* | Further cmake changesDimitri van Heesch2015-05-3169-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 optionsDimitri van Heesch2015-05-17226-10381/+200
| |
* | Replace to_c_cmd by resource compilerDimitri van Heesch2015-05-162-65/+31
| |
* | Merge branch 'cmake-v5' of https://github.com/groleo/doxygen into cmakeDimitri van Heesch2015-05-1635-38/+902
|\ \ | |/ |/|
| * drop #include <unistd.h>Adrian Negreanu2015-05-1518-38/+34
| | | | | | | | Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
| * move layout_default.xml to templates/html/Adrian Negreanu2015-05-151-0/+0
| |