Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-07-31 | DEV-34837: fix viewer_manifest.py to continue supporting static llcommon build | Nat Goodspeed | |
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 | 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 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-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 | 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) | |
2009-07-28 | DEV-35399 - Making the server build llcommon.dll compatible. | Mark Palange (Mani) | |
Fixing up string escaping on calls to RunBuildTest.cmake Also added ilasm.bat to the FindMono.cmake search | |||
2009-07-28 | Merge | Bryan O'Sullivan | |
2009-07-28 | Fix Linux compile problem | Nat Goodspeed | |
2009-07-28 | DEV-35399 - Making the server build llcommon.dll compatible. | Mark Palange (Mani) | |
Now using RunBuildTest.cmake to run tut and lscript_lsl tests, inorder to set path to llcommon.dll Exported a few llcommon apis needed by server components/tests. | |||
2009-07-27 | New package of xmlrpc-epi that actually links to the expat libs we ship. I ↵ | brad kittenbrink | |
have no idea how this has worked for so long. | |||
2009-07-24 | merge | Mark Palange (Mani) | |
2009-07-24 | Adding LLLoginInstance unit test. | Mark Palange (Mani) | |
- Added LLNotificationsInterface class. - Removed LLLoginInstance use of LLNotifications EventAPI | |||
2009-07-23 | Merged in my minor line ending and formatting changes. | brad kittenbrink | |
2009-07-22 | Adding LLLoginInstance unit test | Mark Palange (Mani) | |
2009-07-20 | Resolve updates | Nat Goodspeed | |
2009-07-20 | Letting compiler choose implicit LLSD conversions fixes fatal Linux gcc warnings | Nat Goodspeed | |
2009-07-20 | Add newline to end of file to placate Linux gcc | Nat Goodspeed | |
2009-07-20 | Parabuild will upload event_host.tar.bz2 and event_host.tar.bz2 now in right ↵ | Palmer | |
place | |||
2009-07-16 | Merged my 3 mac fixes with palmer's latest event_host_manifest.py changes. | brad kittenbrink | |
2009-07-16 | 1st attempt at disabling ppc build on macs. | brad kittenbrink | |
2009-07-15 | Oops, LLNotificationsListener can't just be forward declared under gcc. | brad kittenbrink | |
2009-07-15 | DEV-35531 | Palmer | |
Cmake changes and fixes to python script to get it to work properly Mani reviewed most of this | |||
2009-07-15 | Disable SHARED_LIB_STAGING_DIR usage on systems where it's not initialized. | brad kittenbrink | |
2009-07-13 | Line ending normalization. | brad kittenbrink | |
2009-07-10 | Merged in my debug build and shutdown cleanup changes. | brad kittenbrink | |
2009-07-10 | First draft of cleaning up eventhost module on viewer shutdown. Still need ↵ | brad kittenbrink | |
to make the whole system more generalized and data driven. | |||
2009-07-10 | Fix for crash when running windows debug build. std::string::replace cannot ↵ | brad kittenbrink | |
take NULL for it's argument. | |||
2009-07-10 | Brad's changes to testquit so we can pass executable to run to it. | Palmer | |
Switching eventlet to use subrepo. By Brad, reviewed by Palmer | |||
2009-07-10 | Merged in my latest changes including switching LLAPRSockStream to be fully ↵ | brad kittenbrink | |
non-blocking (and thus not horribly inefficient) and a bunch of new event listener implementations. | |||
2009-07-10 | Added an LLAgentListener implementation for event requests like teleport, ↵ | brad kittenbrink | |
sit, stand, etc. | |||
2009-07-10 | Expanded tabs in cmake files | palmer@945battery-guestB-224.lindenlab.com | |
2009-07-10 | Oops, copy/paste error in the llviewercontrol.cpp file top level comments. | brad kittenbrink | |
2009-07-10 | Fix line ending badness in LLViewerControl. | brad kittenbrink | |
2009-07-09 | Brad already added the LLCOMMON_LINK_SHARED definition. I removed the broken ↵ | Mark Palange (Mani) | |
one I added and set the other one to ON by default. | |||
2009-07-09 | Added LLDispatchListener implementation for gSavedSettings. | brad kittenbrink | |
2009-07-09 | Added a requestReshape handler to LLViewerWindowListener. | brad kittenbrink | |
2009-07-09 | Defaulting LLCommonLinkShared to on | Palmer | |
2009-07-09 | Merge of mani's changes... and who knows what. Mercurial wanted a merge, ↵ | palmer@945battery-guestB-224.lindenlab.com | |
but I had no changes | |||
2009-07-09 | Moveing around DLL copying to support building llcommon.dll and using ↵ | Mark Palange (Mani) | |
llcommon.dll while running unit tests. | |||
2009-07-09 | Line ending changes and Build Params changes from login-api-svn-1 | palmer@945battery-guestB-224.lindenlab.com | |