summaryrefslogtreecommitdiff
path: root/guix/build-system/cmake.scm
AgeCommit message (Expand)Author
2020-06-16build-system: cmake: Add substitutable keyword.Efraim Flashner
2020-02-06gnu: gcc: Switch back to using 'C_INCLUDE_PATH' instead of 'CPATH'.Ludovic Courtès
2020-01-26build-system/cmake: Enable parallel tests by default.Marius Bakke
2019-11-15gnu: cmake: Fix cross-compilation.Mathieu Othacehe
2019-03-20cmake: Generate documentation.Maxim Cournoyer
2017-05-30build-system/cmake: Add support for cross compilation.Ricardo Wurmus
2015-05-04Move search path specifications to (guix search-paths).Ludovic Courtès
2015-04-23build-system/{cmake,glib-or-gtk}: Add #:validate-runpath? parameter.Ludovic Courtès
2015-04-01build-system: Factorize the list of modules imported on the build side.Ludovic Courtès
2014-11-02packages: Implement grafts.Ludovic Courtès
2014-10-05build-system: Bags record their system and target.Ludovic Courtès
2014-10-05build-system: Introduce "bags" as an intermediate representation.Ludovic Courtès
2014-10-05build-system: Remove irrelevant special case.Ludovic Courtès
2014-10-04build-system/cmake: Add #:build-type parameter, default to "RelWithDebInfo".Ludovic Courtès
2014-08-28gnu: Split (gnu packages base), adding (gnu packages commencement).Ludovic Courtès
2013-12-04derivations: Use more keyword parameters for 'build-expression->derivation'.Ludovic Courtès
2013-11-28build-system/cmake: Build out of source tree by default.Ludovic Courtès
2013-11-01Merge branch 'master' into core-updatesLudovic Courtès
2013-10-29build-system/{cmake,perl}: Don't use (guix build gnu-build-system).Ludovic Courtès
2013-10-10build-system/{gnu,cmake}: Remove #:patches and #:patch-flags parameters.Ludovic Courtès
2013-09-18derivations: 'derivation' and related procedures return a single value.Ludovic Courtès
2013-09-03build-system/cmake: Fix typo.Ludovic Courtès
2013-09-03build-system/gnu: Delay resolution of (@ (gnu packages cmake) cmake).Ludovic Courtès
2013-04-16build-system/{perl,cmake}: Keep the standard search paths of gnu-build-system.Ludovic Courtès
2013-03-30packages: Add `native-search-paths' field and honor it.Ludovic Courtès
2013-03-30build-system/gnu: Remove #:path-exclusions parameter.Ludovic Courtès
2013-03-28Add (guix build-system cmake).Cyril Roelandt