- Nov 07, 2020
-
-
Rye Mutt authored
-
- Nov 06, 2020
-
-
Rye Mutt authored
-
- Oct 01, 2020
-
-
Rye Mutt authored
-
- Sep 15, 2020
- Sep 10, 2020
-
-
Rye Mutt authored
-
- Sep 08, 2020
- Aug 24, 2020
-
-
Dave Houlton authored
-
- Aug 23, 2020
-
-
Rye Mutt 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
-
Rye Mutt authored
-
- Aug 14, 2020
-
-
Kitty Barnett authored
-
- Aug 09, 2020
-
-
Rye Mutt authored
-
- Aug 08, 2020
- Jul 29, 2020
-
-
Rye Mutt authored
-
- Jul 27, 2020
- Jun 26, 2020
-
-
Nat Goodspeed authored
to avoid TeamCity build failures due to 32-bit compiler running out of virtual memory for precompiled headers.
-
- May 16, 2020
-
-
Kitty Barnett authored
-
- Mar 28, 2020
-
-
Rye Mutt authored
-
- Mar 10, 2020
- Mar 06, 2019
-
-
andreykproductengine authored
-
andreykproductengine authored
-
- Mar 04, 2019
-
-
andreykproductengine authored
-
andreykproductengine authored
-
- Jan 16, 2019
-
-
Nat Goodspeed authored
-
- Sep 07, 2018
- Sep 05, 2018
-
-
Oz Linden authored
-
- Jan 06, 2018
-
-
Kitty Barnett authored
--HG-- branch : Viewer-Build
-
- Sep 19, 2017
-
-
Nat Goodspeed authored
The viewer's 00-COMPILE-LINK-RUN.txt recommends passing -gdwarf-2 to the Mac compiler, and so we've been doing ever since before the viewer-build-variables repo was engaged. Now we discover that when CMake sees -gdwarf-2, it removes the -g switch entirely. It also removes it when you pass plain -g. Only when you pass -gdwarf-with-dsym or just -gdwarf does CMake pass plain -g to the compiler. Change -gdwarf-2, if specified, to -gdwarf so we at least get -g.
-
- May 09, 2017
-
-
Nat Goodspeed authored
-
- May 04, 2017
-
-
Callum Prentice authored
-
- Dec 19, 2016
-
-
Nat Goodspeed authored
Going forward, the intention is to set in 00-Common.cmake only switches not already set for ALL viewer-related libraries in https://bitbucket.org/lindenlab/viewer-build-variables/src/tip/variables. To that end, remove all switches redundant with settings from that file. Remove redundancies within 00-Common.cmake. Remove cruft testing for gcc versions older than 4.3.
-