Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-11-13 | Linux: allow cross compiling the 32bit viewer on a x86_64 platform | Armin Weatherwax | 1 | -0/+9 | |
to do so: (have anything for crosscompiling installed), export WORD_SIZE='32' before configuring and/or building. Be aware: Mixing several platforms in one root directory probably wont work (didn't try though). Cross compiling the 64bit viewer on a i686 platform isn't tested, but probably will work using export WORD_SIZE='64' | |||||
2011-11-13 | Linux64: don't use -ffast-math for release builds, it didn't do anything for us. | Armin Weatherwax | 1 | -1/+2 | |
But lloctree crashes teleporting to mega regions using -ffast-math . | |||||
2011-09-08 | Ported SSE2 build target from Singularity, patch by Shyotl. Note that the ↵ | McCabe Maxsted | 1 | -6/+35 | |
package project still currently only supports 'Release' | |||||
2011-05-21 | Coax Xcode into selecting the right build type by default. | Jacek Antonelli | 1 | -3/+6 | |
This is accomplished by dynamically reordering the CMake variable CMAKE_CONFIGURATION_TYPES so that the current build type (the value of CMAKE_BUILD_TYPE) is listed first. | |||||
2010-11-13 | Disable SSE4 on Mac (temporarily). | Jacek Antonelli | 1 | -2/+2 | |
GCC 4.0 on Mac OS X 10.5 can't handle SSE4, GCC 4.2 fails. | |||||
2010-11-07 | IMP-692: SNOW-713: Global objects in libllcommon duplicated in plugins | Aleric Inglewood | 1 | -1/+1 | |
See http://jira.secondlife.com/browse/SNOW-713 This patch makes llcommon shared. It contains the following snowglobe (SVN) changesets: 3478, 3479, 3480, 3481, 3482, 3485, 3496, 3498, 3500, 3519 and 3531, plus the fix for all rejects. Note that changes to scripts/automated_build_scripts/opensrc-build.sh (changesets 3500 and 3625) were ignored as we don't have scripts/automated_build_scripts. | |||||
2010-10-18 | Changed default compile settings for Mac. Now SSE3 and SSE4 are enabled by ↵ | elektrahesse | 1 | -2/+2 | |
default, gcc-4.2 is used and 10.5 SDK is auto selected. Build from commandline in Release mode now work perfectly (./develop.py -t Release build) without the need for Xcode at all. | |||||
2010-10-09 | Use all those cores for compile | Robin Cornelius | 1 | -0/+1 | |
2010-10-09 | Use all those cores for compile | Robin Cornelius | 1 | -0/+1 | |
2010-10-01 | RED-561: Optimization flags used during --Type=Debug (linux x86_64) | Aleric Inglewood | 1 | -17/+4 | |
See http://redmine.imprudenceviewer.org/issues/561 Fixed erroneous use of optimization flags when not compiling Release. Also removed -DLL_VECTORIZE from compile options: that is set in a header file (llv4math.h), not on the commandline. Patch affects only 64 bit linux. | |||||
2010-09-28 | RED-561: Optimization flags used during --Type=Debug (linux x86_64) | Aleric Inglewood | 1 | -17/+4 | |
See http://redmine.imprudenceviewer.org/issues/561 Fixed erroneous use of optimization flags when not compiling Release. Also removed -DLL_VECTORIZE from compile options: that is set in a header file (llv4math.h), not on the commandline. Patch affects only 64 bit linux. | |||||
2010-09-23 | Robin Cornelius: fixes for building plugins on Linux 64bit | Armin Weatherwax | 1 | -0/+8 | |
2010-09-23 | llmediaplugins first step | Armin Weatherwax | 1 | -2/+2 | |
2010-09-17 | linux64: move cxx flags from external script into 00-Common.cmake for ↵ | Armin Weatherwax | 1 | -1/+17 | |
transparency todo: do it less hacky | |||||
2010-09-10 | linux64: move cxx flags from external script into 00-Common.cmake for ↵ | Armin Weatherwax | 1 | -1/+17 | |
transparency todo: do it less hacky | |||||
2010-04-29 | Fix just another hardcoded path to Linux-i686. | Armin Weatherwax | 1 | -0/+3 | |
(Backported from 6d50eb4a) @nochangelog | |||||
2010-03-13 | Reactivated libELFIO for Linux64 (it wasn't causing the crash). | Armin Weatherwax | 1 | -0/+1 | |
(Reverts part of commit 30945b74.) | |||||
2010-02-27 | Some changes to help linux64. | Armin Weatherwax | 1 | -9/+22 | |
* Don't build with libELFIO (lib not working). * Use shared libpng12 instead of static library (fixes mozlib incompat for users with system libpng14). | |||||
2010-01-03 | Fix just another hardcoded path to Linux-i686. | Armin Weatherwax | 1 | -0/+3 | |
(Cherry picked by Jacek from 2e96ac24) | |||||
2009-12-06 | Moved the viewer artwork to its own CMake file | McCabe Maxsted | 1 | -10/+0 | |
2009-12-06 | Made downloading the artwork work while using the --standalone flag | McCabe Maxsted | 1 | -2/+7 | |
2009-12-06 | Added Imprudence viewer artwork to install.xml | McCabe Maxsted | 1 | -0/+5 | |
2009-11-28 | Compile flag "-Wno-non-virtual-dtor" is for C++, not C. | Jacek Antonelli | 1 | -2/+2 | |
Fixes a warning when compiling Mac updater. | |||||
2009-11-18 | Silenced some compiler warnings on Linux. | Jacek Antonelli | 1 | -7/+8 | |
2009-11-15 | Fixed CMake setting errors | McCabe Maxsted | 1 | -1/+1 | |
2009-11-03 | Created our own Linux freetype package, 2.3.11. | Jacek Antonelli | 1 | -1/+0 | |
2009-09-26 | Removed overridden /oy compiler option | McCabe Maxsted | 1 | -1/+1 | |
2009-09-25 | Removed problematic /MP flag | McCabe Maxsted | 1 | -16/+7 | |
2009-04-30 | Second Life viewer sources 1.23.0-RC | Jacek Antonelli | 1 | -7/+13 | |
2009-03-30 | Added flag for multi-core compiling in VS2005 | McCabe Maxsted | 1 | -0/+8 | |
2009-03-30 | Added VS optimizations to cmake | McCabe Maxsted | 1 | -0/+7 | |
2008-12-30 | Added fix for VWR-10392 as well as other fixes | unknown | 1 | -0/+8 | |
2008-12-01 | Second Life viewer sources 1.22.0-RC | Jacek Antonelli | 1 | -0/+8 | |
2008-10-14 | Rebranded platform-independent/shared installer/support files. | Jacek Antonelli | 1 | -1/+1 | |
Replaced instances of "Second Life" with "Imprudence", etc. | |||||
2008-09-06 | Second Life viewer sources 1.21.0-RC | Jacek Antonelli | 1 | -0/+206 | |