summaryrefslogtreecommitdiff
path: root/slicer/tool/Jamfile.jam
Commit message (Collapse)AuthorAge
* First cut constexpr hooks and metadataDan Goodliffe2020-10-25
|
* Build against external slicer-parser libraryslicer-1.10.3Dan Goodliffe2020-08-22
|
* Clang format and tidyslicer-1.10.0Dan Goodliffe2020-06-16
|
* Basic clang tidy fixesDan Goodliffe2019-02-24
|
* Remove boost::filesystem in favour of std::filesystemDan Goodliffe2019-02-02
|
* Single definition of Ice libsDan Goodliffe2019-02-02
|
* Single definition of adhocutilDan Goodliffe2019-02-02
|
* Tidy up build process of internal libSliceDan Goodliffe2018-04-04
|
* Ice 3.7Dan Goodliffe2018-04-03
| | | | | | | | | | | | | | Implements Slicer for Ice 3.7. This is largely: * Pointers are now all std::shared_ptr * libSlice isn't installed, so we build part of it into libslicer-compiler * Library name change to use Ice++11 There are a few other things, but mostly just minor language/function name compatibility changes. The compiling of libSlice is a bit of a hack, currently comprising a git submodule of Ice itself, and a few dirty defines on the command line, but appears to be functionally satisfactory if a little unpleasant.
* Build test case libs with bjam, not a messy set of testsDan Goodliffe2016-09-24
|
* New install rulesDan Goodliffe2016-09-22
|
* Define all exceptions as ICE exceptionsDan Goodliffe2016-09-22
|
* Split compiler code away from runtime codeDan Goodliffe2016-09-21
|
* Partially tested global visibility hidden in all projectsslicer-1.2.4Dan Goodliffe2016-01-24
|
* Remove flto cos I'm sick of it randomly breaking stuffDan Goodliffe2015-12-18
|
* Visibility hiddenslicer-1.0.3Dan Goodliffe2015-07-25
|
* Use boost::program_options for cliDan Goodliffe2015-01-05
|
* First hash of slicer, works well for the golden path, beyond that is ↵randomdan2014-05-29
uncharted territory