- Nov 05, 2009
-
-
palange authored
Fixed mac breakage.
-
- Nov 04, 2009
-
-
brad kittenbrink authored
Should now work out of the box on all 3 platforms and in the debugger.
-
Bryan O'Sullivan authored
-
- Nov 02, 2009
-
-
Loren Shih authored
svn merge -r136068:136089 svn+ssh://svn.lindenlab.com/svn/linden/branches/avatar-pipeline/folder-types__merge__viewer2.0.0-3-r135948 into svn+ssh://svn.lindenlab.com/svn/linden/branches/viewer/viewer-2.0.0-3 Infrastructure changes for cleaning up Asset/Folder types. Associated sim changes are only so that the sim still compiles.
-
- Oct 26, 2009
-
-
brad kittenbrink authored
Beginning work for DEV-41722 normalizing shared lib staging on all 3 platforms. Renamed CopyWinLibs.cmake to Copy3rdPartyLibs.cmake.
-
- Oct 16, 2009
- Oct 15, 2009
- Oct 12, 2009
-
-
Adam Moss authored
-
Adam Moss authored
-
Adam Moss authored
* turn llnamevalue_tut into a llmessage unit test * turn llsdserialize_tut into a llcommon integration test * re-enable the (quite slow) llsdserialize test on win32 now that it doesn't have to run on every recompile * re-enable all llmessage unit tests on linux viewer builds
-
- Oct 08, 2009
- Sep 09, 2009
-
-
svn+ssh://svn.lindenlab.com/svn/linden/branches/server/server-1.30Christian Goetze authored
Propagate QAR-1814 to trunk.
-
- Sep 08, 2009
-
-
Bryan O'Sullivan authored
-
- Sep 03, 2009
-
-
Nat Goodspeed authored
The problem arose because we were setting LL_COMMON_BUILD in llcommon/CMakeLists.txt, not only for the library build itself but also for its LL_ADD_INTEGRATION_TEST tests. This told all the headers compiled into the INTEGRATION_TEST_lllazy executable that the executable was providing all the llcommon symbols, rather than importing them. The solution is to switch to the llcommon_EXPORTS symbol automagically defined by CMake when building the llcommon shared library itself.
-
- Sep 01, 2009
-
-
Nat Goodspeed authored
-
- Aug 31, 2009
-
-
Bryan O'Sullivan authored
-
- Aug 29, 2009
-
-
Steven Bennetts authored
Includes: * DEV-31909 VWR-13251: Revise lscript_library.cpp to allow localization of LSL editor hovertips * DEV-21938 llSHA1String does not appear where expected in the dropdown "Insert" menu in the LSL editor * Some cleanup to llerror so that it doesn't depend on llfixedbuffer * A few misc. server specific changes not related to the texture-pipeline changes (llapp, lloptioninterface)
-
- Aug 28, 2009
-
-
Nat Goodspeed authored
LL_ADD_INTEGRATION_TEST supports tests that may require linking against one or more Linden libraries, or that should be executed with a wrapper script. Use this to test lllazy.cpp, llsdmessage.cpp and llcapabilitylistener.cpp.
-
- 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.
-
- Aug 05, 2009
-
-
brad kittenbrink authored
Attemt at fixing "doubleton" problems across shared lib boundaries. Singletons now keep their SingletonInstaceData in a big global map in the llcommon module.
-
- Aug 04, 2009
-
-
Nat Goodspeed authored
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.
-
- Jul 31, 2009
-
-
Palmer Truelson authored
To be reviewed by Mani
-
- Jul 30, 2009
-
-
palmer@eniac54.lindenlab.com authored
Moves libllcommon.so to a staging dir for unit tests to work and gets rid of LL_COMMON_API in forward declarations
-
- Jul 23, 2009
-
-
Loren Shih authored
svn merge -r 128022:128028 svn+ssh://svn.lindenlab.com/svn/linden/branches/avatar-pipeline/server__merge__trunk-r127980 to svn+ssh://svn.lindenlab.com/svn/linden/trunk This is the server-side merge for inventory links, folder links&types, and landmark&callingcard permissions.
-
- Jul 15, 2009
-
-
brad kittenbrink authored
-
- Jul 10, 2009
-
- Jul 09, 2009
-
-
Mark Palange (Mani) authored
Brad already added the LLCOMMON_LINK_SHARED definition. I removed the broken one I added and set the other one to ON by default.
-
Palmer authored
-
Mark Palange (Mani) authored
Moveing around DLL copying to support building llcommon.dll and using llcommon.dll while running unit tests.
-
- Jun 30, 2009
-
-
brad kittenbrink authored
-
- Jun 26, 2009
-
-
brad authored
Moved LLAPRSockStream out of llcommon into eventhost module so I can reenable its tests in the new world order.
-