..
00-Common.cmake
remove linux linking stats from build process - I added them to help optimize linking time, but they're noisy and inaccurate in reality.
2010-02-04 11:40:33 +00:00
APR.cmake
follow-up to previous fix - don't link to librt twice.
2010-02-17 14:31:02 +00:00
Audio.cmake
Merge of QAR-1267 to trunk. This was a combo merge of QAR-1175 (maint-render-9) and QAR-1236 (dll-msvcrt-2)
2009-02-18 21:10:16 +00:00
BerkeleyDB.cmake
svn merge -r88066:88786 svn+ssh://svn.lindenlab.com/svn/linden/branches/cmake-9-merge
2008-06-02 21:14:31 +00:00
Boost.cmake
Fix Mac build with the renamed boost libs
2010-02-22 16:09:25 +00:00
BuildVersion.cmake
svn merge -r88066:88786 svn+ssh://svn.lindenlab.com/svn/linden/branches/cmake-9-merge
2008-06-02 21:14:31 +00:00
CARes.cmake
Remainder of CMake 2.6.0 compatibility fixes. CMake 2.4.7/2.4.8 or 2.6.0 can now be used for Mac builds.
2008-07-26 22:56:53 +00:00
CMakeCopyIfDifferent.cmake
Fixes the the copy-win-scripts related cmake files to make the copy_win_scripts target function properly.
2008-06-13 16:52:59 +00:00
CMakeLists.txt
Beginning work for DEV-41722 normalizing shared lib staging on all 3 platforms. Renamed CopyWinLibs.cmake to Copy3rdPartyLibs.cmake.
2009-10-26 16:08:43 -04:00
CSharpMacros.cmake
svn merge -r93014:93396 svn+ssh://svn.lindenlab.com/svn/linden/branches/mono-r93014-qar633 dataserver-is-deprecated
2008-07-31 12:15:15 +00:00
CURL.cmake
svn merge -r89258:89534 svn+ssh://svn/svn/linden/branches/install-dev-binaries/idb2-merge-buildme
2008-06-12 20:51:41 +00:00
Copy3rdPartyLibs.cmake
DEV-43896 solve render-pipeline linux mesh gzopen64 problem
2009-12-08 11:39:44 -08:00
CopyBackToSource.cmake
svn merge -r93014:93396 svn+ssh://svn.lindenlab.com/svn/linden/branches/mono-r93014-qar633 dataserver-is-deprecated
2008-07-31 12:15:15 +00:00
DBusGlib.cmake
QAR-849 merge maint-viewer-10-merge 96838-97237 -> release
2008-09-23 01:53:11 +00:00
DeploySharedLibs.cmake
Added calls to ll_deploy_sharedlibs_command
2009-11-05 08:52:07 -08:00
DirectX.cmake
Fix to develop.py to build on 64 bit windows.
2009-05-19 23:41:59 +00:00
DragDrop.cmake
dos2unix these files
2010-02-01 16:29:52 -08:00
ELFIO.cmake
QAR-767 Combined maint-render-7 and maint-viewer-9 merge
2008-08-12 17:29:50 +00:00
EXPAT.cmake
svn merge -r89258:89534 svn+ssh://svn/svn/linden/branches/install-dev-binaries/idb2-merge-buildme
2008-06-12 20:51:41 +00:00
ExamplePlugin.cmake
Adds an example plugin and corresponding changes to
2009-10-30 10:48:10 -07:00
Externals.cmake
Added hack for fetching eventlet in place of svn:externals.
2009-06-30 19:12:39 -04:00
FMOD.cmake
DEV-18513 - Don't fail if we have no debug FMOD libraries
2008-07-31 17:21:46 +00:00
FindAPR.cmake
svn merge -r88066:88786 svn+ssh://svn.lindenlab.com/svn/linden/branches/cmake-9-merge
2008-06-02 21:14:31 +00:00
FindBerkeleyDB.cmake
svn merge -r88066:88786 svn+ssh://svn.lindenlab.com/svn/linden/branches/cmake-9-merge
2008-06-02 21:14:31 +00:00
FindCARes.cmake
svn merge -r88066:88786 svn+ssh://svn.lindenlab.com/svn/linden/branches/cmake-9-merge
2008-06-02 21:14:31 +00:00
FindELFIO.cmake
svn merge -r88066:88786 svn+ssh://svn.lindenlab.com/svn/linden/branches/cmake-9-merge
2008-06-02 21:14:31 +00:00
FindGooglePerfTools.cmake
svn merge -r88066:88786 svn+ssh://svn.lindenlab.com/svn/linden/branches/cmake-9-merge
2008-06-02 21:14:31 +00:00
FindMT.cmake
QAR-1018 Lightweight Windows Setup App (windows-setup-3). svn merge -r102882:102883 svn+ssh://svn.lindenlab.com/svn/linden/branches/windows-setup/windows-setup-3-merge
2008-11-19 23:26:29 +00:00
FindMono.cmake
DEV-35399 - Making the server build llcommon.dll compatible.
2009-07-28 18:03:28 -07:00
FindMySQL.cmake
svn merge -r88066:88786 svn+ssh://svn.lindenlab.com/svn/linden/branches/cmake-9-merge
2008-06-02 21:14:31 +00:00
FindOpenJPEG.cmake
svn merge -r88066:88786 svn+ssh://svn.lindenlab.com/svn/linden/branches/cmake-9-merge
2008-06-02 21:14:31 +00:00
FindSCP.cmake
Fix for windows + develop.py: Use pscp on windows instead of scp.
2008-07-03 18:15:16 +00:00
FindSVN.cmake
Added hack for fetching eventlet in place of svn:externals.
2009-06-30 19:12:39 -04:00
FindXmlRpcEpi.cmake
svn merge -r88066:88786 svn+ssh://svn.lindenlab.com/svn/linden/branches/cmake-9-merge
2008-06-02 21:14:31 +00:00
FreeType.cmake
svn merge -r89258:89534 svn+ssh://svn/svn/linden/branches/install-dev-binaries/idb2-merge-buildme
2008-06-12 20:51:41 +00:00
GStreamer010Plugin.cmake
Hack librt inclusion into llcommon for all Linux builds. The dep is needed for llcommon, but it was being satisfied elsewhere for viewer builds and got to dodge the problem. This should quieten the server builds somewhat.
2010-02-17 14:29:56 +00:00
GetPrerequisites_2_8.cmake
Belated addition of GetPrerequisites_2_8.cmake
2009-11-05 16:00:47 -08:00
Glui.cmake
svn merge -r 129841:129910 svn+ssh://svn.lindenlab.com/svn/linden/branches/moss/pluginapi_05-merge@129910
2009-08-27 19:00:18 +00:00
Glut.cmake
svn merge -r 129841:129910 svn+ssh://svn.lindenlab.com/svn/linden/branches/moss/pluginapi_05-merge@129910
2009-08-27 19:00:18 +00:00
GoogleMock.cmake
QAR-1651
2009-07-14 16:52:40 +00:00
GooglePerfTools.cmake
Allow USE_GOOGLE_PERFTOOLS to be set to on. For memory manager
2009-11-18 11:59:09 -08:00
JPEG.cmake
Merge of QAR-1267 to trunk. This was a combo merge of QAR-1175 (maint-render-9) and QAR-1236 (dll-msvcrt-2)
2009-02-18 21:10:16 +00:00
LLAddBuildTest.cmake
Continuing work on DEV-41724/DEV-41725 normalizing shared lib staging.
2009-11-03 18:35:36 -05:00
LLAudio.cmake
DEV-43897 linux viewer2 corrupted vorbis problem
2009-12-08 08:56:13 +00:00
LLCharacter.cmake
Switch more libraries over to target_link_libraries
2008-08-29 22:16:44 +00:00
LLCommon.cmake
DEV-35399 - Making the server build llcommon.dll compatible.
2009-07-28 13:20:23 -07:00
LLCrashLogger.cmake
Switch more libraries over to target_link_libraries
2008-08-29 22:16:44 +00:00
LLDatabase.cmake
Switch more libraries over to target_link_libraries
2008-08-29 22:16:44 +00:00
LLImage.cmake
Switch llimage and llxml to target_link_libraries
2008-08-29 21:46:30 +00:00
LLImageJ2COJ.cmake
Switch more libraries over to target_link_libraries
2008-08-29 22:16:44 +00:00
LLInventory.cmake
Switch more libraries over to target_link_libraries
2008-08-29 22:16:44 +00:00
LLKDU.cmake
Fixing the build for PE.
2009-10-22 15:38:26 -07:00
LLLogin.cmake
svn merge -r113003:119136 svn+ssh://svn.lindenlab.com/svn/linden/branches/login-api/login-api-2 svn+ssh://svn.lindenlab.com/svn/linden/branches/login-api/login-api-3
2009-05-11 20:05:46 +00:00
LLMath.cmake
Switch more libraries over to target_link_libraries
2008-08-29 22:16:44 +00:00
LLMessage.cmake
Switch more libraries over to target_link_libraries
2008-08-29 22:16:44 +00:00
LLPlugin.cmake
svn merge -r 129841:129910 svn+ssh://svn.lindenlab.com/svn/linden/branches/moss/pluginapi_05-merge@129910
2009-08-27 19:00:18 +00:00
LLPrimitive.cmake
Switch more libraries over to target_link_libraries
2008-08-29 22:16:44 +00:00
LLRender.cmake
Merge of QAR-1267 to trunk. This was a combo merge of QAR-1175 (maint-render-9) and QAR-1236 (dll-msvcrt-2)
2009-02-18 21:10:16 +00:00
LLScene.cmake
Switch more libraries over to target_link_libraries
2008-08-29 22:16:44 +00:00
LLSharedLibs.cmake
Removed search_dirs and dst_path arguments from ll_deploy_sharedlibs_command()
2009-11-05 17:51:50 -08:00
LLTestCommand.cmake
QAR-1619: Finish replacing RunBuildTest.cmake with run_build_test.py.
2009-09-08 12:03:32 -04:00
LLUI.cmake
Switch more libraries over to target_link_libraries
2008-08-29 22:16:44 +00:00
LLVFS.cmake
Switch more libraries over to target_link_libraries
2008-08-29 22:16:44 +00:00
LLWindow.cmake
Merge a big bunch of fixes from maint-viewer. Hooray.
2009-10-14 10:40:56 +00:00
LLXML.cmake
Switch llimage and llxml to target_link_libraries
2008-08-29 21:46:30 +00:00
LLXUIXML.cmake
svn merge -r130238:130240 svn+ssh://svn.lindenlab.com/svn/linden/branches/linux-updater-6
2009-08-21 21:52:21 +00:00
LScript.cmake
svn merge -r93014:93396 svn+ssh://svn.lindenlab.com/svn/linden/branches/mono-r93014-qar633 dataserver-is-deprecated
2008-07-31 12:15:15 +00:00
Linking.cmake
Wrap-up work for DEV-41724/DEV-41725 - normalizing shared library staging on all 3 platforms.
2009-11-04 18:50:35 -05:00
MediaPluginBase.cmake
svn merge -r 129841:129910 svn+ssh://svn.lindenlab.com/svn/linden/branches/moss/pluginapi_05-merge@129910
2009-08-27 19:00:18 +00:00
MonoDeps.cmake
svn merge -r93014:93396 svn+ssh://svn.lindenlab.com/svn/linden/branches/mono-r93014-qar633 dataserver-is-deprecated
2008-07-31 12:15:15 +00:00
MonoEmbed.cmake
If we need Mono, but don't find it, then fail early
2008-07-31 17:45:03 +00:00
MySQL.cmake
svn merge -r118008:118374 svn+ssh://svn.lindenlab.com/svn/linden/branches/cg/viewer-etch-1
2009-04-30 06:52:38 +00:00
NDOF.cmake
svn merge -c102054
2008-11-12 20:28:24 +00:00
OPENAL.cmake
Revert one openal -> openal-soft replacement - reviewed by Moss
2008-12-22 18:59:09 +00:00
OpenGL.cmake
svn merge -r89258:89534 svn+ssh://svn/svn/linden/branches/install-dev-binaries/idb2-merge-buildme
2008-06-12 20:51:41 +00:00
OpenJPEG.cmake
svn merge -r89258:89534 svn+ssh://svn/svn/linden/branches/install-dev-binaries/idb2-merge-buildme
2008-06-12 20:51:41 +00:00
OpenSSL.cmake
svn merge -r89258:89534 svn+ssh://svn/svn/linden/branches/install-dev-binaries/idb2-merge-buildme
2008-06-12 20:51:41 +00:00
PNG.cmake
QAR-1476 Combo-merge to trunk: Viewer 1.23 RC0 and Simulator 1.26.3
2009-05-04 17:43:26 +00:00
PluginAPI.cmake
svn merge -r 129841:129910 svn+ssh://svn.lindenlab.com/svn/linden/branches/moss/pluginapi_05-merge@129910
2009-08-27 19:00:18 +00:00
Prebuilt.cmake
CMake updates:
2008-07-26 18:21:31 +00:00
Pth.cmake
svn merge -r113003:119136 svn+ssh://svn.lindenlab.com/svn/linden/branches/login-api/login-api-2 svn+ssh://svn.lindenlab.com/svn/linden/branches/login-api/login-api-3
2009-05-11 20:05:46 +00:00
PulseAudio.cmake
Do the necessary stuff to package pulseaudio's headers and make it (in theory, not yet in practice) optional.
2010-02-22 16:50:26 +00:00
Python.cmake
Merge a big bunch of fixes from maint-viewer. Hooray.
2009-10-14 10:40:56 +00:00
QuickTimePlugin.cmake
Fix for DEV-41797 - "LL_QUICKTIME_ENABLED is often unset on Windows builds"
2009-11-09 15:49:15 -08:00
TemplateCheck.cmake
EXT-3140 and build performance enhancements.
2009-12-15 14:19:33 -08:00
Tut.cmake
Clean up use of tut
2009-03-02 22:28:49 +00:00
UI.cmake
svn merge -r89258:89534 svn+ssh://svn/svn/linden/branches/install-dev-binaries/idb2-merge-buildme
2008-06-12 20:51:41 +00:00
UnixInstall.cmake
svn merge -r88066:88786 svn+ssh://svn.lindenlab.com/svn/linden/branches/cmake-9-merge
2008-06-02 21:14:31 +00:00
Variables.cmake
EXT-7004 : Select GCC 4.0 automatically as the compiler in Xcode with Cmake 2.8.1
2010-04-22 16:09:54 +01:00
ViewerMiscLibs.cmake
QAR-1177 maint-viewer-12 + uploadfees-viewer combo mergeme
2009-02-03 17:56:26 +00:00
WebKitLibPlugin.cmake
DEV-42322 webkit plugin fails to start on linux in mercurial repo
2009-11-06 17:57:15 +00:00
XmlRpcEpi.cmake
svn merge -r89258:89534 svn+ssh://svn/svn/linden/branches/install-dev-binaries/idb2-merge-buildme
2008-06-12 20:51:41 +00:00
ZLIB.cmake
QAR-1476 Combo-merge to trunk: Viewer 1.23 RC0 and Simulator 1.26.3
2009-05-04 17:43:26 +00:00
cmake_dummy.cpp
Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165
2009-01-08 00:05:06 +00:00
run_build_test.py
Uncomment the run_build_test.py args to debug problem with coverity builds
2009-11-25 16:59:11 -08:00