Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-11 | Add libllcommon.so to packaged/lib | Nat Goodspeed | |
2009-08-11 | Add SHARED_LIB_STAGING_DIR to LD_LIBRARY_PATH for indra/test executable, as ↵ | Nat Goodspeed | |
with LLAddBuildTest | |||
2009-08-11 | Merged in my latest work including improved version of DEV-35401 "doubleton" ↵ | brad kittenbrink | |
workaround and LLFloaterTOS post-merge fixups. | |||
2009-08-11 | Better solution for fixing up the LLFloaterTOS callback after the last ↵ | brad kittenbrink | |
viewer-2.0.0-3 merge. LLFloaterTOS and LLLoginInstance now communicate through an event pump "lllogininstance_tos_callback". reviewed by Mani. | |||
2009-08-06 | Merged in partial rollback of LLFloaterTOS post-merge fixes. | brad kittenbrink | |
2009-08-06 | Backed out changeset bfb246df4655: rolling back LLFloaterTOS post-merge ↵ | brad kittenbrink | |
fixups because they didn't work on linux. | |||
2009-08-06 | Add on-demand allocation of LLSingletonRegistry::sSingletonMap so we don't ↵ | brad kittenbrink | |
rely on static initialization order. reviewed by nat. | |||
2009-08-06 | Fix for lllogin_tests crash on shutdown. | brad kittenbrink | |
RegisterFlush destructor was dereferencing a dangling reference to the mainloop EventPump which had already been destructed. | |||
2009-08-06 | Merge of my DEV-36732 work and all the main line login api work that went on. | Palmer | |
2009-08-06 | DEV-36732 | Palmer | |
Total time of frame saved Reviewed by Brad | |||
2009-08-05 | Merged in my DEV-35401 "doubleton" fix. | brad kittenbrink | |
2009-08-05 | Merged my latest viewer-2.0.0-3 merge and LLLoginInstance/LLFloaterTOS ↵ | brad kittenbrink | |
fixups with Nat's mac work. | |||
2009-08-05 | Fixups after the latest merge with viewer-2.0.0-3. Updated LLLoginInstance ↵ | brad kittenbrink | |
to use the new LLFloaterReg way of getting hold of floaters. | |||
2009-08-05 | DEV-34837: The problem with prepackaging library headers is that changes in | Nat Goodspeed | |
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. | |||
2009-08-05 | Attemt at fixing "doubleton" problems across shared lib boundaries. ↵ | brad kittenbrink | |
Singletons now keep their SingletonInstaceData in a big global map in the llcommon module. | |||
2009-08-05 | Merge recent changes | Nat Goodspeed | |
2009-08-05 | DEV-34837: Remove dependency on Leopard-only ↵ | Nat Goodspeed | |
/usr/local/lib/libexpat.0.1.0.dylib. 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. | |||
2009-08-04 | Removed reference to deleted header file. | brad kittenbrink | |
2009-08-04 | Merged in latest viewer-2.0.0-3 up through svn r129410. LLFloaterTOS needs ↵ | brad kittenbrink | |
some post-merge cleanup. | |||
2009-08-04 | Merged my big mondo merge and boost package changes with nat's DEV-34837 work. | brad kittenbrink | |
2009-08-04 | New linux packages for linux and linux64. | brad kittenbrink | |
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... | |||
2009-08-04 | Fixed missing newline at end of llappviewer.cpp for linux build. | brad kittenbrink | |
2009-08-04 | DEV-34837: Allow Mac SL executable to find libllcommon.dylib in app bundle's | Nat Goodspeed | |
Resources subdir without requiring user to explicitly set DYLD_LIBRARY_PATH. Engage the SHARED_LIB_STAGING_DIR mechanism for Mac as well as Windows and Linux so unit-test executables, too, can find libllcommon.dylib. Perform the POST_BUILD copy of libllcommon.dylib to SHARED_LIB_STAGING_DIR everywhere but Windows -- but make it conditional on SHARED_LIB_STAGING_DIR. | |||
2009-08-03 | New boost packages for windows and os x. | brad kittenbrink | |
Combines the Boost.Coroutine changes in old login-api with the -Woverloaded-virtuals changes in viewer-2.0.0-3. | |||
2009-08-04 | fix for broken build | Richard Nelson | |
2009-08-04 | svn merge -r 128442:129343 ↵ | Richard Nelson | |
svn+ssh://svn.lindenlab.com/svn/linden/branches/skinning/skinning-18 into svn+ssh://svn.lindenlab.com/svn/linden/branches/viewer/viewer-2.0.0-3 | |||
2009-08-03 | merge ↵ | Steven Bennetts | |
https://svn.aws.productengine.com/secondlife/export-from-ll/viewer-2-0@1211 https://svn.aws.productengine.com/secondlife/pe/stable-1@1228 -> viewer-2.0.0-3 QA: New movement and camera controls. Test all movement and camera behavior against spec and expected behaviors, including sitting & standing. Many other changes to the bottom bar. Changes to local chat behavior. | |||
2009-08-03 | Merged Nat and Palmers latest build fixes with the big ↵ | brad kittenbrink | |
viewer-2.0.0-3/login-api merge work (changeset 486d51877332) | |||
2009-07-31 | Fixups for changest 486d51877332 merge. Deleting references to things that ↵ | brad kittenbrink | |
got deleted in viewer-2.0.0-3 | |||
2009-07-31 | Fixups for conflicts that got dropped in the changeset 486d51877332 merge of ↵ | brad kittenbrink | |
viewer-2.0.0-3 with login-api. Mostly code that had been modified in viewer-2.0.0-3 that had been moved elsewhere in login-api. | |||
2009-07-31 | DEV-34837: fix viewer_manifest.py to continue supporting static llcommon build | Nat Goodspeed | |
2009-07-31 | Fixups after merge for new files failing to include linden_common.h | brad kittenbrink | |
2009-07-31 | Update with palmer's round 2 changes | Nat Goodspeed | |
2009-07-31 | Update with palmer's round 1 changes | Nat Goodspeed | |
2009-07-31 | Fix for DEV-35401 that makes the copy linux only and doesn't hurt mac build | Palmer Truelson | |
To be reviewed by Mani | |||
2009-07-31 | for DEV-33077 partially: don't call analyzeAlpha for media textures. | Xiaohong Bao | |
2009-07-31 | DEV-34837: update Mac apr_suite package so that each of the .dylib files | Nat Goodspeed | |
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. | |||
2009-07-30 | Merged in viewer-2.0.0-3 changes up through r129050. Boost got clobbered so ↵ | brad kittenbrink | |
I'll need to rebuild that, plus a couple other minor clenaups. | |||
2009-07-31 | Minor change to protect against odd case where mArrowImage was NULL (unclear ↵ | Steven Bennetts | |
why it's happening, but the extra checks are not a bad thing). | |||
2009-07-30 | Merged my missing eventhost module error handling with palmer's linux build ↵ | brad kittenbrink | |
fixes. | |||
2009-07-30 | DEV-36893 make missing eventhost module a non-fatal error. We now print a ↵ | brad kittenbrink | |
warning and fail gracefully. | |||
2009-07-30 | Fixes to build on linux for DEV-35401. | palmer@eniac54.lindenlab.com | |
Moves libllcommon.so to a staging dir for unit tests to work and gets rid of LL_COMMON_API in forward declarations | |||
2009-07-31 | Re-added volume column to panel_people.xml (lost in XUI cleanup). | Steven Bennetts | |
2009-07-30 | Merged my DEV-35406 work with nat's mac work. | brad kittenbrink | |
2009-07-30 | partial work on DEV-35406:crash on shutdown. | brad kittenbrink | |
this doesn't actually fix anything yet though. | |||
2009-07-30 | merge ↵ | Steven Bennetts | |
https://svn.aws.productengine.com/secondlife/export-from-ll/viewer-2-0/indra@1170 https://svn.aws.productengine.com/secondlife/pe/stable-1/indra@1187 -> viewer-2.0.0-3 | |||
2009-07-30 | DEV-34837: Improve Mac support for LLCOMMON_LINK_SHARED. | Nat Goodspeed | |
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. | |||
2009-07-29 | DEV-35405 Added creation of <exe_dir>/components directory in debug builds ↵ | Mark Palange (Mani) | |
to quell the savage llmozlib. | |||
2009-07-29 | DEV-35405 Viewer manifest needed some love for supporting the debug build, ↵ | Mark Palange (Mani) | |
but its still broke on llmozlib | |||
2009-07-28 | merge | Mark Palange (Mani) | |