Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-02 | Implement parallel match | Boris Kolpackov | 1 | -7/+10 | |
2017-02-13 | Pass const target& to recipes | Boris Kolpackov | 1 | -5/+11 | |
2017-02-13 | Pass const scope& where modification should not happen | Boris Kolpackov | 1 | -5/+5 | |
2017-02-13 | Add model mutex, make var_pool const by default | Boris Kolpackov | 1 | -7/+7 | |
2017-01-05 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2016-11-04 | Cleanup match_result mess | Boris Kolpackov | 1 | -2/+2 | |
2016-08-28 | Factor library search/processing out to cc::common | Boris Kolpackov | 1 | -4/+1 | |
2016-08-28 | Extract pkg-config information for both static/shared at once | Boris Kolpackov | 1 | -4/+4 | |
We also no longer pick shared/static file rather entering them as "our" lib{} target. This way we use the link order of the importer "transitively". | |||||
2016-08-26 | Add pkg-config support for import installed | Boris Kolpackov | 1 | -1/+7 | |
Redesign library importing/exporting while at it. | |||||
2016-08-23 | Handle "prefixless" include directory to project mapping better | Boris Kolpackov | 1 | -5/+5 | |
2016-08-12 | Implement support for C compilation | Boris Kolpackov | 1 | -0/+82 | |
We now have two new modules: cc (c-common) and c. |