Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2024-07-08 | GLH and Mikktspace can be untarred in packages now | Erik Kundiman | |
They're custom anyway so very unlikely to be reused in other projects. TinyGLTF.cmake changes here just to minimise diff, the include directory setting does not have any effect (just like in TinyEXR.cmake). | |||
2023-09-10 | Swap dependency between llmath & llmeshoptimizer | Erik Kundiman | |
It seems easier the other way around. This is only so building shared libraries won't fail. | |||
2023-08-01 | Fix commit 7aa029 | Erik Kundiman | |
2023-08-01 | Set so dangling pointer is no error when using GCC | Erik Kundiman | |
2023-07-29 | The Linden libraries can be installed now | Erik Kundiman | |
Useful when installed as shared libraries, so other viewer executables can share these libraries. | |||
2023-07-29 | Setting BUILD_SHARED_LIBS on is now possible | Erik Kundiman | |
by removing cyclic dependencies, and allowing shlib undefined on SLPlugin alone. | |||
2022-09-16 | Merge remote-tracking branch 'origin/DRTVWR-543-maint_cmake' into ↵ | Nicky Dasmijn | |
DRTVWR-568_cmake | |||
2022-06-11 | SL-17475 Remap models before simplification | Andrey Kleshchev | |
2022-05-01 | Remove setting of HEADER_FILE_ONLY on .h* files, cmake automatically | Nicky | |
sets the property on those. | |||
2022-04-17 | Switch to target_include_directories | Nicky | |
All 3Ps include dirs are treated as SYSTEM, this will stop compilers stop emitting warnings from those files and greatly helps having high warning levels and not being swamped by warnings that come from external libraries. | |||
2022-04-16 | create target ll::uilibraries to have one common target that defines what each | Nicky | |
operation system needs as dependencies on OS gui libraries. | |||
2022-04-06 | Googlemock target | Nicky | |
2022-04-06 | Move CMake files to modernized cmake syntax, step 1. | Nicky | |
Change projects to cmake targetsto get rid of havig to hardcore include directories and link libraries in consumer projects. | |||
2020-06-15 | SL-10297: merge up to master at 6.4.3 | Oz Linden | |
2019-03-02 | convert to an explicit USE_BUGSPLAT switch in cmake, revise LL_ERRS approach | Oz Linden | |
2018-11-14 | Merge | Rider Linden | |
2018-06-04 | SL-915 - tracking joint is rigged state | Brad Payne (Vir Linden) | |
2018-06-01 | SL-915 - WIP on dynamic joint box tracking | Brad Payne (Vir Linden) | |
2017-09-19 | Baseline for settings changes | Rider Linden | |
2017-02-04 | DRTVWR-418: Merge from v-r makes llmath tests need Boost.Thread. | Nat Goodspeed | |
2016-12-20 | move debugging globals to the "lowest" library they are referenced in | Oz Linden | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-11 | merge | prep | |
2012-10-11 | Fixes for build issues, missing LLCOMMON_SYSTEM_INCLUDE_DIRS in some libraries | Brad Payne (Vir Linden) | |
2012-09-13 | Fleshed out target_link_libraries dependencies between libraries. ↵ | Don Kjer | |
Appearance utility now reads avatar_lad.xml during stubbed out params processing. | |||
2012-07-11 | Pull in viewer-development because it's painful. Merge with runitai's help. | simon@Simon-PC.lindenlab.com | |
2011-12-15 | SH-2789 WIP - tests for alignment | Brad Payne (Vir Linden) | |
2011-11-08 | SH-24114 Remove unused vectorization code (outdated/unused with SSE2 ↵ | Dave Parks | |
requirement and llvetor4a et al) | |||
2011-06-29 | STORM-1315 Ability to do simple math in numeric edit fields | Kadah_Coba | |
2010-08-19 | More line endings. | Dave Parks | |
2010-08-19 | Integrate SIMD API from oreh/server-trunk-oreh | Dave Parks | |
2010-05-29 | Octree triven raycast works, time to profile. | Dave Parks | |
2010-05-24 | Ack. Fixed a bunch of stupid type mistakes in llvector4a. | Matthew Breindel (Falcon) | |
2009-11-27 | Add CMake var LL_TESTS to optionally disable tests for build timing | James Cook | |
2009-10-16 | merge from latest svn/viewer-2-0 to hg/viewer-2-0 | Mark Palange (Mani) | |
2009-10-15 | DEV-41368 resurrect dead m3math tut test, convert it to a llmath integration ↵ | Adam Moss | |
test. | |||
2009-10-15 | DEV-41345 turn llmodularmath_tut into a real llmath unit test. | Adam Moss | |
2009-10-08 | DEV-41080 fix and upgrade v4color_test.cpp to a real unit test. | Adam Moss | |
2009-10-08 | DEV-41080 - wriggle some method implementations out into header ↵ | Adam Moss | |
implementations, just enough so that llbboxlocal can be a unit test rather than an integration test. Slightly dubious about whether it's worth it. | |||
2009-10-08 | DEV-41080 | Adam Moss | |
The unit testing framework itself doesn't (shouldn't) depend upon llmath, so relax that dependancy when we're actually testing llmath itself. This makes llmath unit-testable. Subsequently, upgrade some of the llmath Integration tests to something much closer to Unit tests (hooray). | |||
2009-10-08 | DEV-41089 convert legacy tut llrect test into a llmath integration test. | Adam Moss | |
2009-10-08 | DEV-41088 convert legacy 'math' test module into 'mathmisc' integration test. | Adam Moss | |
2009-10-08 | DEV-41087 more llmath test conversions from legacy tut tests. | Adam Moss | |
2009-10-08 | DEV-41086 convert llmath legacy tut tests to integration tests. batch 2. | Adam Moss | |
2009-10-08 | DEV-41085 Convert legacy tut tests into llmath integration tests. Batch 1. | Adam Moss | |
2009-09-01 | Merged login-api with viewer-2.0.0-3 up through r132290. | brad kittenbrink | |
2009-09-01 | DEV-34522: [COMMENTS ONLY] clean up comments about (formerly) disabled tests | Nat Goodspeed | |