- 11 Mar, 2014 1 commit
-
-
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
-
- 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/
-
- 12 Feb, 2014 5 commits
-
-
albert-github authored
Made documentation for custom commands more consistent and remove not required backslashes
-
albert-github authored
In the pdf version of the doxygen manual (version 1.8.6) the commands \< and \> are shown as < and > Tests (on the doxygen manual) revealed that the exception rules were nor required.
-
albert-github authored
Some superfluous backslashes were found in the documentation (1.8.6 manual page 52, diagrams section)
-
albert-github authored
The build references for htmlentity.{cpp,h} were missing for windows builds
-
albert-github authored
In the current vhdl part of the code it is required that the dot executable is in the path. On in dot.cpp the possibility exists that the dot executable is found through the configuration setting DOT_PATH. This patch makes this more consistent
-
- 11 Feb, 2014 1 commit
-
-
Dimitri van Heesch authored
-