summaryrefslogtreecommitdiffstats
path: root/unit-tests/cc
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearKaren Arutyunov2019-01-1612-12/+12
|
* Replace libu with libue in buildfilesKaren Arutyunov2018-09-102-2/+2
|
* Rename .test/test{} to .testscript/testscript{}Boris Kolpackov2018-09-0410-10/+10
|
* Fix C++ module testKaren Arutyunov2018-07-251-1/+1
|
* Update copyright yearKaren Arutyunov2018-05-1912-12/+12
|
* Use utility library to arrange unit testingBoris Kolpackov2017-07-282-26/+2
|
* Optimize C/C++ lexerBoris Kolpackov2017-07-242-24/+13
|
* Add hxx prerequisite type in test buildfilesKaren Arutyunov2017-07-132-2/+2
|
* Make use of wildcards in buildfilesKaren Arutyunov2017-07-122-4/+4
|
* Add support for regex function familyKaren Arutyunov2017-06-272-5/+6
|
* Add support for $path_search() and $path_match()Karen Arutyunov2017-06-262-9/+10
|
* Store module information in depdbBoris Kolpackov2017-06-161-4/+4
|
* Next installment in C++ modules saga: module search, re-export supportBoris Kolpackov2017-06-142-5/+8
|
* Diagnose #include directives in C/C++ lexerBoris Kolpackov2017-05-281-0/+8
|
* Handle #line directives in C/C++ lexerBoris Kolpackov2017-05-275-16/+55
| | | | | This way the parser now reports logical rather than physical location in diagnostics.
* Fix few bugs in C++ lexer and parserBoris Kolpackov2017-05-252-4/+13
|
* Implement parsing of C++ module declarationsBoris Kolpackov2017-05-253-0/+233
|
* Implement support for tokenization of preprocessed C/C++ sourceBoris Kolpackov2017-05-249-0/+546