| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-03 | Re-include GLEXT.cmake, but for Windows only | Erik Kundiman | |
| There doesn't seem to be glext.h on Windows, so we'll just use the package from LL for now. | |||
| 2025-05-13 | Not rely on (LL_)USESYSTEMLIBS macro & CMake setting | Erik Kundiman | |
| but the fact that we keep on using as many system libraries as we can (and only resort to other sources in certain cases), hasn't changed, of course. Also stop having to set USE_AUTOBUILD_3P to OFF. Lines are reindented, and when a system library can be found for a dependency, then that should be the way. If later we find out that using some other way is better, than stick to that. So, one option at a time, whichever is best for the situation. GLEXT hasn't been used, and in order to be not having to hack its .cmake file, we bypass it and refer to GLH (which is still used) right away in LLWindow. CMake commands that need to be bypassed, if it's a one-liner then it's just commented out, but if it's multiple lines, then scope them with if (FALSE) to minimise difference. | |||
| 2023-09-10 | Merge branch 'main' into DRTVWR-559 | Erik Kundiman | |
| 2023-07-19 | Not use use_system_binary for system GLEXT | Erik Kundiman | |
| for the same reason as GLH, but since the headers are expected to be installed in the same directory as GLH (and GLEXT.cmake includes GLH.cmake), we can skip any additional directory to look the headers for. | |||
| 2023-03-29 | Merge remote-tracking branch 'origin/main' into DRTVWR-559 | Brad Linden | |
| 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-06-23 | fixing DRTVWR-559 glext usage on mac by upgrading to use khronos distributed ↵ | Brad Kittenbrink | |
| glext.h | |||
| 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 | |
| 2014-12-15 | don't include glext on Mac where it is not used | 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 | |
| 2012-10-04 | Removing server-related cmake cruft. Fixing libGLU warnings on linux. | Don Kjer | |
