waitingtocompile
a937efbcbc
Add basic concept support ( #144 )
2022-09-03 21:22:59 +02:00
Jonathan Müller
135e4d65e8
Update catch to latest version
2022-06-30 14:58:41 +02:00
Jonathan Müller
62e571a4d6
Update copyright notices
2022-02-07 20:43:22 +01:00
Jonathan Müller
39ba4f5de2
Use catch via FetchContent
...
Fixes #111 and #112 .
2021-02-17 13:37:14 +01:00
Loïc Touraine
9ab6ef877a
fix: update catch.hpp link to fix broken link due to Catch2 repository branches evolution ( #108 )
2021-02-03 16:54:22 +01:00
Jonathan Müller
d44571f1c8
Improve CMake
2018-12-18 18:27:36 +01:00
Jonathan Müller
73f41aac05
Fix ctest configuration
2018-09-20 21:02:21 +02:00
Zhansong Li
25afbdbe35
Fix catch2 download link
...
Fixes #61 .
2018-07-11 11:07:56 +02:00
Jonathan Müller
c7b13d89bc
Fix CI errors
2018-02-01 18:52:37 +01:00
Jonathan Müller
bd4db2ce80
Add self-parsing integration test
2018-02-01 16:32:30 +01:00
Jonathan Müller
4c78c69da0
Update copyright year
2018-01-26 08:39:09 +01:00
Zsolt Erhardt
ca2fae08a2
Bugfix/escaped character parsing ( #32 )
...
So as it turns out there's a nasty little piece of code in rapidjson's
source which breaks the preprocessor and will leave things a little bit
weird.
The test "preprocessor_parses_escaped_character" should prove
its validity.
2018-01-22 11:18:38 +01:00
Jonathan Müller
ccb2aaa189
Implement attribute parsing
2017-10-29 19:42:16 +01:00
Jonathan Müller
1572920650
Add function to tokenize strings
2017-10-19 19:02:27 +02:00
Manu343726
b1b0cad69a
Code coverage with lcov
...
Includes:
- A cmake script to setup lcov targets
- A predefined cppast_coverage target (Disabled by default, enable by setting CPPAST_TEST_GCOV var to TRUE/ON/1)
- Coverage report submission to coveralls.io
2017-10-11 21:25:37 +02:00
Jonathan Müller
38831db073
Add parse_files() utility function
2017-06-27 16:42:59 +02:00
Jonathan Müller
d14965b24e
Add basic compilation database parsing
2017-06-23 17:01:42 +02:00
Jonathan Müller
bcf65703d7
Add integration test parsing the standard library
2017-06-23 09:34:37 +02:00
Tamás Szelei
2be20f60a2
Filtered visitor ( #18 )
...
New `visit()` overload taking a filter.
Closes #17 .
2017-05-07 21:50:34 +02:00
Jonathan Müller
4db09778b5
Add and parse cpp_static_assert
2017-04-11 20:37:24 +02:00
Jonathan Müller
c3d1d97892
Add and parse cpp_friend
...
Only works in clang>=4.
2017-04-06 11:45:17 +02:00
Jonathan Müller
e10a41fea8
Add proper build system
2017-04-02 18:38:28 +02:00