summaryrefslogtreecommitdiff
path: root/guix/gexp.scm
Commit message (Expand)AuthorAge
...
* gexp: Store compilers in a hash table for O(1) lookup.Ludovic Courtès2016-09-10
* gexp: Add 'file-append'.Ludovic Courtès2016-09-09
* gexp: Compilers can now provide an "expander".Ludovic Courtès2016-09-09
* gexp: Remove outdated comment.Ludovic Courtès2016-09-09
* gexp: 'program-file' and 'gexp->script' no longer have #:modules.Ludovic Courtès2016-07-12
* gexp: 'computed-file' no longer has a #:modules parameter.Ludovic Courtès2016-07-12
* gexp: 'gexp->file' emits code to set '%load-path'.Ludovic Courtès2016-07-12
* gexp: Factorize load-path-setting expression.Ludovic Courtès2016-07-12
* gexp: Add 'with-imported-modules' macro.Ludovic Courtès2016-07-12
* gexp: Keep only a single 'references' field.Ludovic Courtès2016-07-12
* gexp: Use a relative file name.Ludovic Courtès2016-06-20
* gexp: Add #:select? parameter to 'local-file'.Ludovic Courtès2016-06-16
* gexp: Move 'current-source-directory' to (guix utils).Ludovic Courtès2016-06-16
* derivations: Raise an error when a module file is not found.Ludovic Courtès2016-03-23
* derivations: Add 'module->source-file-name'.Ludovic Courtès2016-03-23
* gexp: Add #:disallowed-references.Ludovic Courtès2016-03-20
* derivations: Move grafts to (guix grafts).Ludovic Courtès2016-02-22
* gexp: 'local-file' resolves relative file names.Ludovic Courtès2015-12-14
* gexp: Build text derivations locally.Ludovic Courtès2015-11-25
* gexp: Add 'scheme-file'.Ludovic Courtès2015-10-10
* gexp: Add 'mixed-text-file'.Ludovic Courtès2015-10-10
* gexp: Add 'program-file'.Ludovic Courtès2015-10-10
* gexp: Add 'computed-file'.Ludovic Courtès2015-10-10
* gexp: Remove duplicate 'mkdir-p' definition.Ludovic Courtès2015-09-02
* gexp: Add #:script-name parameter to 'gexp->derivation'.Ludovic Courtès2015-08-29
* gexp: Add 'lower-object'.Ludovic Courtès2015-08-27
* derivations: Add #:substitutable?, distinguished from #:local-build?.Ludovic Courtès2015-07-03
* environment: Add only the specified outputs of the dependencies.Ludovic Courtès2015-07-01
* gexp: 'local-file' canonicalizes its file argument.Ludovic Courtès2015-06-19
* gexp: 'local-file' now defaults to non-recursive.Ludovic Courtès2015-06-19
* gexp: Add 'plain-file'.Ludovic Courtès2015-06-03
* gexp: Export <local-file> accessors.Ludovic Courtès2015-06-03
* derivations: Add #:leaked-env-vars parameter.Ludovic Courtès2015-05-01
* gexp: Add printers for <gexp-input> and <gexp-output>.Ludovic Courtès2015-04-20
* gexp: Slightly simplify 'lower-inputs'.Ludovic Courtès2015-03-29
* gexp: Add 'local-file'.Ludovic Courtès2015-03-29
* gexp: Fix handling of nativeness in nested gexps.Ludovic Courtès2015-03-22
* gexp: Ignore nested gexps in macro expansion.Ludovic Courtès2015-03-22
* gexp: Allow <gexp-input> objects in #:allowed-references.Ludovic Courtès2015-03-22
* gexp: Add identity compiler for derivations.Ludovic Courtès2015-03-22
* gexp: Move the package and origin compilers to (guix packages).Ludovic Courtès2015-03-17
* gexp: Separate "compilers" for origins and packages from the core.Ludovic Courtès2015-03-17
* gexp: Remove special meaning of forms (PACKAGE OUTPUT) in ungexp.Ludovic Courtès2015-03-17
* gexp: Export 'gexp-input' constructor.Ludovic Courtès2015-03-17
* gexp: Add <gexp-input>.Ludovic Courtès2015-03-17
* gexp: Rename <output-ref> to <gexp-output>.Ludovic Courtès2015-03-17
* gexp: Make sure 'gexp-outputs' removes duplicate outputs.Ludovic Courtès2015-03-02
* gexp: Aggregate outputs of compound gexps.Ludovic Courtès2015-02-27
* gexp: Add #:graft? parameter to 'gexp->derivation'.Ludovic Courtès2015-02-13
* gexp: Implement 'imported-modules' & co. using 'gexp->derivation'.Ludovic Courtès2015-02-13