Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-22 | merge changes for DRTVWR-202 | Oz Linden | |
2012-08-22 | Fix up white space to follow coding policy guidelines | callum_linden | |
2012-08-22 | merge changes for DRTVWR-203 | Oz Linden | |
2012-08-17 | Minor change required for merge from viewer-development | Aura Linden | |
2012-08-17 | Merged in from viewer-development. | Aura Linden | |
2012-08-08 | More optional signing stuff for 10.5 | Aura Linden | |
2012-08-08 | Pulled merge, changed . to , in viewer-manifest | Aura Linden | |
2012-08-08 | More optional config for 10.5 builds | Aura Linden | |
2012-08-06 | Removed (unworking) code signing parameters from autobuild (wrong place) | callumprentice | |
Added them to correct place (Cmake config) | |||
2012-08-02 | MAINT-515 FIX, CHOP-100 FIX - technically we are avoiding these issues ↵ | Brad Payne (Vir Linden) | |
rather than fixing them; changing llcommon to be statically linked avoids the symbol issues with llcommon.dll | |||
2012-07-31 | merge up to latest viewer-development | Oz Linden | |
2012-07-25 | Fix to build with code signing option (patch from STORM-1900) | callum_linden | |
2012-07-24 | merge up to latest viewer-pathfinding (including 3.3.4) | Oz Linden | |
2012-07-24 | merge to viewer-developmento | Oz Linden | |
2012-07-23 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Todd Stinson | |
2012-07-23 | Make build dependent on version of xcode, not version of OSX for DARWIN | Aura Linden | |
2012-07-23 | Changed CMake to work for older and newer versions of OSX | Aura Linden | |
2012-07-21 | fix finding havok libs in relwithdebinfo mode (uses release unless ↵ | Oz Linden | |
LL_DEBUG_HAVOK is used | |||
2012-07-20 | refactor to build llphysicsextensions_tpv package for sublicensees | Oz Linden | |
2012-07-18 | cmake changes for OSX 10.7 | Aura Linden | |
2012-07-11 | Pull in viewer-development because it's painful. Merge with runitai's help. | simon@Simon-PC.lindenlab.com | |
2012-07-11 | Changed windows to always use havok Hybrid in RelWithDebInfo. Windows no ↵ | Matthew Breindel (Falcon) | |
longer uses Havok Debug. On other platforms, use of Debug vs Fulldebug in RelWithDebInfo is still governed by LL_DEBUG_HAVOK | |||
2012-07-11 | Hopefully fixed windows build. Now support -DLL_DEBUG_HAVOK:BOOL=ON to ↵ | Matthew Breindel (Falcon) | |
enable Havok Hyrbid (fulldebug) libs to link in Windows RelWithDebInfo. On other platforms, that flag will cause RelWithDebInfo to link against Havok fulldebug libs. The rest of the time, RelWithDebInfo will link to Havok Debug and Debug will link to Havok Fulldebug | |||
2012-07-10 | Updating Havok.cmake to support all 3 major build configurations on all ↵ | Matthew Breindel (Falcon) | |
platforms. This is incomplete and requires additional changes to the 3p-havok-source repo and the llphysicsextensions-src repo. | |||
2012-07-10 | experimental - try 10.6 SDK and lvmgcc42 on TeamCity | Oz Linden | |
2012-07-05 | partial changes for building with the llphysicsextensions source package | Oz Linden | |
2012-07-05 | successful build with llphysicsextensions stub | Oz Linden | |
2012-07-05 | begin integrating building of llphysicsextensions from source here (incomplete) | Oz Linden | |
2012-07-03 | remove some cmake output that is no longer needed | Oz Linden | |
2012-06-28 | merge | Dave Parks | |
2012-06-28 | merge up to 3.3.3-release | Oz Linden | |
2012-06-27 | merge changes for DRTVWR-167 | Oz Linden | |
2012-06-22 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Todd Stinson | |
2012-06-22 | merge | Brad Payne (Vir Linden) | |
2012-06-21 | merge changes for DRTVWR-168 | Oz Linden | |
2012-06-15 | Merge | Dave Parks | |
2012-06-12 | Enable /LARGEADDRESSAWARE compiler flag for windows compiling | Tank_Master | |
This allows the app to allocate up to 4GB memory on 64bit hosts and 32bit hosts with PAE instead of 2GB 32bit stock OSs will still be limited to 2GB, with no bemnifit or negigitive impact This has the benifit of not crashing the viewer when the viewer memory exceeds 2GB on 64bit hosts Linux and Mac by nature use up to 4GB for a 32bit app, even on a 32bit host | |||
2012-06-08 | MAINT-646 Enable /fp:fast in Visual Studio | Dave Parks | |
2012-06-04 | merge | Brad Payne (Vir Linden) | |
2012-05-25 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Todd Stinson | |
2012-05-24 | merge changes for DRTVWR-151 | Oz Linden | |
2012-05-20 | Merged with viewer-beta | Kitty Barnett | |
2012-04-25 | merge changes for wolf-318 | Oz Linden | |
2012-04-25 | Try to suppress spurious Mac ld warnings (lib/release/Release dir). | Nat Goodspeed | |
Mindful that some autobuild packages populate only packages/lib/release (rather than packages/lib/debug), Linking.cmake always appends packages/lib/release to CMake's link_directories() directive. But since CMake always appends CMAKE_BUILD_TYPE to those directories, we end up with a phantom packages/lib/release/Release directory on the search path. This would be harmless except that the Mac's 'ld' command produces a warning. These warnings quickly make TC's "Important Messages" output useless. Try appending packages/lib/release only when the build type isn't already Release. | |||
2012-04-25 | more attempts to fix the hunspell lib for Mac | Oz Linden | |
2012-04-24 | OPEN-54: correct JsonCpp include path | Boroondas Gupte | |
2012-04-23 | fix version number of the libhunspell dylib in another place | Oz Linden | |
2012-04-23 | add dictionaries to the Hunspell.cmake so that it gets installed | Oz Linden | |
2012-04-03 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-development. | Todd Stinson | |
2012-03-12 | For a test program killed by signal, display signal name. | Nat Goodspeed | |