Commit Graph

95 Commits (ec00f7f14fbf16992b71ddd54e583ba07fdfd523)

Author SHA1 Message Date
Oz Linden 545e033d1e merge changes for DRTVWR-299 2013-05-07 15:11:55 -04:00
Oz Linden ddd5659f81 merge changes for DRTVWR-294 2013-04-19 10:11:29 -04:00
callum_linden 88eff41649 Merge with viewer-development 2013-04-17 13:38:04 -07:00
Graham Madarasz bf6182daa8 Update Mac and Windows breakpad builds to latest 2013-03-29 07:50:08 -07:00
Graham Madarasz (Graham Linden) 903996e8d4 Google Breakpad Fix 2013-03-28 19:25:51 -07:00
Nat Goodspeed 54e2d2b000 MAINT-2389: Change viewer to Boost package without ucontext.h.
In autobuild.xml, specify today's build of the Boost package that includes the
Boost.Context library, and whose boost::dcoroutines library uses Boost.Context
exclusively instead of its previous context-switching underpinnings (source of
the ucontext.h dependency).
Add BOOST_CONTEXT_LIBRARY to Boost.cmake and Copy3rdPartyLibs.cmake. Link it
with the viewer and with the lllogin.cpp test executable.
Track new Boost package convention that our (early, unofficial) Boost.Coroutine
library is now accessed as boost/dcoroutine/etc.h and boost::dcoroutines::etc.
Remove #include <boost/coroutine/coroutine.hpp> from
llviewerprecompiledheaders.h and lllogin.cpp: old rule that Boost.Coroutine
header must be #included before anything else that might use ucontext.h is
gone now that we no longer depend on ucontext.h. In fact remove
-D_XOPEN_SOURCE in 00-Common.cmake because that was inserted specifically to
work around a known problem with the ucontext.h facilities.
2013-02-21 01:13:24 -05:00
Graham Madarasz (Graham) efa7022c3a Nix trying to copy the debug fmod DLL 2013-02-04 15:10:39 -08:00
Graham Madarasz (Graham) 60448cac91 More path fixups in staging 2013-02-04 12:06:17 -08:00
Sovereign Engineer 3ea6112843 Dos2Unix Line endings 2013-02-04 08:30:42 -05:00
Graham Madarasz (Graham) 3822600e27 Added copy of libfmodex .so for linux 2013-02-01 09:33:57 -08:00
callum_linden b0f2f02333 Removed (most) references to older FMOD library - still a little Linux clean up left 2013-02-01 08:44:52 -08:00
callum_linden ba3e89b5c7 first push - patch from CmdCupCake plus force FMODEX on 2013-01-18 16:43:19 -08:00
Don Kjer 531394df23 Updating linux libGLOD to match darwin naming 2012-12-12 00:34:40 +00:00
Nat Goodspeed 3581bba282 Fix Boost shared-library version suffixes in Copy3rdPartyLibs.cmake. 2012-11-16 15:39:58 -05:00
Monty Brandenberg fdb2ae8335 Merge of viewer-development (3.4.1). 2012-08-03 11:57:51 -04:00
Oz Linden 2c3e78f1f1 merge changes for DRTVWR-167 2012-06-27 14:18:22 -04:00
Monty Brandenberg 2f496ecaee Add more boost libs to the lib copy and manifest. 2012-05-09 06:49:18 -07:00
Monty Brandenberg e1a978bbcf And more boost library work. 2012-05-08 13:39:06 -07:00
Monty Brandenberg c5be6d0b92 Okay, needed full version numbers. 2012-05-08 13:15:42 -07:00
Monty Brandenberg b7d3ae7dce More linux work. Think I found the stager. 2012-05-08 12:17:37 -07:00
Oz Linden 9b64464d02 more attempts to fix the hunspell lib for Mac 2012-04-25 12:27:34 -04:00
Oz Linden 7bcfd3a4ae fix version number of the libhunspell dylib in another place 2012-04-23 17:27:54 -04:00
Brad Payne (Vir Linden) 16b6595fa7 trying to fix linux build error 2012-01-26 13:38:11 -05:00
Brad Payne (Vir Linden) e0f9197110 Fix for build failures when tcmalloc disabled 2012-01-25 14:58:47 -05:00
Kitty Barnett 9c66ac87fd STORM-276 Basic spellchecking framework 2012-01-20 18:06:32 +01:00
Oz Linden f0bc8a0f71 convert tabs to spaces where they are forbidden 2011-08-17 12:33:23 -04:00
Dave Parks 93696ac019 merge 2011-05-12 17:39:08 -05:00
Dave Parks 764412f9b5 merge 2011-04-22 11:50:19 -05:00
Dave Parks 62208046ae merge 2011-04-21 16:37:03 -05:00
Dave Parks 19857d0cf0 merge 2011-04-21 16:23:00 -05:00
Ima Mechanique 4906f4644f OPEN-61 Adding locations that redistributable package installs msvc* files. 2011-04-21 22:11:48 +01:00
Xiaohong Bao d9c7c925da adding collada and minizip to the libraries we package the viewer with for mac. 2011-04-20 22:35:06 -06:00
Nat Goodspeed c7721b86c6 New openssl package solves permissions problems with Linux build.
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-19 21:43:13 -04:00
Nyx (Neal Orman) 3cb97cb4d7 restoring glod to copy3rdpartylibs.cmake and viewer_manifest.py 2011-04-18 18:48:43 -04:00
Nyx (Neal Orman) 130db30b26 adding collada and minizip to the libraries we package the viewer with. 2011-04-18 17:03:46 -04:00
Dave Parks 0e2df02775 Attempt at making tcmalloc work. 2011-04-11 15:42:17 -05:00
Nyx (Neal Orman) 5f872761ca no longer using tcmalloc-minimal, replacing cmake config to refer to
full build version.
2011-04-08 20:03:44 -04:00
Brad Payne (Vir Linden) d490081fe2 changes for newer collada build 2011-04-08 17:12:26 -04:00
Loren Shih 47781184fc Automated merge up from viewer-development into mesh-development 2011-04-04 10:42:52 -04:00
brad kittenbrink dd8c9eb98a Removal of dbghelp cruft.
Reviewed by alain and nat.
2011-03-18 12:24:04 -04:00
Andrew de Laix 38bdbbd019 rename google archive for linux to google-perftools and update to latest. 2011-03-16 16:06:47 +00:00
Andrew de Laix cd8485f9c0 update uuid archive for linux. 2011-03-15 20:54:22 +00:00
Andrew de Laix 17343b76df update openssl archive for linux. 2011-03-14 22:43:09 +00:00
Andrew de Laix 353c54d668 update fontconfig archive for linux. 2011-03-11 00:27:44 +00:00
Andrew de Laix 4947062236 update apr and sdl archives for linux; added new archive db (needed for linux only). 2011-03-10 00:48:20 +00:00
Andrew A. de Laix 7285dd9e42 ares, boost, expat, freetype archives updated to latest builds. 2011-03-04 14:49:20 -08:00
Alain Linden 6dd41886b3 fix a couple more packaging problems... 2011-02-08 12:14:17 -08:00
Alain Linden c2bfa25299 update pacageing of msvc?100.dll's; use latest qt package with all needed libs. 2011-02-07 16:46:18 -08:00
Andrew A. de Laix 1ba64d9b14 Automated merge with https://bitbucket.org/lindenlab/viewer-development 2011-01-24 14:28:51 -08:00
Loren Shih d0cba9e919 Automated merge up from viewer-development into mesh-development 2011-01-24 10:56:40 -05:00