summaryrefslogtreecommitdiff
path: root/guix/gexp.scm
AgeCommit message (Expand)Author
2015-10-10gexp: Add 'scheme-file'.Ludovic Courtès
2015-10-10gexp: Add 'mixed-text-file'.Ludovic Courtès
2015-10-10gexp: Add 'program-file'.Ludovic Courtès
2015-10-10gexp: Add 'computed-file'.Ludovic Courtès
2015-09-02gexp: Remove duplicate 'mkdir-p' definition.Ludovic Courtès
2015-08-29gexp: Add #:script-name parameter to 'gexp->derivation'.Ludovic Courtès
2015-08-27gexp: Add 'lower-object'.Ludovic Courtès
2015-07-03derivations: Add #:substitutable?, distinguished from #:local-build?.Ludovic Courtès
2015-07-01environment: Add only the specified outputs of the dependencies.Ludovic Courtès
2015-06-19gexp: 'local-file' canonicalizes its file argument.Ludovic Courtès
2015-06-19gexp: 'local-file' now defaults to non-recursive.Ludovic Courtès
2015-06-03gexp: Add 'plain-file'.Ludovic Courtès
2015-06-03gexp: Export <local-file> accessors.Ludovic Courtès
2015-05-01derivations: Add #:leaked-env-vars parameter.Ludovic Courtès
2015-04-20gexp: Add printers for <gexp-input> and <gexp-output>.Ludovic Courtès
2015-03-29gexp: Slightly simplify 'lower-inputs'.Ludovic Courtès
2015-03-29gexp: Add 'local-file'.Ludovic Courtès
2015-03-22gexp: Fix handling of nativeness in nested gexps.Ludovic Courtès
2015-03-22gexp: Ignore nested gexps in macro expansion.Ludovic Courtès
2015-03-22gexp: Allow <gexp-input> objects in #:allowed-references.Ludovic Courtès
2015-03-22gexp: Add identity compiler for derivations.Ludovic Courtès
2015-03-17gexp: Move the package and origin compilers to (guix packages).Ludovic Courtès
2015-03-17gexp: Separate "compilers" for origins and packages from the core.Ludovic Courtès
2015-03-17gexp: Remove special meaning of forms (PACKAGE OUTPUT) in ungexp.Ludovic Courtès
2015-03-17gexp: Export 'gexp-input' constructor.Ludovic Courtès
2015-03-17gexp: Add <gexp-input>.Ludovic Courtès
2015-03-17gexp: Rename <output-ref> to <gexp-output>.Ludovic Courtès
2015-03-02gexp: Make sure 'gexp-outputs' removes duplicate outputs.Ludovic Courtès
2015-02-27gexp: Aggregate outputs of compound gexps.Ludovic Courtès
2015-02-13gexp: Add #:graft? parameter to 'gexp->derivation'.Ludovic Courtès
2015-02-13gexp: Implement 'imported-modules' & co. using 'gexp->derivation'.Ludovic Courtès
2015-02-11gexp: Add #:allowed-references parameter to 'gexp->derivation'.Ludovic Courtès
2015-01-14monads: Move '%store-monad' and related procedures where they belong.Ludovic Courtès
2015-01-12monads: Rewrite 'text-file*' using gexps.Ludovic Courtès
2014-11-09gexp: Add #:module-path parameter to 'gexp->derivation'.Ludovic Courtès
2014-09-08gexp: 'gexp->script' returns a script that can easily be compiled.Ludovic Courtès
2014-09-06gexp: Allow use of high-level objects in #:references-graphs.Ludovic Courtès
2014-08-28gnu: Split (gnu packages base), adding (gnu packages commencement).Ludovic Courtès
2014-08-18gexp: Add 'ungexp-native' and 'ungexp-native-splicing'.Ludovic Courtès
2014-08-17gexp: Add #:target parameter to 'gexp->derivation'.Ludovic Courtès
2014-07-17gexp: Gracefully handle printing of gexps with spliced references.Ludovic Courtès
2014-07-16gexp: Build 'gexp->file' derivations locally.Ludovic Courtès
2014-07-12gexp: Resolve the default system at '>>=' time.Ludovic Courtès
2014-06-04tests: Skip tests that would hit the shebang length limitation.Ludovic Courtès
2014-05-01monads, gexp: Remove unintended dependency on (gnu packages …).Ludovic Courtès
2014-05-01gexp: Add support for 'origin?' objects in 'ungexp' forms.Ludovic Courtès
2014-04-30gexp: Add pretty printer.Ludovic Courtès
2014-04-29gexp: Remove leftover parameter.Ludovic Courtès
2014-04-28monads: Hide 'derivation-expression' and 'lower-inputs'.Ludovic Courtès
2014-04-28Add (guix gexp).Ludovic Courtès