Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-24 | DEV-19146 / Don't hard-code Windows paths. | Bryan O'Sullivan | |
2008-09-23 | QAR-849 merge maint-viewer-10-merge 96838-97237 -> release | Steven Bennetts | |
2008-09-05 | Fix dataserver build on OS X. | Bryan O'Sullivan | |
2008-09-02 | QAR-842 / Port Mac build borkage fix to release | Bryan O'Sullivan | |
2008-08-29 | Switch more libraries over to target_link_libraries | Bryan O'Sullivan | |
2008-08-29 | Switch llimage and llxml to target_link_libraries | Bryan O'Sullivan | |
2008-08-29 | Use target_link_libraries for llaudio | Bryan O'Sullivan | |
2008-08-29 | Use target_link_libraries for llcommon | Bryan O'Sullivan | |
2008-08-28 | merge viewer/viewer_1-21 94170-94770 -> release | Steven Bennetts | |
merge viewer/viewer_1-21-0 94830-95157 -> release Includes: QAR-786 Sandbox buildme for viewer + server Release Notes on the wiki! QAR-797 teleport failures (DEV-6198 / SVC-972) mergeme | |||
2008-08-18 | fix for DEV-18488 - remove optimization for RelWithDebInfo for Darwin ↵ | Paul Oppenheim | |
builds. Not reviewed, mailed to cmake@. Pretty minor, not destructive. Also removing test lldatabase_tut on mac for DEV-14371 until theres a sane way to do connection checking. I could be wrong on this one. | |||
2008-08-12 | QAR-767 Combined maint-render-7 and maint-viewer-9 merge | Steven Bennetts | |
merge release@93398 viewer-merge-1@94007 -> release dataserver-is-deprecated | |||
2008-08-08 | Added the latest directx sdk release (June 2008) to the list that cmake ↵ | Eric Tulla | |
searches for. -Reviewed by bos | |||
2008-07-31 | DEV-18513: Simplify use of Boost libraries on OS X. | Bryan O'Sullivan | |
Self-reviewed. | |||
2008-07-31 | If we need Mono, but don't find it, then fail early | Bryan O'Sullivan | |
Self-reviewed. | |||
2008-07-31 | DEV-18513 - Don't fail if we have no debug FMOD libraries | Bryan O'Sullivan | |
Reviewed by Poppy. | |||
2008-07-31 | svn merge -r93014:93396 ↵ | Dave Hiller | |
svn+ssh://svn.lindenlab.com/svn/linden/branches/mono-r93014-qar633 dataserver-is-deprecated | |||
2008-07-26 | Remainder of CMake 2.6.0 compatibility fixes. CMake 2.4.7/2.4.8 or 2.6.0 ↵ | Kyle McKay | |
can now be used for Mac builds. | |||
2008-07-26 | CMake updates: | Kyle McKay | |
1. Initial compatibility with CMake 2.6 (verified on Mac OS X, other platforms may need more work) 2. Ability to more easily debug problems fetching prebuilt libraries (./develop.py configure -DDEBUG_PREBUILT=1) 3. Compatibility with Mac OS X MacPorts/Fink installations by trying to find and use system python executable first | |||
2008-07-15 | Add code to support add_viewer_version_to_manager | Christian Goetze | |
2008-07-10 | Check the actual version of the compiler we're going to use to compile the ↵ | Kyle McKay | |
sources to determine which options need to be added rather than the version of some other compiler on the system. | |||
2008-07-07 | Add support for GRID:STRING in cmake | Christian Goetze | |
2008-07-03 | Including fontconfig in the viewer build. (Omitted before) | Jennifer Leech | |
Fix for DEV-17484: package-grabber omits fontconfig | |||
2008-07-03 | DEV-17460 updated the cmake SERVER variable init to work reliably | Mark Palange | |
2008-07-03 | Fix for windows + develop.py: Use pscp on windows instead of scp. | Jennifer Leech | |
This also requires a putty session to be created, same as we do for svn. | |||
2008-07-02 | Removing status msg: "Could not find scp or pscp executable" for case when ↵ | Jennifer Leech | |
scp not on system. Clutters output, and is not really necessary. | |||
2008-06-30 | Merging in file-move-merge ( QAR-649 ) | Eric Tulla | |
Result of "svn merge -r 90669:90786 $tulla/file-move-merge ." Be careful of future merges involving changes to any of these moved files as SVN usually does the wrong thing: newview/llglslshader.* -> llrender/llglslshader.*, llrender/llshadermgr.*, newview/llviewershadermgr.* (gets split into 3 separate files) newview/llpostprocess.* -> llrender/llpostprocess.* newview/llrendersphere.* -> llrender/llrendersphere.* newview/llcubemap.* -> llrender/llcubemap.* llwindow/llgl.* -> llrender/llgl.* llwindow/llglstates.h -> llrender/llglstates.h llwindow/llgltypes.h -> llrender/llgltypes.h llwindow/llglheaders.h -> llrender/llglheaders.h | |||
2008-06-27 | vivox is cleared for open source distribution | Jennifer Leech | |
removing conditional install reviewed by cg | |||
2008-06-26 | svn merge -r89701:90677 ↵ | Jennifer Leech | |
svn+ssh://svn/svn/linden/branches/install-dev-binaries/s3-build -> release | |||
2008-06-24 | Update to remove the warnings about WindowsDevLibsCopy.cmake from previous ↵ | Mark Palange | |
commit (DEV-16646) | |||
2008-06-24 | DEV-16646 second-life post build silently fails. Instead of post build, ↵ | Mark Palange | |
there's a new target - copy-win-libs. Removed python dependecy from the copy Reviewed by bos | |||
2008-06-21 | svn merge -r90150:90340 ↵ | Kyle Ambroff | |
svn+ssh://svn.lindenlab.com/svn/linden/branches/qar-699_combo-merge --> release QAR-699 - Combo merge for QAR-687, QAR-637, QAR-586 * QAR-687 - Test build with libs on S3 * QAR-637 Test dynamic sound throttle * QAR-586 Test new http features branch | |||
2008-06-17 | whoops - one line, nay, one *word* fix to my mac universal patch. Reviewed by cg | Paul Oppenheim | |
2008-06-16 | for "new lib install step is too slow!" problem mailed to cmake@. Reviewed ↵ | Paul Oppenheim | |
by bos and cg. | |||
2008-06-16 | "mac cmake build should not be universal by default" changes. Reviewed by bos. | Paul Oppenheim | |
2008-06-13 | Fixes the the copy-win-scripts related cmake files to make the ↵ | Mark Palange | |
copy_win_scripts target function properly. | |||
2008-06-12 | svn merge -r89258:89534 ↵ | Jennifer Leech | |
svn+ssh://svn/svn/linden/branches/install-dev-binaries/idb2-merge-buildme | |||
2008-06-11 | Added another search path for the DirectX SDK (the August 2007 version). At ↵ | James Cook | |
some point we should decide exactly what DirectX SDK versions we support, but today is not that day. And this is not the oldest version on the path list. | |||
2008-06-06 | QAR-650 - Viewer RC 9 merge -> release (post cmake) | Steven Bennetts | |
merge release@88802 Branch_1-20-Viewer-2-merge-1@89178 -> release | |||
2008-06-04 | Wave a dead chicken over the mac linker | Bryan O'Sullivan | |
2008-06-04 | Fix incorrectly named linker variable | Bryan O'Sullivan | |
2008-06-04 | Pick up our libraries on Darwin. | Bryan O'Sullivan | |
2008-06-02 | FIXED silly mistake. | Callum Prentice | |
Added another alternate, default location for DirectX SDK files. Reviewed by Mani | |||
2008-06-02 | Added another alternate, default location for DirectX SDK files. | Callum Prentice | |
Reviewed by Mani | |||
2008-06-02 | svn merge -r88066:88786 ↵ | Bryan O'Sullivan | |
svn+ssh://svn.lindenlab.com/svn/linden/branches/cmake-9-merge dataserver-is-deprecated for-fucks-sake-whats-with-these-commit-markers |