Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-19 | Force DEBUG_PREBUILT on in Prebuilt.cmake to debug failures on TC. | Nat Goodspeed | |
2014-12-17 | Update autobuild to point to new version of jsoncpp and change lib names to ↵ | callum_linden | |
match those in package | |||
2014-12-17 | Update autobuild to point to new (VS2013) Havok files and fix up name mismatch | callum_linden | |
2014-12-17 | Move the cmake package tracking files under the packages directory | Oz Linden | |
2014-12-17 | merge up to latest changes from callum and nat | Oz Linden | |
2014-12-17 | adjust cmake not to attempt loads of packages on the wrong platforms | Oz Linden | |
2014-12-17 | merge latest updates from nat and callum | Oz Linden | |
2014-12-17 | Produce error message, not traceback, when test program doesn't build. | Nat Goodspeed | |
A traceback from a Python script always makes people think there's a bug in your script. Even when a test program fails to build, CMake often (always?) tries to run it anyway, via our run_build_test.py script. For that case, produce a straightforward error message -- rather than an OSError traceback that doesn't even mention the program name! | |||
2014-12-15 | Add feature (enabled) to turn off media plugins | callum_linden | |
2014-12-15 | include quicktime package only on windows | Oz Linden | |
2014-12-15 | include libuuid and fontconfig only on linux | Oz Linden | |
2014-12-15 | don't include glext on Mac where it is not used | Oz Linden | |
2014-12-12 | Make JsonCpp.cmake reference Windows lib names we actually use. | Nat Goodspeed | |
2014-12-11 | Add /SAFESEH:NO /NODEFAULTLIB:LIBCMT to viewer linker switches. | Nat Goodspeed | |
zlib cannot be linked with SAFESEH, which is the VS 2013 default, so every consumer must set /SAFESEH:NO. /NODEFAULTLIB:LIBCMT seems to eliminate many duplicate-symbol link errors. | |||
2014-12-04 | Make havok_source package name agree with name from repo URL. | Nat Goodspeed | |
Until we get a havok-source package built with new metadata-bearing autobuild, the package name in autobuild.xml and CMake must agree with the tarball filename. | |||
2014-11-21 | automate keeping the About SL -> Licenses tab correct | Oz Linden | |
2014-11-14 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2014-10-21 | correct test construction macro target reference for integration tests | Oz Linden | |
2014-10-21 | Update to build on Xcode 6.0: remove final, unwanted warning | callum_linden | |
2014-10-20 | Update to build on Xcode 6.0: Remove concept of XCODE_VERSION from CMake ↵ | callum_linden | |
files - we standardize on Xcode 6 | |||
2014-10-20 | Update to build on Xcode 6.0: Large (and final) collection of fixes for ↵ | callum_linden | |
unused variables, unused const-variables, unused member variables & functions etc. Also removed flags from CMake | |||
2014-10-20 | Update to build on Xcode 6.0: WTH! how did this ever link? | callum_linden | |
2014-10-17 | Update to build on Xcode 6.0: turn BACK ON warnings as errors for overloaded ↵ | callum_linden | |
virtuals [-Woverloaded-virtual] and fix up first (of many) files | |||
2014-10-17 | Update to build on Xcode 6.0: turn OFF warnings as errors for overloaded ↵ | callum_linden | |
virtuals [-Wno-overloaded-virtual] | |||
2014-10-17 | Update to build on Xcode 6.0: change name of prebuilt binary to match new ↵ | callum_linden | |
format in autobuild.xml (subnname-subname vs subname_subname) | |||
2014-10-17 | Update to build on Xcode 6.0: first pass at CMake changes to get a build started | callum_linden | |
2014-10-13 | fixes for cmake warnings about policy changes. could not fully test these ↵ | JJ Linden | |
changes | |||
2014-10-10 | update autobuild.xml to point to new versions of boost, googlemock and ↵ | callum_linden | |
colladadom | |||
2014-10-07 | Updates to point to lots of new third party libs and some small tweaks to ↵ | callum_linden | |
take account of minor name changes | |||
2014-09-29 | upgrade packages for dbus_glib and libuuid to autobuild 1.0 | Oz Linden | |
2014-09-29 | remove chatty autobuild message | Oz Linden | |
2014-09-29 | correct prebuild name for llappearance_utility | Oz Linden | |
2014-09-29 | make cmake usage match new autobuild package name | Oz Linden | |
2014-09-26 | use the value established by autobuild itself when finding autobuild | Oz Linden | |
2014-09-25 | correct openal package name | Oz Linden | |
2014-09-23 | minimal hacks to autobuild.xml to allow configure to finish | Oz Linden | |
2014-08-11 | Doc cleanup. Unicode cruft, copy editing. | Monty Brandenberg | |
2014-07-08 | Merge. Refresh from viewer-release after 3.7.11 release. | Monty Brandenberg | |
2014-06-16 | Merge. Refresh from viewer-release after 3.7.9 release. | Monty Brandenberg | |
2014-06-16 | merge changes for 3.7.9-release | Oz Linden | |
2014-06-05 | All: Update openssl to 1.0.1h/290662, curl to 290664, llqtwebkit to 290663. | Monty Brandenberg | |
Linux: Include libQtXml and libQtSvg in manifest for libqsvg.so. More documentation thoughts for library package structure. | |||
2014-06-05 | Merge | Ricky Curtice | |
2014-06-03 | All: Committing to llqtwebkit2 and the future. Updating all libraries. | Monty Brandenberg | |
Updating SDL to 290561, c-ares to 290399, Boost to 290566, colladadom to 290576, curl to 290567, fontconfig to 290569, freetype to 290557, google-mock to 290574, libpng to 290558, libxml2 to 290562, llqtwebkit to 290578, openssl to 290560, PCRE to 290406, zlib to 290556. Document compiling and linking in new 00-COMPILE-LINK-RUN.txt in indra/cmake. It is the README for the building process based on things learned during this library project. Switch building process back to style used for new llqtwebkit2 repo. This builds shared libraries for Qt4 products on all platforms using current build machines and TC task templates. All platforms are building. All have comparable FPS rates. Builds are getting quieter. Forward, comrades! | |||
2014-05-28 | Win: Get running on Windows. Remove DOM_DYNAMIC, link with libxml2_a.lib. | Monty Brandenberg | |
Release and Debug builds working. Remove the DOM_DYNAMIC define so that we don't create declspec declarations to colladadom objects and pull in libxml2_a (_a for archive) to complete the link. Debug functional and would be moreso if not for all the CrtCheckMemory() calls. | |||
2014-05-28 | All: Update library SDL to 290309, c-ares to 290089, boost to 290191, | Monty Brandenberg | |
colladadom to 290229, curl to 290186, fontconfig to 290258, freetype to 290255, google-mock/gmock/gtest to 290199, libpng to 290081, libxml2 to 290157, llqtwebkit to 290262/250147 (to be fixed shortly), openssl to 290083, pcre to 290150, zlib to 290080. The freetype2 headers are now normalized to what they would normally be on a unix-type system. Libxml2 and pcre are available on all platforms. Libraries generally move in the direction of static archives rather than shared libraries (e.g. openssl). The llqtwebkit side is a step back from the more ambitious goal. What will be used (290262) will be a simple rebuild of the existing 4.7.1 library with updated package dependencies. The bigger work will be in the future. | |||
2014-05-22 | Merge. Pull in viewer-release after release of 3.7.8 | Monty Brandenberg | |
2014-05-19 | merge | Brad Payne (Vir Linden) | |
2014-05-13 | sunshine-external merge WIP | Brad Payne (Vir Linden) | |
2014-05-07 | Pull and merge viewer-release as version 3.7.8 | simon | |
2014-05-07 | merge changes for 3.7.7-release | Oz Linden | |