summaryrefslogtreecommitdiffstats
path: root/src/parserintf.h
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring: remove implicit conversion from QCString to const char *Dimitri van Heesch2021-04-221-19/+19
| | | | | | | | | | | | | | | | | This commit changes the following in relation to string use - The implicit convert from 'QCString' to 'const char *' is removed - Strings parameters use 'const QCString &' as much as possible in favor over 'const char *' - 'if (s)' where s is a QCString has been replaced by 'if(!s.isEmpty())' - data() now always returns a valid C-string and not a 0-pointer. - when passing a string 's' to printf and related functions 'qPrint(s)' is used instead of 's.data()' - for empty string arguments 'QCString()' is used instead of '0' - The copy() operation has been removed - Where possible 'qstrcmp(a,b)==0' has been replaces by 'a==b' and 'qstrcmp(a,b)<0' has been replaced by 'a<b' - Parameters of string type that were default initialized with '= 0' are no initialized with '= QCString()'
* issue #2732: Adding support for C++ concepts (Origin: bugzilla #499352)Dimitri van Heesch2021-04-081-1/+1
|
* Refactoring: some cleanup and removed text direction logicDimitri van Heesch2021-03-041-2/+0
|
* Refactoring: prepare output generators for multi-threaded useDimitri van Heesch2020-09-271-17/+28
|
* Incorrect duplicate code for Fortran fixed/free recognitionalbert-github2020-09-151-4/+14
| | | | There were 2 routines to recognize whether Fortran code was Fixed of Free format code, though the version in `commentcnv.l` didn't take the settings of `EXTENSION_MAPPING` into account which might lead to incorrect recognition of the format, this has been corrected.
* Refactor: Modernize clang parser and make it run with multiple threadsDimitri van Heesch2020-07-161-21/+5
|
* Added experimental multi-thread input processing support.Dimitri van Heesch2020-05-311-31/+34
| | | | | This is disabled by default. It can be enabled by setting MULTITHREADED_INPUT to 1 in doxygen.h. Still has many data races, so don't use for anything other than development!
* Removing warnings from doxygen internal documentationalbert-github2020-02-251-4/+6
| | | | Although there is not a lot of doxygen internal documentation, it still should not produce warnings.
* Changed std::unique_ptr<Entry> to std::shared_ptr<Entry> at avoid use after ↵Dimitri van Heesch2019-12-081-1/+1
| | | | free issues
* remove noexcept from parser interface for better portabilityDimitri van Heesch2019-12-051-1/+1
|
* Split language parser into "outline parser" and "code parser"Dimitri van Heesch2019-12-031-39/+76
|
* Fixed use of uninitialized pointer in preprocessorDimitri van Heesch2019-11-091-1/+1
|
* Use smartpointers to manage the lifetime of Entry objectsDimitri van Heesch2019-10-071-1/+3
|
* Improved const correctness and added support for inline namespacesDimitri van Heesch2019-04-211-2/+2
|
* Misc. doxy and comment typosluzpaz2017-08-021-1/+1
|
* Bump copyright yearDimitri van Heesch2015-02-261-1/+1
|
* Fixed to small memory leaksDimitri van Heesch2014-09-281-0/+4
|
* Bug 734099 - Add support for non-parsed languageDimitri van Heesch2014-08-041-4/+6
|
* Updated copyrightDimitri van Heesch2014-02-111-1/+1
|
* Bug 720691 - Code coloring in case of file without extensionDimitri van Heesch2014-01-021-1/+1
|
* Bug 707641 - `FILTER_SOURCE_FILES=YES` required to build CALL_GRAPHSSergio Oller2013-09-281-1/+3
| | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=707641 Add references if the file is filtered, as the parser does not know whether we are insideBody or not.
* Bug 701314 - URLs are not created on C# classes in some casesDimitri van Heesch2013-06-151-0/+4
|
* Release-1.8.3.1-20130512Dimitri van Heesch2013-05-121-1/+24
|
* Release-1.8.3.1Dimitri van Heesch2013-01-201-1/+1
|
* Release-1.8.2Dimitri van Heesch2012-08-111-1/+4
|
* Release-1.7.6.1-20120220Dimitri van Heesch2012-02-201-1/+1
|
* Release-1.7.6.1-20120122Dimitri van Heesch2012-01-221-2/+2
|
* Release-1.7.3-20110123Dimitri van Heesch2011-01-231-1/+1
|
* Release-1.6.3-20100324Dimitri van Heesch2010-03-241-1/+4
|
* Release-1.6.2-20100124Dimitri van Heesch2010-01-241-1/+1
|
* Release-1.5.7.1-20081103Dimitri van Heesch2008-11-031-11/+28
|
* Release-1.5.4-20080101Dimitri van Heesch2008-01-171-3/+8
|
* Release-1.5.4Dimitri van Heesch2008-01-161-1/+1
|
* Release-1.5.1-20070219Dimitri van Heesch2007-02-191-1/+1
|
* Release-1.5.1-20070107Dimitri van Heesch2007-01-071-1/+1
|
* Release-1.5.1-20061202Dimitri van Heesch2006-12-021-1/+1
|
* Release-1.4.6-20060507Dimitri van Heesch2006-05-071-1/+1
|
* Release-1.4.5-20051227Dimitri van Heesch2005-12-271-1/+2
|
* Release-1.4.3-20050707Dimitri van Heesch2005-07-071-11/+0
|
* Release-1.4.3-20050615Dimitri van Heesch2005-06-151-6/+56
|
* Release-1.4.2-20050410Dimitri van Heesch2005-04-101-0/+106