Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-02 | Implement parallel match | Boris Kolpackov | 1 | -13/+40 | |
2017-02-13 | Tighten code that operates during both search/match and execute | Boris Kolpackov | 1 | -3/+14 | |
2017-02-13 | Pass const target& to recipes | Boris Kolpackov | 1 | -13/+11 | |
2017-02-13 | Pass const scope& where modification should not happen | Boris Kolpackov | 1 | -4/+4 | |
2017-02-13 | Add model mutex, make var_pool const by default | Boris Kolpackov | 1 | -2/+2 | |
2017-01-19 | Get rid of project_name_pool | Boris Kolpackov | 1 | -1/+1 | |
With small string optimizations this is most likely a hindrance rather that an optimization. | |||||
2017-01-06 | Store platform targets as typed target_triplet | Boris Kolpackov | 1 | -8/+6 | |
2017-01-05 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2016-09-05 | Handle /usr/local brain-death | Boris Kolpackov | 1 | -1/+5 | |
2016-08-28 | Factor library search/processing out to cc::common | Boris Kolpackov | 1 | -0/+69 | |
2016-08-27 | Reimplement UNIX rpath using process_library(), -rpath-link is still broken | Boris Kolpackov | 1 | -1/+2 | |
2016-08-27 | Clean up library export, make c and cxx modules project root only | Boris Kolpackov | 1 | -23/+20 | |
So now c and cxx modules can only be loaded in project root scope (normally root.build). Also, the c.std and cxx.std must now be set *before* loading the module to take effect. This means we won't be able to handle old buildfiles anymore but old versions of build2 should be able to handle new *.std placement. | |||||
2016-08-26 | Add pkg-config support for import installed | Boris Kolpackov | 1 | -0/+4 | |
Redesign library importing/exporting while at it. | |||||
2016-08-24 | Pick *.libs variable depending on library type during static linking | Boris Kolpackov | 1 | -0/+2 | |
2016-08-22 | Cache process_path, use fallback search directory for binutils | Boris Kolpackov | 1 | -0/+1 | |
2016-08-19 | Implement uninstall operation | Boris Kolpackov | 1 | -1/+6 | |
2016-08-12 | Implement support for C compilation | Boris Kolpackov | 1 | -0/+172 | |
We now have two new modules: cc (c-common) and c. |