- 15 Jan, 2021 1 commit
-
-
Simon Morlat authored
Add in tester an example of an API that uses inheritance, with a base class used to represent several kind of different elements. Remove a useless usage shared_ptr<> in the Parser and Regognizers. This should increase a bit the parsing performance.
-
- 22 Oct, 2020 1 commit
-
-
Simon Morlat authored
-
- 15 Oct, 2020 1 commit
-
-
Simon Morlat authored
Add corresponding test.
-
- 14 Oct, 2020 1 commit
-
-
Simon Morlat authored
-
- 21 Aug, 2020 1 commit
-
-
Julien Wadel authored
-
- 23 Jun, 2020 1 commit
-
-
Sylvain Berfini authored
-
- 02 Apr, 2020 1 commit
-
-
Simon Morlat authored
-
- 09 Mar, 2020 1 commit
-
-
Julien Wadel authored
-
- 03 Feb, 2020 1 commit
-
-
Simon Morlat authored
Fix bug with the use of createRootObject(). It wasn't passed the size of what was really parsed, which was confusing for the DebugParser and the output of belr-parse tool.
-
- 11 Dec, 2019 1 commit
-
-
François Grisez authored
This option makes the creation of 'package_source' custom target optional, allowing to build with CMake < 3.11 if it is disabled (default). (cherry picked from commit 6b63669f)
-
- 09 Dec, 2019 1 commit
-
-
Sylvain Berfini authored
-
- 07 Nov, 2019 1 commit
-
-
François Grisez authored
-
- 08 Oct, 2019 1 commit
-
-
Simon Morlat authored
Fix rpm. See merge request !12
-
- 07 Oct, 2019 2 commits
-
-
Simon Morlat authored
-
Simon Morlat authored
-
- 19 Sep, 2019 1 commit
-
-
Simon Morlat authored
Clarify informative files, better documentation, relicensed to GPLv3. See merge request !11
-
- 18 Sep, 2019 1 commit
-
-
Simon Morlat authored
-
- 10 Sep, 2019 2 commits
-
-
Nicolas Michon authored
-
Nicolas Michon authored
-
- 21 Jun, 2019 2 commits
-
-
Sylvain Berfini authored
-
Sylvain Berfini authored
-
- 23 May, 2019 1 commit
-
-
Simon Morlat authored
Feature/reduce template code size See merge request !7
-
- 22 May, 2019 3 commits
-
-
Simon Morlat authored
Replace some shared_ptr by unique_ptr. These pointers were not really shared, but rather managed into a single object. This change allows to significantly reduce the object code generated. Belcard library has been reduced by a factor of 2.5.
-
Simon Morlat authored
-
Simon Morlat authored
Reduce object code generated by templates. This leads a 50% reduce in belcard library as an example (debug symbol stripped).
-
- 11 Apr, 2019 2 commits
-
-
Simon Morlat authored
Fix build issues with Visual Studio 2017 See merge request !6
-
Simon Morlat authored
-
- 26 Mar, 2019 1 commit
-
-
DanmeiChen authored
make framework on macos See merge request !5
-
- 12 Mar, 2019 1 commit
-
-
DanmeiChen authored
-
- 08 Feb, 2019 1 commit
-
-
Peio Rigaux authored
added chmod to give exec rights on shared libs for ubuntu packaging See merge request !4
-
- 25 Jan, 2019 1 commit
-
-
Peio Rigaux authored
-
- 27 Nov, 2018 2 commits
-
-
Ronan authored
- 05 Nov, 2018 2 commits
-
-
Ghislain MARY authored
No longer put the "-stdlib=libc++" build option since we now target Mac OS X 10.9. See merge request !2
-
Ghislain MARY authored
-
- 02 Nov, 2018 3 commits
-
-
Simon Morlat authored
Add another 'make_fn' utility function See merge request !1
-
Nicolas Michon authored
-
Nicolas Michon authored
This reverts commit 99686962.
-
- 31 Oct, 2018 1 commit
-
-
Nicolas Michon authored
-
- 06 Jun, 2018 1 commit
-
-
Erwan Croze authored
-