- Jan 27, 2022
-
-
Tomáš Pecka authored
For local builds it might be good to use rpaths so that the created executables are linked to the correct libs without modifying /etc/ld.so.conf for every build-dir.
-
- Aug 04, 2020
-
-
Tomáš Pecka authored
Added support for testing aql files (tests/aql). Removed alib2integrationtests/ in favour of tests/ directory. Sorry for a messy commit. Closes #198.
-
- Aug 03, 2020
-
-
Tomáš Pecka authored
It really makes no sense to have it inside alib2std component. Moved into separate tests/ folder.
-
Tomáš Pecka authored
We used 'contrib' name improperly [1,2]. [1] https://drewdevault.com/2020/06/06/Add-a-contrib-directory.html [2] http://www.geschke-online.de/doc/c2646.html
-
Tomáš Pecka authored
-
Tomáš Pecka authored
-
Tomáš Pecka authored
-
Tomáš Pecka authored
-
Tomáš Pecka authored
Simplify versioning by CMake. Uses git version in the format "<major>.<minor>.<patch>.r<commits-since-version-tag>.g<hash>(-dirty)?".
-
Tomáš Pecka authored
Adapts Doxygen generators to changes in previous commit.
-
Tomáš Pecka authored
Remove CMakeLists.txt generator scripts from build phase. Replaced with CMake's GLOB that can re-run every time the build is invoked. We can also drop the Python dependency now. Removed header installs which will be redesigned in future commits.
-