- Jan 19, 2011
-
-
Alain Linden authored
-
jenn authored
-
- Jan 18, 2011
-
-
jenn authored
This is version 3.1 of the lib; viewer was using version 3.2, but this version has been rebuilt using the new package layout. Hopefully it will work, though we may need to convert version 3.2 if it does not. Updated Copy3rdParyLibs.cmake paths for linux installation of vivox files.
-
Andrew A. de Laix authored
-
jenn authored
These packages have been rebuilt to use the new package layout (thanks alain!). 'openal_soft' was also renamed to use an underscore in its name rather than a dash.
-
- Jan 14, 2011
-
-
Alain Linden authored
-
- Jan 13, 2011
-
-
Andrew A. de Laix authored
-
- Jan 11, 2011
-
-
Andrew A. de Laix authored
-
- Jan 06, 2011
-
-
Oz Linden authored
-
- Dec 15, 2010
-
-
Merov Linden authored
-
Aleric Inglewood authored
To use ld.gold configure with: -DCMAKE_EXE_LINKER_FLAGS:STRING="-Wl,-use-gold". ld.gold links the viewer on my machine in 8 seconds, as opposed to 19 seconds with ld.bfd. Moreover, it uses a LOT less memory during linking (about 750 MB instead of 2.5 GB!). VWR-24254: Don't link with fontconfig on non-linux. While we already added fontconfig in the above patch, that code turned out to also be used by Windows and Darwin (contrary to the comments in the code). After looking at the history of commits and a discussion on IRC it was decided that the original coder (Kyle Ambroff <ambroff@lindenlab.com>) really meant (LINUX AND VIEWER) instead of (NOT LINUX OR VIEWER).
-
- Dec 20, 2010
-
-
Aleric Inglewood authored
Add non-broken FindZLIB.cmake.
-
- Dec 16, 2010
-
-
Aleric Inglewood authored
If tut/tut.hpp isn't installed in a standard include directory all tests fail because the found include directory for tut isn't passed to the compiler. This patch fixes this by passing it. Note that using include_directories() in a Find*.cmake file is bad practise. The correct way is to set an include dir variable and call include_directories() once. It certainly doesn't work for the tests anyway because the tests are all over the place and include_directories is on a per folder basis. What is needed is to set it for each (test) target. However, there is no TARGET_INCLUDE_DIRECTORIES. The closest thing that we have is to set the COMPILE_FLAGS property for a target. Fortunately, standalone is only used for linux, so we can just use -I${TUT_INCLUDE_DIR} to get the effect we want.
-
- Dec 15, 2010
-
-
Aleric Inglewood authored
The old one just assumed that libndof is installed, even on standalone. This patch looks for it on standalone, unless configured with -DNDOF:BOOL=OFF, and when not found prints an error message (including telling about -DNDOF:BOOL=OFF).
-
Aleric Inglewood authored
SNOW-240 was actually about adding the whole search. While this has been done, there is one issue left: On linux (and remember, all of this is about standalone) the libjson packages of distributions don't have this complex compiler version baked into their name. See also the last comment on SNOW-240: https://jira.secondlife.com/browse/SNOW-240?focusedCommentId=205305&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-205305 This patch fixes this issue by first searching for libjson_linux-gcc-${_gcc_COMPILER_VERSION}_libmt.so and when that fails search for the system package library file libjson.so.
-
Aleric Inglewood authored
If Qt and/or llqtwebkit is found in a non-standard place, you still have to set LD_LIBRARY_PATH yourself (to $QTDIR/lib) before running the viewer of course (or the webkit plugin will silently fail).
-
Aleric Inglewood authored
The viewer code includes "tut/tut.hpp" everywhere, so that is what we should search for when determining an include path for this header. This just searches in the usual places, including the paths provided through CMAKE_INCLUDE_PATH, and will find tut/tut.hpp: exactly what we need.
-
- Dec 09, 2010
-
-
Mark Palange (Mani) authored
-
- Nov 23, 2010
-
-
Merov Linden authored
-
- Nov 19, 2010
-
-
Merov Linden authored
STORM-151 : Modify llkdu cmake to point explicitely to static libs, simplify make (in progress, don't pull yet)
-
- Nov 18, 2010
-
-
Merov Linden authored
-
- Nov 17, 2010
-
-
Bryan O'Sullivan authored
-
Bryan O'Sullivan authored
-
- Nov 16, 2010
-
-
Christian Goetze (CG) authored
-
- Nov 15, 2010
-
-
Tofu Buzzard authored
-
- Nov 12, 2010
-
-
Merov Linden authored
-
- Nov 10, 2010
-
-
Mark Palange (Mani) authored
-
- Nov 04, 2010
-
-
brad kittenbrink authored
This reduces the number of symbols in the viewer binary by about 30%. Also, fixed test errors revealed by inlining being enabled.
-
Loren Shih authored
-
- Oct 28, 2010
-
-
Merov Linden authored
-
- Oct 27, 2010
-
-
David Parks authored
-
- Oct 16, 2010
-
-
Boroondas Gupte authored
-
- Oct 12, 2010
-
-
Techwolf Lupindo authored
Allow the passing of addational fmod lib names via FMOD_NAMES from the build envorment. This will allow one to pass via command line custom fmod lib names. ie: -DFMOD_NAMES:STRING:"fmod-4.44"
-
Techwolf Lupindo authored
FMOD.cmake: Move include(Prebuilt) to prebuilt section. It is only used for prebuilt anyway. set(FMOD_FIND_REQUIRED ON) due to FMOD variable is use elsewhere in cmake files. This behaviour is the same as openal. Remove redudent error messages and code due to above. Rework the logic to be more cleaner. Clean up whitespace. FindFMOD.cmake Remove redudent paths as cmake allready uses them as default. Use PATH_SUFFIXES instead. The above will result in cmake looking in a lot more places and can handle custom build setups better. Change FMOD to FMOD_FOUND. FMOD should not be change withen cmake. Whitespace cleanup.
-
- Oct 11, 2010
-
-
Boroondas Gupte authored
-
Used patch from https://jira.secondlife.com/secure/attachment/41586/SNOW-756-standalone_tests.diff patching file indra/cmake/LLAddBuildTest.cmake Hunk #1 succeeded at 259 with fuzz 2 (offset 1 line). Added entry in doc/contributions.txt. No further changes. originally commited to Snowglobe 2.1 at http://svn.secondlife.com/trac/linden/changeset/3515
-
- Oct 02, 2010
-
-
Merov Linden authored
STORM-137 : Build script modif so that Windows build does not rely on fmod.dll being dropped in the source tree + addition to allow fmod to be found in standalone. Caution: wait an upcoming install.xml commit before pulling if building internaly.
-
- Sep 13, 2010
-
-
Christian Goetze (CG) authored
-
Christian Goetze (CG) authored
-
Christian Goetze (CG) authored
-