summaryrefslogtreecommitdiff
path: root/buildlib/program.mak
AgeCommit message (Collapse)Author
2015-12-19buildsystem: deal with spaces in path to sourceDavid Kalnischkies
Git-Dch: Ignore
2015-11-19move -std=c++11 from CXX to new CXXSTDDavid Kalnischkies
The hack introduced in aa91826f is replaced with a hopefully better working "proper" solution with a new variable just for the standard we use everywhere we use CXXFLAGS. Git-Dch: Ignore
2014-04-13compile with absolute paths to allow lcov useDavid Kalnischkies
Instructing gcc (or clang) to prepare for capturing coverage data is easy: Just build with: CXXFLAGS=--coverage The hard part is that our buildsystem uses relative paths and so confuses the hell out of lcov as it assumes this way that all our *.cc files are in the same directory… by changing to absolute paths in the compile rules we solve this problem. Still not perfect as it refers to build/include files for most headers and our forking/threading code isn't properly captured, but good enough to see red reports for now: CXXFLAGS=--coverage make make test ./test/integration/run-tests -q lcov --no-external --directory . --capture --output-file apt.info genhtml --output-directory ./coverage/ apt.info Git-Dch: Ignore
2014-02-22Fix typos in documentation (codespell)Michael Vogt
2004-09-20gettext stuffArch Librarian
Author: jgg Date: 2002-10-16 05:24:02 GMT gettext stuff
2004-09-20Join with aliencodeArch Librarian
Author: jgg Date: 2001-02-20 07:03:16 GMT Join with aliencode
2004-09-20More FixesArch Librarian
Author: jgg Date: 2000-01-14 06:26:36 GMT More Fixes
2004-09-20Fixed make system to rebuild binaries when shlib versio...Arch Librarian
Author: jgg Date: 1999-04-12 04:28:46 GMT Fixed make system to rebuild binaries when shlib version changes
2004-09-20Small linker changesArch Librarian
Author: jgg Date: 1999-01-17 21:11:40 GMT Small linker changes
2004-09-20OptimizationsArch Librarian
Author: jgg Date: 1998-12-07 07:26:19 GMT Optimizations
2004-09-20Glitch in the program ruleArch Librarian
Author: jgg Date: 1998-11-29 01:36:57 GMT Glitch in the program rule
2004-09-20Move libraries to the statr of the compile lineArch Librarian
Author: jgg Date: 1998-07-30 05:34:20 GMT Move libraries to the statr of the compile line
2004-09-20Compile of apt-cacheArch Librarian
Author: jgg Date: 1998-07-15 05:56:42 GMT Compile of apt-cache