Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-26 | Add sysroot to GLH & Meshoptimizer include paths | Erik Kundiman | |
When cross-compiling, the host's /usr/local/include would be unsafely included before. The problem with this was that it leaked other host library headers unexpectedly, like Boost. The target compilation caught some function from the host headers which of a newer version, and then when trying to link to the target libraries, the function wasn't available yet in the older version. | |||
2023-07-19 | Not use use_system_binary for system GLH | Erik Kundiman | |
No package manager that I know of provide such package. So this one is expected to be installed in /usr/local/include. | |||
2022-07-17 | Be more explicit: Rename use_conan_binary to use_system_binary, this will ↵ | Nicky | |
allow us to reuse the macro for more than just conan. | |||
2022-04-18 | Round one to support conan for 3P packages, this allows to build the viewer ↵ | Nicky | |
on Linux again. | |||
2022-04-16 | Cleanup | Nicky | |
2022-04-13 | Remove obsolete and unmaintained USE_SYSTEMLIBS | Nicky | |
2016-11-22 | DRTVWR-418: Use correct spelling for glh_linear package. | Nat Goodspeed | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2014-10-07 | Updates to point to lots of new third party libs and some small tweaks to ↵ | callum_linden | |
take account of minor name changes | |||
2014-03-19 | OPEN-199: replace the confusing STANDALONE switch with USESYSTEMLIBS | Oz Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2011-04-03 | OPEN-38: Fixes for viewer-autobuild for standalone | Boroondas Gupte (patch by Aleric Inglewood) | |
Reviewed at https://codereview.secondlife.com/r/167/ (The patch to create this commit was taken from there, too. That patch was made relative to 5f0ab9443ece. Applied cleanly to the (earlier) 43b4b7927c00.) Also fixes OPEN-36 |