- 15 Mar, 2014 2 commits
-
-
Dimitri van Heesch authored
pass libclang header file location; add paths for Ubuntu's llvm-3.4
-
Dimitri van Heesch authored
Bug 725516 - In case of sections with the same name they are not reported.
-
- 11 Mar, 2014 2 commits
-
-
Dimitri van Heesch authored
Bug 643618 - Fortran: variable with name "type" confuses Doxygen
-
Dimitri van Heesch authored
Alternative way to get rules information from flex
-
- 10 Mar, 2014 1 commit
-
-
albert-github authored
This patch describes an alternative way to get rules / debug information from flex files
-
- 09 Mar, 2014 1 commit
-
-
albert-github authored
Most problems were solved in version 1.8.5 but the underscore character (_) had not been incorporated, this is done with this patch.
-
- 04 Mar, 2014 1 commit
-
-
Michael R. Crusoe authored
-
- 02 Mar, 2014 1 commit
-
-
albert-github authored
In this patch it is checked if a section label has been used before and if so a warning is given with file name and line number (when possible) where the section label was used the first time. Note in section.h the item level was not initialized in the past in case of a copy constructor.
-
- 28 Feb, 2014 2 commits
-
-
Dimitri van Heesch authored
util/patternMatch: don't extract a QCString(QFileInfo) each time we QReg...
-
Adrian Negreanu authored
patternMatch iterates over the pattern list, while FileInfo remains constant. given this, extract the QCStrings for QFileInfo outside of the iterating loop. Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
-
- 27 Feb, 2014 7 commits
-
-
Dimitri van Heesch authored
Fix typos in russian translation
-
Sergey M․ authored
-
Dimitri van Heesch authored
Give message when PROJECT_LOGO cannot be found or cannot be converted
-
Dimitri van Heesch authored
Showing error message on windows in case of an error on startup
-
Dimitri van Heesch authored
sqlite3: speedup the SELECTs
-
Adrian Negreanu authored
Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
-
Adrian Negreanu authored
The uniqueness of rows is maintained by first doing a select. In case the item is not found, it's INSERTed. This is done for files, refids, params and includes, data that is not unique by itself, like cross-references for example. In other words, you can have many memberdefs in one file, but you can only have one cross-reference between two functions since the reference location is unique. So, when SELECTing files and refids, use the file name and refids as primary key since that's the fastest way to do it. Also 'OR REPLACE' not necessary in 'INSERT OR REPLACE'. Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
-
- 26 Feb, 2014 3 commits
-
-
albert-github authored
In case the project logo does not exist or cannot be converted give a message instead of a white box. Also update STR_PROJECT_LOGO in case a filename is selected that cannot be found.
-
albert-github authored
include remained for debug session.
-
albert-github authored
On case, on windows, more than 1 argument is given doxywizard stops without showing a message even though a printf is present. In this patch the message is show (for all platforms) by means of a message box, furthermore in case the argument --help is given the usage message is given in a message box.
-
- 23 Feb, 2014 2 commits
-
-
Dimitri van Heesch authored
Corrected some definitions for some Fortran keywords
-
albert-github authored
-
- 22 Feb, 2014 3 commits
-
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
- 20 Feb, 2014 3 commits
-
-
Dimitri van Heesch authored
Bug 674851 - Percent to prevent auto-linking in page title is not removed for navpath
-
Dimitri van Heesch authored
Bug 724241 - Internal inconsistency: namespace in IDL
-
albert-github authored
Library was missing in the list of namespaces. In scanner.l constants, module and library are handled in the same way. In namespace.{h,cpp} only constants and module were handled, now also library is handled in a similar way.
-
- 17 Feb, 2014 1 commit
-
-
albert-github authored
remove the % sign from some relevant places. The % sign is to prevent automatic linking.
-
- 15 Feb, 2014 11 commits
-
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
-
Dimitri van Heesch authored
Pull out property names in Objective-C.
-
Dimitri van Heesch authored
Properly escape the XCODE path.
-
Dimitri van Heesch authored
Made documentation more consistent
-
Dimitri van Heesch authored
Command \< and \> are not properly shown in section headers (and consequently in index)
-
Dimitri van Heesch authored
Superfluous backslash in documentation
-
Dimitri van Heesch authored
A new files have been added but is not incorporated in the windows build part
-
Dimitri van Heesch authored
Place where dot executable is found
-
Jeff Verkoeyen authored
Property names are everything after the ::.
-
Jeff Verkoeyen authored
This was causing problems on my system where Xcode is installed at /Applications/Xcode 5.0/
-