summaryrefslogtreecommitdiffstats
path: root/addon/doxyapp/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Make a switch to choose between dynamic library to clang-cpp or static ↵Dimitri van Heesch2020-07-201-1/+5
| | | | linking against clangTooling
* Fix #7883Joakim Tjernlund2020-07-191-1/+1
|
* Refactor: modernize markdown and make it thread-safeDimitri van Heesch2020-06-161-0/+1
|
* Refactoring: Removed creation of MemberDef's for macro definitions from pre.lDimitri van Heesch2020-05-241-0/+1
|
* RefactoringDimitri van Heesch2020-05-151-1/+1
| | | | | | | | | | | - Makes doxycfg library more self contained - renames _doxygen library to doxymain - Modernizes Debug implementation - Moves Doxygen::runningTime into Debug - Moves full version string to libversion - Removed mentioning of file version in messages (when FILE_VERSION_FILTER is used) - Move substitute functions into QCString
* Rename version libary to avoid name clash with Window's version.libDimitri van Heesch2019-08-081-1/+1
|
* Merge branch 'feature/bug_gitversion' of ↵Dimitri van Heesch2019-07-301-0/+2
|\ | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_gitversion
| * Show git version informationalbert-github2019-05-311-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The original version has as features: - getting the git version number for usage in doxygen - making the doxygen version number inclusion dependent on the VERSION file The disadvantage of the chosen methodology was that an extra correction step was necessary, by defining getter methods to retrieve the values this correction can be hidden. The information is coming from different sources: - the VERSION file - the git "repository and build system (when present) Furthermore there are a couple of places where the version information is used (a.o. doxygen and doxywizard executable, though the doxygenwizard was only done "half hearted") The handling of the VERSION file has been made in such a way that it is comparable with the generation of the git version changes. For a better abstraction the version handling is all done in a separate directory.
* | issue #6880 mscgen links placed in the wrong place when using SVG outputDimitri van Heesch2019-06-231-0/+1
| |
* | Split off lodepng functionality in a separate libraryDimitri van Heesch2019-06-221-0/+1
| |
* | Fix #6906Ton van den Heuvel2019-05-061-8/+0
| | | | | | | | | | | | Generate configvalues.h only as a dependency for the VHDL parser. Fixes a problem in combination with Ninja v1.9.0 because of duplicate rules for generating configvalues.h.
* | issue #6946 Compilation error (clangparser.cpp)albert-github2019-04-271-0/+5
|/ | | | | corrected clangparser conform other source code in respect to casting. Corrected doxyapp and doxyparse make scripts for usage with clang parser.
* CMake: avoid if() around the whole contents of plugin CMakeLists.txtRolf Eike Beer2017-10-201-4/+0
| | | | Just don't call add_subdirectory() if the build flag is not set.
* Building doxyapp fails after update of config methodology to improve performancealbert-github2016-01-171-0/+9
| | | | This is a regressing on the "Changed configuration mechanism to directly access options in order to improve performance ( a93ec7221d1a258f0268e0c081782478372efe0b)
* doxyapp and CLANG linkingalbert-github2015-12-121-0/+2
| | | | In case CLANG is enabled for doxygen this library is also used for doxyapp, but the clang libraries were not included in the doxyapp CMake project.
* Removed old build files, added install targets and other optionsDimitri van Heesch2015-05-171-0/+3
|
* use cmakeAdrian Negreanu2015-05-151-0/+25
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>