- Feb 23, 2024
-
-
Roxie Linden authored
-
- Jul 18, 2023
-
-
Brad Linden authored
-
- Jun 07, 2023
-
-
Brad Linden authored
-
- Jun 05, 2023
-
-
Nat Goodspeed authored
-
- Apr 10, 2023
-
-
Bennett Goble authored
-
- Apr 05, 2023
-
-
Bennett Goble authored
-
- Oct 25, 2022
-
-
Brad Kittenbrink authored
-
- Oct 12, 2022
-
-
Signal Linden authored
-
- Sep 20, 2022
-
-
Nat Goodspeed authored
-
- Sep 17, 2022
-
-
Andrey Kleshchev authored
-
- Aug 26, 2022
-
-
Nat Goodspeed authored
-
- Jun 17, 2022
-
-
Howard Stearns authored
-
- Jun 13, 2022
-
-
Howard Stearns authored
-
- Jun 05, 2022
-
-
Nicky authored
-
- Apr 17, 2022
-
-
Nicky authored
Remvoe -D that had been passed in front of each entry of add_compile_definitions, this lead to '-D-D<value>'
-
- Apr 16, 2022
- Apr 13, 2022
-
-
Nicky authored
Rework cmake, the original plan was to maybe be able to use conan targets with the same name (that's why 3ps had names like apr::apr), but it's safer and saner to put the LL 3ps under the ll:: prefix. This also allows means it is possible to get rid of that bad "if( TRAGET ...) return() endif()" pattern and rather use include_guard().
-
Nicky authored
-
- Apr 09, 2022
-
-
Nicky authored
Fix warning supression for Linux/OSX, this was broken after the first round of cmake changes on Windows. -Wno-unused-but-set-variable/-Wno-unused-variable moved from just Linux to also OSX (clang) as there's a lot of those in the code where newer xcode complains. Fixing all those places is going beyond the scope of modernizing cmake.
-
Nicky authored
this everythig was over the place how it was set, worse even with wrong functions like: - add_definitions( /arch:SSE2 ) - add_definitions(/WX) Those are each options to cl, not definitons.
-
- Apr 06, 2022
- Feb 11, 2022
-
-
Nicky authored
-
- Nov 16, 2021
-
-
Dave Houlton authored
-
Dave Houlton authored
-
- Nov 12, 2021
-
-
Dave Houlton authored
-
- Sep 28, 2021
-
-
Andrey Lihatskiy authored
This reverts commit 203ea3a7, reversing changes made to 8e3f0778. # Conflicts: # indra/newview/llmachineid.cpp
-
- May 13, 2021
-
-
Nat Goodspeed authored
(cherry picked from commit 28deadab)
-
- May 12, 2021
-
-
Nat Goodspeed authored
This reverts commit 28deadab. Going there implies other changes, will take up on another branch.
-
Nat Goodspeed authored
-
- May 07, 2021
-
-
Nat Goodspeed authored
-
- Apr 15, 2021
-
-
Dave Houlton authored
-
- Mar 31, 2021
-
-
Andrey Kleshchev authored
This reverts commit a106d6cf.
-
Andrey Kleshchev authored
-
- Mar 09, 2021
-
-
Callum Prentice authored
This set of changes reverts the merge with master (git revert c83e740e) and results in a version of the DRTVWR-519 that matches what was presemt before it was deployed as a release viewer *plus* 3 small fixes from Maxim (See commits). This branch can now be used for additional fixes before eventually being used to release D-519 as normal
-
- Mar 08, 2021
-
-
https://bitbucket.org/lindenlab/viewerBrad Payne (Vir Linden) authored
This reverts commit e61f485a, reversing changes made to 00c47d07.
-
- Sep 11, 2020
-
-
Callum Prentice authored
Effective rename of DRTVWR-506-simple since there is no way to rename a branch. Cloned canonical viewer into DRTVWR-519, copied over the files that changed from DRTVWR-506-simple and pushed back. Once I am satisfied everything is correct, DRTVWR-506-simple will be removed
-
- Aug 24, 2020
-
-
Dave Houlton authored
-
- Aug 21, 2020
-
-
Callum Prentice authored
Small change to CMake options to only enable the PreferredToolArchitecture=x64 option (required for 32bit TeamCity builds) on 32 bit builds generally - removes a ton of 'unknown option, ignored' spam in the build output
-