Age | Commit message (Collapse) | Author | Files | Lines |
|
Also rename the $config.export() function to $config.save().
|
|
|
|
This is similar to the config.export variable functionality except it can be
called from within buildfiles.
Note that this function can only be used during configure unless the config
module creation was forced for other meta-operations with config.module=true
in bootstrap.build.
|
|
All non-const global state is now in class context and we can now have
multiple independent builds going on at the same time.
|
|
|