Commit Graph

48 Commits (22a851663cddecced21acd88ed8ae4fa9fc733fd)

Author SHA1 Message Date
callum_linden 848ed9cb2f Fix up white space to follow coding policy guidelines 2012-08-22 12:58:08 -07:00
Aura Linden 3e05f169d6 Minor change required for merge from viewer-development 2012-08-17 09:04:16 -07:00
Aura Linden 3e9c9993e3 More optional config for 10.5 builds 2012-08-08 11:28:19 -07:00
callum_linden 78854c9baa Fix to build with code signing option (patch from STORM-1900) 2012-07-25 16:42:37 -07:00
Aura Linden 629ae69793 Make build dependent on version of xcode, not version of OSX for DARWIN 2012-07-23 13:09:26 -07:00
Aura Linden 5624f03b9c Changed CMake to work for older and newer versions of OSX 2012-07-23 12:34:02 -07:00
Aura Linden d2e67d0c0b cmake changes for OSX 10.7 2012-07-18 19:01:19 -07:00
Leslie Linden b530648dd4 EXP-869 FIX -- Mac viewer should build without requiring settings modifications
Modified cmake GCC_VERSION from 4.2 to 4.0, our officially supported GCC version

Reviewed by Richard
2011-06-01 11:46:53 -07:00
Dave Parks 8a92612fd9 merge 2011-05-16 12:34:15 -05:00
brad kittenbrink a8ba89eb41 Fix for CHOP-619. Found a general solution to our vs2010 precompiled headers problems and eliminated all our special cases for handling them. 2011-05-03 18:15:00 -07:00
Dave Parks a25f898703 merge 2011-05-02 14:52:12 -05:00
Oz Linden 0656620e2d merge changes for storm-1187 2011-04-22 11:49:41 -04:00
Dave Parks 19857d0cf0 merge 2011-04-21 16:23:00 -05:00
Leslie Linden 8d2943c5dd Fixed debug information format for mac to allow breakpoints to work under Xcode. 2011-04-18 14:08:29 -07:00
Oz Linden 8f0d59cab3 OPEN-50 (partial): refactor cmake switches to common configurations and default values 2011-04-06 05:46:45 -04:00
Loren Shih 47781184fc Automated merge up from viewer-development into mesh-development 2011-04-04 10:42:52 -04:00
Oz Linden d0ba2bc847 pull latest changes from viewer-development 2011-04-01 09:52:37 -04:00
Christian Goetze (CG) 44ad672b9e Apply server side code to message template verification onto the viewer tree. 2011-03-31 15:43:47 -07:00
Alain Linden faecf0fe9a for now, turn off precompiled header usage by default (so Incredibuild will work). 2011-02-16 15:56:31 -08:00
Andrew A. de Laix b7637e58be mac buiding with autobuild and autobuild style packages (just say no to install.py) 2011-01-13 13:09:27 -08:00
Roxie Linden d8695e8d65 Use 10.5 sdk for now 2010-12-09 18:09:35 -08:00
Dave Parks 27b2ec552d Switch default platform SDK to 10.6 2010-12-03 02:38:57 -06:00
Loren Shih 09a9e61c34 SH-392 Port over fix from mesh-development for FBOs on OSX 2010-11-04 16:33:16 -04:00
Dave Parks 845f004932 disable incremental linking by default as per vir's request. 2010-10-01 13:32:30 -05:00
Dave Parks 3ee62f7d73 Switch to 10.5 SDK 2010-09-30 00:48:00 -05:00
Dave Parks 7c2b9221d6 merge 2010-09-27 15:20:27 -05:00
Brad Payne (Vir Linden) 90e3d83a5c Fix for build failures - disabling tcmalloc for now 2010-09-21 13:26:52 -04:00
Boroondas Gupte bd3d9e1ba9 VWR-20911 FOLLOWUP fixed indentation (cmake files use spaces only)
(transplanted from d02b22278d5b0a0386b3a7c25221b2069bc02963)
2010-08-31 14:41:46 +02:00
Boroondas Gupte (patch by Robin Cornelius) 136858bd20 VWR-20911 FIXED CMake build arch detection is inaccurate and incomplete
Robin Cornelius' patch from
http://jira.secondlife.com/secure/attachment/42801/SNOW-776+Don%27t+use+uname+for+build+arch+detection%2C+use+compiler.patch
applied without fuzz:

	patching file indra/cmake/Variables.cmake
	Hunk #1 succeeded at 52 (offset -2 lines).

Added entry in doc/contributions.txt.
No further changes other than that.
(transplanted from a9132a63e4739965d65ddd58a7be9eabe4321c2a)
2010-08-31 12:16:03 +02:00
Palmer Truelson 761b346e8d Turning off universal builds 2010-05-07 16:32:29 -07:00
Karl Stiefvater (qarl) 4539690173 revert mac build to 10.4u sdk. remove FBO code from llrendertarget.cpp with #ifdefs. 2010-05-07 17:43:12 -05:00
Dave Parks 809b6879e1 Use 10.5 sdk 2010-04-26 17:35:52 -05:00
Aimee Linden 437d23710f EXT-7004 : Select GCC 4.0 automatically as the compiler in Xcode with Cmake 2.8.1
GCC 4.0 will be selected as the compiler in Xcode if building against the OS X 10.4 SDK which is incompatible with GCC 4.2

Also made it possible to override the selected SDK from the configure line, by using something like:
-DCMAKE_OSX_DEPLOYMENT_TARGET:STRING='10.4' -DCMAKE_OSX_SYSROOT:PATH='/Developer/SDKs/MacOSX10.5.sdk'

Reviewed by: Poppy.
2010-04-22 16:09:54 +01:00
brad kittenbrink 67f11add9c Added a USE_PRECOMPILED_HEADER cmake variable (defaulted on) and disabled pch usage for test executables. Reviewed by james and steve. 2009-11-13 20:30:54 -05:00
James Cook 3858992603 Add CMake var LL_TESTS to optionally disable tests for build timing 2009-11-27 22:24:57 -08:00
Steven Bennetts 9ec432034d merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3
ignore-dead-branch
2009-06-21 08:04:56 +00:00
Bryan O'Sullivan af91e85531 Small braino 2009-06-02 17:25:54 +00:00
Christian Goetze 4bcbf33422 svn merge -r118008:118374 svn+ssh://svn.lindenlab.com/svn/linden/branches/cg/viewer-etch-1
QAR-1459 etch builds enabled
2009-04-30 06:52:38 +00:00
Christian Goetze 664f27380c merge -r116796:116932 svn+ssh://svn.lindenlab.com/svn/linden/branches/http-texture/http-texture-10
DEV-8668 (llkdu) DEV-30348 (set development default channel to LindenDeveloper)
2009-04-13 21:03:44 +00:00
Christian Goetze c7c34d9ad2 Working around DEV-30401 by yanking the etch 32bit build code until the viewer also builds on etch 2009-04-10 01:14:30 +00:00
Bryan O'Sullivan 1aca3ff6f5 Get 32-bit builds going on 64-bit Debian Etch.
Reviewed by Brad.
2009-04-09 18:05:56 +00:00
Christian Goetze b27e0e08f0 Add code to support add_viewer_version_to_manager 2008-07-15 01:34:41 +00:00
Christian Goetze 144aeb56ca Add support for GRID:STRING in cmake 2008-07-07 21:57:50 +00:00
Mark Palange 1d12a5c20a DEV-17460 updated the cmake SERVER variable init to work reliably 2008-07-03 21:10:36 +00:00
Jennifer Leech d32c8825b6 svn merge -r89701:90677 svn+ssh://svn/svn/linden/branches/install-dev-binaries/s3-build -> release 2008-06-26 19:08:51 +00:00
Paul Oppenheim 4e19c91811 whoops - one line, nay, one *word* fix to my mac universal patch. Reviewed by cg 2008-06-17 19:31:12 +00:00
Paul Oppenheim 916f9af25c "mac cmake build should not be universal by default" changes. Reviewed by bos. 2008-06-16 09:21:51 +00:00
Bryan O'Sullivan 9db949eec3 svn merge -r88066:88786 svn+ssh://svn.lindenlab.com/svn/linden/branches/cmake-9-merge
dataserver-is-deprecated
for-fucks-sake-whats-with-these-commit-markers
2008-06-02 21:14:31 +00:00