summaryrefslogtreecommitdiff
path: root/indra/cmake/Copy3rdPartyLibs.cmake
AgeCommit message (Collapse)Author
2011-08-17convert tabs to spaces where they are forbiddenOz Linden
2011-05-12mergeDave Parks
2011-04-22mergeDave Parks
2011-04-21mergeDave Parks
2011-04-21mergeDave Parks
2011-04-21OPEN-61 Adding locations that redistributable package installs msvc* files.Ima Mechanique
2011-04-20adding collada and minizip to the libraries we package the viewer with for mac.Xiaohong Bao
2011-04-19New openssl package solves permissions problems with Linux build.Nat Goodspeed
The original Linux openssl tarball includes libcrypto.so and libssl.so files with r-xr-xr-x permissions: not even the owning user can modify them. This causes problems when the Release build tries to 'strip' the viewer and all associated libraries. Newer openssl tarball fixes permission problems. The newer openssl package also updates from 0.9.8 to 1.0.0, so have to fix version numbers in Copy3rdPartyLibs.cmake and viewer_manifest.py too. :-P Presumably the only reason this hasn't been causing trouble with TC builds is that the link has been picking up system libraries instead of the ones from the openssl package.
2011-04-18restoring glod to copy3rdpartylibs.cmake and viewer_manifest.pyNyx (Neal Orman)
2011-04-18adding collada and minizip to the libraries we package the viewer with.Nyx (Neal Orman)
2011-04-11Attempt at making tcmalloc work.Dave Parks
2011-04-08no longer using tcmalloc-minimal, replacing cmake config to refer toNyx (Neal Orman)
full build version.
2011-04-08changes for newer collada buildBrad Payne (Vir Linden)
2011-04-04Automated merge up from viewer-development into mesh-developmentLoren Shih
2011-03-18Removal of dbghelp cruft.brad kittenbrink
Reviewed by alain and nat.
2011-03-16rename google archive for linux to google-perftools and update to latest.Andrew de Laix
2011-03-15update uuid archive for linux.Andrew de Laix
2011-03-14update openssl archive for linux.Andrew de Laix
2011-03-11update fontconfig archive for linux.Andrew de Laix
2011-03-10update apr and sdl archives for linux; added new archive db (needed for ↵Andrew de Laix
linux only).
2011-03-04ares, boost, expat, freetype archives updated to latest builds.Andrew A. de Laix
2011-02-08fix a couple more packaging problems...Alain Linden
2011-02-07update pacageing of msvc?100.dll's; use latest qt package with all needed libs.Alain Linden
2011-01-24Automated merge with https://bitbucket.org/lindenlab/viewer-developmentAndrew A. de Laix
2011-01-24Automated merge up from viewer-development into mesh-developmentLoren Shih
2011-01-19Cmake updates to get llkdu building on linux. Need to rebuild kdu tarball next.jenn
2011-01-18Added 'slvoice' (vivox) to autobuild.xml for linux.jenn
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.
2011-01-18fix path to prebiuld slvoice libraries on mac and linux.Andrew A. de Laix
2011-01-14windows autobuildibatized (bye bye install.py...)Alain Linden
2011-01-13mac buiding with autobuild and autobuild style packages (just say no to ↵Andrew A. de Laix
install.py)
2010-12-29VWR-24347 Fix reversion--allow VS2005 Express user to specify location of ↵Jonathan Yap
msvc* files
2010-12-22Automated merge up from viewer-developmentLoren Shih
2010-11-22SH-467 FIX fix of VWR-20809/SNOW-504 lost in mergeNyx (Neal Orman)
re-applying the fix originally committed as c5ddd1e361ae. This allows standalone builds to not depend on stage_third_party_libs but was lost in a merge as referenced in jira. Re-reviewed the code in the patch and it is a valid fix.
2010-11-18SH-350 SH-351 SH-355 FIX ARC fixesNyx (Neal Orman)
Had a few debugging lines in my last checkin. Cleaning up unreviewed changes.
2010-11-18SH-350 SH-351 SH-355 FIX Several fixes for ARCNyx (Neal Orman)
Fixed the texture resolution calculation against the rounding errors we had before. Fixed the bug where linking prims changed the combined cost Fixed the bug where twisting was not computed properly Code reviewed by davep.
2010-11-04merge with STORM-105Merov Linden
2010-11-04SH-396 WIP fix mac teamcity build for mesh-developmentNyx Linden
making sure we're copying over the necessary 3rd party library in the packaging stage
2010-10-27STORM-104 : make kdu statically linked, suppress the need for llkduMerov Linden
2010-10-20Automated merge up from viewer-developmentLoren Shih
2010-10-14Updated colladadom.Dave Parks
2010-10-15MergeLeyla Farazha
2010-10-02STORM-137 : Build script modif so that Windows build does not rely on ↵Merov Linden
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.
2010-09-27mergeDave Parks
2010-09-23Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/Nyx (Neal Orman)
2010-09-23SH-211 FIX update viewer-mesh branch to use new tcmalloc packageNyx (Neal Orman)
Finished changes to make viewer-mesh make use of tcmalloc on linux. Almost all changes are juggling cmake config files, to make sure that the package is downloaded, installed, moved at the right times, and linked at the right times. Code reviewed by Seraph
2010-09-23WIP make tcmalloc work on linux (JIRA pending)Nyx (Neal Orman)
First pass at integrating the linux version of tcmalloc. Code will be reviewed in a later commit before pushing.
2010-09-23SH-64 update GLOD on macNyx Linden
updated GLOD again to be searched for in the correct place and updated some cmake configuration to ensure that it is being referred to in the correct places. This appears to finally solve our mac startup crash.
2010-09-21Fix for build failures - disabling tcmalloc for nowBrad Payne (Vir Linden)
2010-09-16SNOW-606 REVERT libuuid removalNyx (Neal Orman)
backing out patch from SNOW-606 as it breaks the build on our linux build machines. Can be re-applied when our build machines get an updated version of libuuid.
2010-09-08SNOW-606 FIX disable packaging of libuuidNyx (Neal Orman)
Patch taken from JIRA, committing locally to fix our project branch. Code reviewed by Nyx / Brad