Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-19 | New 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-03-18 | Removal of dbghelp cruft. | brad kittenbrink | |
Reviewed by alain and nat. | |||
2011-03-16 | rename google archive for linux to google-perftools and update to latest. | Andrew de Laix | |
2011-03-15 | update uuid archive for linux. | Andrew de Laix | |
2011-03-14 | update openssl archive for linux. | Andrew de Laix | |
2011-03-11 | update fontconfig archive for linux. | Andrew de Laix | |
2011-03-10 | update apr and sdl archives for linux; added new archive db (needed for ↵ | Andrew de Laix | |
linux only). | |||
2011-03-04 | ares, boost, expat, freetype archives updated to latest builds. | Andrew A. de Laix | |
2011-02-08 | fix a couple more packaging problems... | Alain Linden | |
2011-02-07 | update pacageing of msvc?100.dll's; use latest qt package with all needed libs. | Alain Linden | |
2011-01-24 | Automated merge with https://bitbucket.org/lindenlab/viewer-development | Andrew A. de Laix | |
2011-01-19 | Cmake updates to get llkdu building on linux. Need to rebuild kdu tarball next. | jenn | |
2011-01-18 | Added '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-18 | fix path to prebiuld slvoice libraries on mac and linux. | Andrew A. de Laix | |
2011-01-14 | windows autobuildibatized (bye bye install.py...) | Alain Linden | |
2011-01-13 | mac buiding with autobuild and autobuild style packages (just say no to ↵ | Andrew A. de Laix | |
install.py) | |||
2010-12-29 | VWR-24347 Fix reversion--allow VS2005 Express user to specify location of ↵ | Jonathan Yap | |
msvc* files | |||
2010-11-04 | merge with STORM-105 | Merov Linden | |
2010-10-27 | STORM-104 : make kdu statically linked, suppress the need for llkdu | Merov Linden | |
2010-10-15 | Merge | Leyla Farazha | |
2010-10-02 | STORM-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-13 | Include libexpat.so.1 in the list of libs to copy. | Christian Goetze (CG) | |
2010-08-19 | VWR-20809 (SNOW-504) Do not depend on stage_thirds_party_libs for a ↵ | Aimee Linden | |
standalone build. | |||
2010-05-26 | VPLAT-268: Update Mac for relative-path libexception_handler.dylib | Nat Goodspeed | |
Also add the dylib to Copy3rdPartyLibs.cmake so unit tests can find it. | |||
2010-05-21 | VPLAT-237 Linux client library package for google_breakpad. | brad kittenbrink | |
2009-12-08 | DEV-43896 solve render-pipeline linux mesh gzopen64 problem | Tofu Linden | |
I'm committing here instead of to render-pipeline because this seems like a change that it makes sense to give a workout in trunk. | |||
2009-12-02 | Removed libtcmalloc_minimal.dll from the default build. | Mark Palange (Mani) | |
Reviewed by Palmer | |||
2009-11-23 | re-upgrade to vivox v3 sdk here. | Tofu Linden | |
2009-11-20 | Fix for errors with integration tests failing to find libcrypto.so.0.9.7 | brad kittenbrink | |
2009-11-10 | Fix for mac failure in apr shared lib staging (Part of DEV-41724) | brad kittenbrink | |
2009-11-06 | Changed copy of libuuid.so to libuuid.so.1 | palange@eniac62.lindenlab.com | |
2009-11-03 | Continuing work on DEV-41724/DEV-41725 normalizing shared lib staging. | brad kittenbrink | |
It's basically working on linux. | |||
2009-11-02 | Implemented linux staging for DEV-41722 normalizing shared lib staging. | brad kittenbrink | |
2009-11-02 | Implemented mac staging for DEV-41722 normalizing shared lib staging. | brad kittenbrink | |
also added a bunch of comments. | |||
2009-10-30 | continuing work on DEV-41722 normalizing shared lib staging. fixed copy/paste | brad kittenbrink | |
error in the last commit(f5da14574943). | |||
2009-10-30 | continuing work on DEV-41722 normalizing shared lib staging. | brad kittenbrink | |
started factoring out copying into common section while file lists are initialized above in platform specific sections. | |||
2009-10-26 | More work for DEV-41722 normalizing shared lib staging on all 3 platforms. | brad kittenbrink | |
Started refactoring Copy3rdPartyLibs.cmake to use common commands with platform specific variables. | |||
2009-10-26 | Beginning work for DEV-41722 normalizing shared lib staging on all 3 ↵ | brad kittenbrink | |
platforms. Renamed CopyWinLibs.cmake to Copy3rdPartyLibs.cmake. |