- Sep 23, 2009
-
-
Nat Goodspeed authored
Add this file to pth.txt manifest file. Update install.xml with the URL for new pth-2.0.7-darwin-20090923.tar.bz2.
-
- Sep 21, 2009
-
-
brad kittenbrink authored
-
brad kittenbrink authored
-
- Sep 17, 2009
-
-
brad kittenbrink authored
New build of windows freetype to fix CRT dll hell. This also upgrades to 2.3.9 (DEV-32831). When this merges to viewer-2.0 it should replace the build there.
-
brad kittenbrink authored
-
brad kittenbrink authored
-
brad kittenbrink authored
-
brad kittenbrink authored
Rebuilding of windows curl to fix CRT dll hell. Also upgrading to 7.19.6 to avoid the need for special patching (see DEV-28321 vulnerability).
-
brad kittenbrink authored
Rebuild windows apr to fix CRT dll hell. Also upgrading to apr-1.3.8/apr-util-1.3.9 in the process for DEV-38196 vulnerability.
-
brad kittenbrink authored
-
- Sep 09, 2009
-
-
Brad Kittenbrink authored
svn merge -c 131881 . parabuild succeeded building this in branches/brad/freetype-2.3.9-upgrade/ so it had better work here...
-
- Aug 31, 2009
-
-
Bryan O'Sullivan authored
-
Adam Moss authored
svn merge -r130875:131962 svn+ssh://svn.lindenlab.com/svn/linden/branches/pluginapi/pluginapi_05_newllqtwebkit DEV-31438 Rename LLMozLib (Qt/WebKit) to something else - LLQtWebKit
-
- Aug 27, 2009
-
-
Monroe Williams authored
svn merge -r 129841:129910 svn+ssh://svn.lindenlab.com/svn/linden/branches/moss/pluginapi_05-merge@129910 svn merge -r 129913:131718 svn+ssh://svn.lindenlab.com/svn/linden/branches/pluginapi/pluginapi_05 Some branch shenannigans in the pluginapi_05 branch caused this to become a two-part merge.
-
Adam Moss authored
back-out DEV-32831 it annoys install.py but goodness knows why.
-
Adam Moss authored
patch by brad.
-
- Aug 05, 2009
-
-
Nat Goodspeed authored
different branches must be manually merged. Here I've applied the Linden patch to boost::coroutines found in http://svn.lindenlab.com/svn/lindenlib/trunk/boost_1_34_1/boost-coroutine-linden.patch and rebuilt the Mac boost package.
-
Nat Goodspeed authored
On Mac, add libexpat[.0.5.0].dylib to apr_suite package. Update libapr-1[.0.3.7].dylib and libaprutil-1[.0.3.8].dylib with versions that reference this expat. Make viewer_manifiest.py copy expat dylib to app bundle.
-
- Aug 04, 2009
-
-
brad kittenbrink authored
Combines the Boost.Coroutine changes in old login-api with the -Woverloaded-virtuals changes in viewer-2.0.0-3. I could not verify the 64 bit build for now, as other breakage is getting in the way...
-
- Aug 03, 2009
-
-
brad kittenbrink authored
Combines the Boost.Coroutine changes in old login-api with the -Woverloaded-virtuals changes in viewer-2.0.0-3.
-
- Jul 31, 2009
-
-
Nat Goodspeed authored
self-identifies as @executable_path/../Resources/filename. This allows the SL executable to find it at runtime in its official place in the app bundle. Change viewer_manifest.py to copy libllcommon.dylib, libapr*.dylib to app bundle's Resources subdir.
-
- Jul 30, 2009
-
-
Nat Goodspeed authored
Update Mac apr_suite package, introducing libapr-1.0.3.7.dylib and libaprutil-1.0.3.8.dylib. We want to use dynamic APR libraries, but libllcommon.dylib isn't allowed to depend on .so libraries: must be .dylibs themselves. Tweak APR.cmake to reference the aforementioned .dylibs when on Mac with LLCOMMON_LINK_SHARED set. Eliminate some redundancy in Windows section. For .dylibs, RunBuildTest.cmake must set DYLD_LIBRARY_PATH: LD_LIBRARY_PATH only affects search for .so files. PENDING: CMake dependencies broken? With LLCOMMON_LINK_SHARED on, it seems we need to build libllcommon.dylib explicitly before full build can succeed. This snapshot does NOT yet copy the llcommon, apr or aprutil dylibs into the app bundle.
-
- Jul 27, 2009
-
-
brad kittenbrink authored
New package of xmlrpc-epi that actually links to the expat libs we ship. I have no idea how this has worked for so long.
-
- Jul 16, 2009
-
-
Christian Goetze authored
-
Mark Palange authored
merged all changes, post copy, from the following branches: linden/brachnes/enable-o-v user/cg/qar-1538 user/mani/viewer2-enable-o-v
-
- Jul 14, 2009
-
-
Dave Hiller authored
svn merge -r126784:126785 svn+ssh://svn.lindenlab.com/svn/linden/branches/mock-3 into trunk
-
- Jul 07, 2009
-
-
Adam Moss authored
around for so long without the fix that I can't stand it any longer. svn merge -c123659 svn+ssh://svn.lindenlab.com/svn/linden/branches/maint-viewer/maint-viewer-15-sandbox-3
-
- Jul 06, 2009
-
-
James Cook authored
Merge xui-army-5 to viewer-2, includes layout, art, and color changes, also UI color refactoring and new FreeType font library on Linux. svn merge -r126038:126164 svn+ssh://svn.lindenlab.com/svn/linden/branches/skinning/xui-army-5
-
- Jul 02, 2009
-
-
brad kittenbrink authored
-
- Jun 23, 2009
-
-
Nat Goodspeed authored
that are actually present. Update linux and linux64 boost tarballs with previous Windows, Mac patch.
-
- Jun 22, 2009
-
-
Bryan O'Sullivan authored
-
- Jun 21, 2009
-
-
Steven Bennetts authored
ignore-dead-branch
-
- Jun 04, 2009
-
-
Brad Kittenbrink authored
svn merge -r 121797:121853 svn+ssh://svn.lindenlab.com/svn/linden/branches/merge-event-system-7
-
- Jun 03, 2009
-
-
Nat Goodspeed authored
-
Nat Goodspeed authored
instances. LLCoros::launch() intends to address three issues: - ownership of coroutine instance - cleanup of coroutine instance when it terminates - central place to twiddle MSVC optimizations to bypass DEV-32777 crash. Initially coded on Mac; will address the third bullet on Windows. Adapt listenerNameForCoro() to consult LLCoros::getName() if applicable. Change LLLogin::Impl::connect() to use LLCoros::launch(). LLCoros::getName() relies on patch to boost::coroutines::coroutine::self to introduce get_id().
-
- May 22, 2009
-
-
Adam Moss authored
svn+ssh://svn.lindenlab.com/svn/linden/branches/viewer/viewer-1.23.onetwo-merge-1 QAR-1531 viewer 1.23rc1+1.23rc2 merge to trunk
-
- May 20, 2009
-
-
Bryan O'Sullivan authored
Reviewed by Mani.
-
- May 11, 2009
-
- May 08, 2009
-
- May 04, 2009
-
-
Adam Moss authored
svn merge -r118927:118939 svn+ssh://svn.lindenlab.com/svn/linden/branches/viewer/viewer-1.23.0-merge-2-combo-QAR-1476 this is a composite of... svn merge -r115088:118182 svn+ssh://svn.lindenlab.com/svn/linden/branches/viewer/viewer_1-23 conflicts resolved: C doc/contributions.txt C indra/llaudio/audioengine.cpp C indra/newview/CMakeLists.txt C indra/newview/llfloaterlandholdings.cpp C indra/newview/llpaneldirbrowser.cpp C indra/newview/llpanelgrouplandmoney.cpp C indra/newview/llpreviewscript.cpp C indra/newview/llviewermenu.cpp C indra/newview/skins/default/xui/en-us/notifications.xml and... svn merge -r116937:118673 svn+ssh://svn.lindenlab.com/svn/linden/branches/server/server-1.26 minor-to-trivial conflicts resolved: C indra/llcommon/llversionserver.h C indra/newsim/llrezdata.cpp C indra/newsim/llstate.cpp C indra/upgrade/schema_version/sequence/3/index_log_paypal.sql
-