aboutsummaryrefslogtreecommitdiff
path: root/build2/bin/module
AgeCommit message (Collapse)AuthorFilesLines
2016-08-12Rename module to initBoris Kolpackov1-91/+0
2016-08-12Implement support for C compilationBoris Kolpackov1-0/+36
We now have two new modules: cc (c-common) and c.
2016-07-20Move ar/ranlib to bin.ar sub-module, load in cxx unless shared-only buildBoris Kolpackov1-0/+9
This way we don't load/configure what we don't need.
2016-07-11Add bin.rc module (resource compiler)Boris Kolpackov1-0/+9
2016-07-11Add bin.ld sub-moduleBoris Kolpackov1-0/+9
2016-06-27Get rid of extern "C" in module boot()/init()Boris Kolpackov1-8/+8
We will have a separate (extern "C") register() function that will return the pointers to these two. This way we can still throw exceptions from boot() and init().
2016-06-26Add support for passing configuration hints via module init()Boris Kolpackov1-2/+7
2016-04-11New configuration logic, iteration 1Boris Kolpackov1-1/+1
2016-01-09Update copyright yearBoris Kolpackov1-1/+1
2016-01-05Rename build directory/namespace to build2Boris Kolpackov1-0/+23