Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
| * | use cmake | Adrian Negreanu | 2015-05-15 | 16 | -0/+868 |
| | | | | | | | | | | | | | | | | | | | | 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> | ||||
| * | Bug 746734 - Don't warn about missing documentation for deleted functions. | Dimitri van Heesch | 2015-05-15 | 5 | -4/+16 |
| | | |||||
| * | Bug 748208 - Bug #313527 regression - Enum in bitfield is not parsed properly. | Dimitri van Heesch | 2015-05-15 | 1 | -1/+7 |
| | | |||||
| * | Various VHDL related fixes | Dimitri van Heesch | 2015-05-15 | 6 | -2070/+2147 |
| | | |||||
| * | Bug 746417 - Nested list in C# XML comments closes outer list prematurely | Dimitri van Heesch | 2015-05-15 | 1 | -2/+3 |
| | | |||||
| * | Remove wrong </File> | albert-github | 2015-05-15 | 1 | -1/+0 |
| | | | | | | | | Remove superfluous </File> | ||||
| * | Removed dbus XML parser, various refinements | Dimitri van Heesch | 2015-05-15 | 9 | -1081/+43 |
| | | |||||
| * | xml: use STRIP_FROM_PATH on @file attributes. | Adrian Negreanu | 2015-05-15 | 1 | -5/+5 |
| | | |||||
| * | Add support for basic XML syntax highlighting. | Weston Thayer | 2015-05-15 | 9 | -2980/+3459 |
| | | |||||
* | | Bug 746734 - Don't warn about missing documentation for deleted functions. | Dimitri van Heesch | 2015-05-03 | 5 | -4/+16 |
| | | |||||
* | | Bug 748208 - Bug #313527 regression - Enum in bitfield is not parsed properly. | Dimitri van Heesch | 2015-05-03 | 1 | -1/+7 |
| | | |||||
* | | Various VHDL related fixes | Dimitri van Heesch | 2015-04-27 | 6 | -2070/+2147 |
| | | |||||
* | | Bug 746417 - Nested list in C# XML comments closes outer list prematurely | Dimitri van Heesch | 2015-04-26 | 1 | -2/+3 |
| | | |||||
* | | Merge pull request #332 from albert-github/feature/bug_doxygen_vcproj | Dimitri van Heesch | 2015-04-19 | 1 | -1/+0 |
|\ \ | | | | | | | Remove wrong </File> | ||||
| * | | Remove wrong </File> | albert-github | 2015-04-19 | 1 | -1/+0 |
|/ / | | | | | | | Remove superfluous </File> | ||||
* | | Merge pull request #331 from groleo/master | Dimitri van Heesch | 2015-04-19 | 1 | -5/+5 |
|\ \ | | | | | | | xml: use STRIP_FROM_PATH on @file attributes. | ||||
| * | | xml: use STRIP_FROM_PATH on @file attributes. | Adrian Negreanu | 2015-04-17 | 1 | -5/+5 |
| |/ | |||||
| * | Merge https://github.com/doxygen/doxygen | Adrian Negreanu | 2015-04-17 | 34 | -200/+229 |
| |\ | |||||
| * \ | Merge https://github.com/doxygen/doxygen | Adrian Negreanu | 2015-03-19 | 15 | -12/+24 |
| |\ \ | |||||
| * \ \ | Merge https://github.com/doxygen/doxygen | Adrian Negreanu | 2015-03-10 | 0 | -0/+0 |
| |\ \ \ | |||||
* | | | | | Removed dbus XML parser, various refinements | Dimitri van Heesch | 2015-04-19 | 9 | -1081/+43 |
| | | | | | |||||
* | | | | | Merge branch 'master' of https://github.com/Cryclops/doxygen into ↵ | Dimitri van Heesch | 2015-04-16 | 9 | -2980/+3459 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | Cryclops-master | ||||
| * | | | | Add support for basic XML syntax highlighting. | Weston Thayer | 2015-01-06 | 9 | -2980/+3459 |
| | | | | | |||||
* | | | | | Merge pull request #327 from wtschueller/master | Dimitri van Heesch | 2015-04-16 | 1 | -2/+8 |
|\ \ \ \ \ | | | | | | | | | | | | | Tcl: fix for extra line breaks in source browser introduced by commit 31... | ||||
| * | | | | | Tcl: fix for extra line breaks in source browser introduced by commit 312bef5 | wtschueller | 2015-04-07 | 1 | -2/+8 |
| | | | | | | |||||
* | | | | | | Merge pull request #330 from albert-github/bug_747780 | Dimitri van Heesch | 2015-04-14 | 1 | -0/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Bug 747780 - man output should escape minus signs | ||||
| * | | | | | | Bug 747780 - man output should escape minus signs | albert-github | 2015-04-13 | 1 | -0/+1 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | Escaped minus sign | ||||
* | | | | | | Bug 746226 - last enum member not documented | Dimitri van Heesch | 2015-04-12 | 2 | -2/+3 |
| | | | | | | |||||
* | | | | | | Merge pull request #328 from albert-github/feature/bug_latex_ref | Dimitri van Heesch | 2015-04-12 | 1 | -3/+3 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Doxygen LaTeX / PDF links point to page 1 |