summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: Removed creation of MemberDef's for macro definitions from pre.lDimitri van Heesch2020-05-221-1/+0
* Fix build issue: strlcpy & strlcat are BSD specificDimitri van Heesch2020-05-151-1/+1
* RefactoringDimitri van Heesch2020-05-151-15/+12
* Fix for overruling flags that did work with the Visual Studio compilerDimitri van Heesch2020-04-301-0/+3
* Refactoring: modernize g_inputFiles and the parameters of readFileOrDirectoryDimitri van Heesch2020-04-301-0/+4
* Refactoring: migrate MemberNameInfoSDict to MemberNameInfoLinkedMapDimitri van Heesch2020-04-271-1/+0
* Updated changelog for version 1.8.18Dimitri van Heesch2020-04-121-0/+4
* Replaced FileNameDict/FileNameList by FileNameLinkedMapDimitri van Heesch2020-04-061-1/+0
* Remove support for TCL (code is too buggy and unmaintained, language not very...Dimitri van Heesch2020-03-151-3/+0
* Remove dead code and fix more warningsDimitri van Heesch2020-03-081-1/+0
* Enabled stricter compiler warnings and fixed all new warningsDimitri van Heesch2020-03-081-7/+10
* Extend built-in STL support with more classesDimitri van Heesch2019-12-191-9/+10
* issue #7268 Unable to build "master" branchalbert-github2019-09-171-0/+1
* Merge branch 'feature/bug_consistency_state_2' of https://github.com/albert-g...Dimitri van Heesch2019-09-121-32/+71
|\
| * Consistent way to show scanner statealbert-github2019-09-051-32/+71
* | Refactoring code for dot related source filesDimitri van Heesch2019-09-101-7/+8
|/
* Rename version libary to avoid name clash with Window's version.libDimitri van Heesch2019-08-081-1/+1
* Merge branch 'feature/bug_gitversion' of https://github.com/albert-github/dox...Dimitri van Heesch2019-07-301-7/+2
|\
| * Show git version informationalbert-github2019-05-311-13/+2
| * Show git version informationalbert-github2019-04-071-2/+8
* | Merge branch 'docgroup' of https://github.com/groleo/doxygen into groleo-docg...Dimitri van Heesch2019-07-271-0/+1
|\ \
| * | take doc group out of commentscan.lAdrian Negreanu2019-07-261-0/+1
* | | Option for 'input buffer overflow'albert-github2019-07-201-1/+1
|/ /
* | issue #6880 mscgen links placed in the wrong place when using SVG outputDimitri van Heesch2019-06-231-1/+3
* | Split off lodepng functionality in a separate libraryDimitri van Heesch2019-06-221-1/+2
* | refactoring dot.cppThomas Haller2019-06-131-0/+10
* | Fix #6906Ton van den Heuvel2019-05-061-0/+4
|/
* Remove persistent storage of Entry objectsDimitri van Heesch2019-02-171-3/+0
* issue_6517: Emoji supportalbert-github2018-10-011-0/+1
* Problem with TEST_FLAGS when using CMake for Visual StudioTushar Maheshwari2018-05-131-1/+1
* CMake: let CMake handle the C++ standard setting if target_compile_features()...Rolf Eike Beer2017-10-201-2/+3
* CMake: remove needless variable expansionsRolf Eike Beer2017-10-201-3/+2
* Removed -Wno-deprecated flag from bison as it is not support on the bison 2.3...Dimitri van Heesch2017-09-281-2/+2
* Suppression warnings about deprecated directiveLaurent Rineau2017-09-191-2/+2
* Merge pull request #574 from brgl/fix_buildroot_buildDimitri van Heesch2017-08-211-1/+1
|\
| * build: fix the way lang_cfg.h is generatedBartosz Golaszewski2017-06-211-1/+1
* | Fixes for cross platform build with new LLVM/CLANG versionDimitri van Heesch2017-08-201-5/+12
* | make use of clang compilation databaseDoug Johnston2017-04-061-0/+13
|/
* Add sql syntax highlighting to code blocksArtur Kink2016-11-221-0/+2
* bison: use %declarations instead of command line options.Adrian Negreanu2016-09-211-2/+1
* flex: use %option instead of command line options.Adrian Negreanu2016-09-211-17/+17
* Minor build fixesDimitri van Heesch2016-05-091-0/+1
* Changed configuration mechanism to directly access options in order to improv...Dimitri van Heesch2016-01-171-21/+38
* Adding compilation options for flex/lex and bison/yaccalbert-github2015-12-081-20/+20
* Use STATIC libraries to prevent them being sharedTomáš Chvátal2015-09-011-2/+2
* Undo _doxygen to libdoxygen target changeDimitri van Heesch2015-07-211-2/+2
* rename build target _doxygen to libdoxygenDimitri van Heesch2015-07-181-2/+2
* Added support for language codesDimitri van Heesch2015-05-311-2/+3
* Removed old build files, added install targets and other optionsDimitri van Heesch2015-05-171-0/+5
* Replace to_c_cmd by resource compilerDimitri van Heesch2015-05-161-65/+31