- Oct 27, 2021
-
-
Tomáš Pecka authored
Long story short, tclap<=1.2.4 does not work with g++-11 compiler. We sent a patch into TClap which was merged [1], however, new version was not yet released so the distros have not included the fix in the packaged versions of TClap. This is becoming kind of a blocker for people who want to compile ALT. I figured out that CMake can download external projects and if you do things *magically right* [2] you can also convince the external projects to be built before your project so you can depend on them. So, CMake should now download TClap if you configure it to build aql2. As tclap is header-only, compilation of aql2 modules should include the directory where tclap is downloaded (and prefer it to the /usr/include system path). Unfortunately, tclap triggers a lot of warnings for us (hi, -Wsuggest-override and -Werror) that we haven't seen before because system headers do not trigger warnings. Fortunately, CMake can configure includes to be SYSTEM includes (and use -isystem instead -I for g++ builds) which make things working again. However, this is just a really big hack, AFAIK. (I, personally, still think we should use some new, C++17-ready argument parsing library. There is plenty of them.) [1] https://sourceforge.net/p/tclap/code/ci/52a118c0edb20f64e8da88dc9d0bfee63f2232ac/ [2] https://crascit.com/2015/07/25/cmake-gtest/ Bug: #214 Bug: https://sourceforge.net/p/tclap/bugs/33/
-
- Mar 08, 2021
-
-
- Nov 09, 2020
-
-
Tomáš Pecka authored
-
- May 13, 2020
-
-
Tomáš Pecka authored
-
- Oct 18, 2019
-
-
Tomáš Pecka authored
-
- Sep 23, 2019
-
-
Jan Travnicek authored
-
- Feb 25, 2019
-
-
Tomáš Pecka authored
-
- Nov 30, 2018
-
-
Tomáš Pecka authored
-
- Nov 25, 2018
-
-
Tomáš Pecka authored
-
- Nov 23, 2018
-
-
Jan Trávníček authored
-
- Dec 22, 2017
-
-
Jan Trávníček authored
-
- Jul 20, 2017
-
-
Jan Trávníček authored
-
- Mar 20, 2017
-
-
Vaclav Blazej authored
-
- Mar 07, 2017
-
-
Jan Trávníček authored
-
- Mar 06, 2017
-
-
Jakub Jirůtka authored
-
- Aug 30, 2015
-
-
Tomáš Pecka authored
-
- Aug 23, 2015
-
-
Tomáš Pecka authored
-
- Nov 24, 2014
-
-
Jan Trávníček authored
-
- Oct 06, 2014
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
- Jun 28, 2013
-
-
Honza authored
-