summaryrefslogtreecommitdiff
path: root/Jamroot.jam
Commit message (Expand)AuthorAge
* Build stb_image impl as a thirdparty libDan Goodliffe2024-06-25
* Assign an id to the root projectDan Goodliffe2024-06-04
* Use thin LTODan Goodliffe2024-06-04
* Fix setting of pedantic warningsDan Goodliffe2024-06-01
* Update to std c++23 for good rangesDan Goodliffe2024-05-25
* Set linkflags -z defsDan Goodliffe2024-03-08
* Define GLM_ENABLE_EXPERIMENTALDan Goodliffe2024-01-25
* Rename TerrainMesh to GeoData to drop inplaceDan Goodliffe2023-11-04
* Swap GLEW for more modern gladDan Goodliffe2023-05-28
* Add glad submodule and build a glad libraryDan Goodliffe2023-05-27
* Mark main rule as always, so we can always launch itDan Goodliffe2023-05-24
* Support for tessellation shadersDan Goodliffe2023-05-09
* Remove the old .obj load, assets and supporting stuffDan Goodliffe2023-04-14
* Split out the glsl embedding jam rulesDan Goodliffe2023-04-11
* Include assimp libraryDan Goodliffe2023-04-09
* Globally enable GLM vector swizzlesDan Goodliffe2023-03-14
* Add SAXParse base classDan Goodliffe2023-02-21
* Add OpenMeshCore libraryDan Goodliffe2023-02-15
* Add geometry shader support to build systemDan Goodliffe2022-11-23
* Move -Wold-style-cast to gcc only list, clang triggers in some SDL headersDan Goodliffe2022-10-22
* Disable warnings on generated/wrapper codeDan Goodliffe2022-10-02
* Enable all cppchecks, no further fixes neededDan Goodliffe2022-08-21
* Configure cppcheck librariesDan Goodliffe2022-01-13
* First iteration with font/text supportDan Goodliffe2022-01-01
* Simpler testing ruleDan Goodliffe2021-12-18
* Profile build should be lto tooDan Goodliffe2021-12-18
* GCC 11 now defaultDan Goodliffe2021-12-04
* Fix up all remaining warningsDan Goodliffe2021-11-28
* Enable all Jason Turner recommended warningsDan Goodliffe2021-11-26
* Don't run the app by defaultDan Goodliffe2021-11-26
* Don't build the application into the libraryDan Goodliffe2021-11-26
* Compile generated/external code as releaseDan Goodliffe2021-11-26
* Include stb directlyDan Goodliffe2021-11-25
* Always build ilt library sharedDan Goodliffe2021-11-25
* Second swing persistanceDan Goodliffe2021-11-07
* Bump GCC versionDan Goodliffe2021-11-07
* Bump to release GCC versionDan Goodliffe2021-05-01
* Add coverage variantDan Goodliffe2021-03-02
* Move utility to libDan Goodliffe2021-02-28
* Bump GCC versionDan Goodliffe2021-02-27
* Enable pedantic warningsDan Goodliffe2021-02-21
* m4 based GLSL embeddingDan Goodliffe2021-02-20
* Test run depends on resourcesDan Goodliffe2021-02-14
* New .obj parser, packer, mesherDan Goodliffe2021-02-13
* Add flex support to rootDan Goodliffe2021-02-12
* Initial commit generating some basic rail networkDan Goodliffe2021-02-05
* Add some tests over collectionDan Goodliffe2021-02-04
* Split into main app and library the rest for testingDan Goodliffe2021-02-04
* Big tidy up of shader wrapperDan Goodliffe2021-01-24
* Add basic work and worker thread poolDan Goodliffe2021-01-19