summaryrefslogtreecommitdiff
path: root/autobuild.xml
AgeCommit message (Collapse)Author
2014-10-27fix build of llphysicsextensions package for sublicensed tpvsOz Linden
2014-10-24update llphysicsextension with build fixesOz Linden
2014-10-23Automated merge with ↵Nat Goodspeed
http://bitbucket.org/callum_linden/viewer-tools-update-callum
2014-10-23Bring in new TUT library build. Clean up ensure_equals() overloads.Nat Goodspeed
The new TUT library build eliminates the ambiguity about ensure_equals(const char*, ...) versus ensure_equals(const std::string&, ...). Now it's all based on const std::string&. Remove pointless const char* overloads and ambiguous forwarding templates. With clang in Xcode 6, any new datatypes we intend to use with ensure_equals() must have operator<<(std::ostream&, datatype) declared BEFORE lltut.h #includes tut.hpp. Reorder code in certain test source files to guarantee that visibility.
2014-10-23Update to build on Xcode 6.0: point at new jpeglib package which moves lib ↵callum_linden
into lib/release vs lib
2014-10-22update glui package to repair unit testOz Linden
2014-10-21Update to build on Xcode 6.0: point to new version of KDU libs with correct ↵callum_linden
build configs that match viewer (and everything else)
2014-10-21update darwin glui package with initialization fixOz Linden
2014-10-21correct hash for darwin apr_suite packageOz Linden
2014-10-21fix version number generation for cmake 3.x and autobuild 1.0 compatibilityOz Linden
2014-10-21correct llphsyicsextension packagesOz Linden
2014-10-21merge changes for callum fixes and workaroundsOz Linden
2014-10-20Update to build on Xcode 6.0: remove unused variables from ↵callum_linden
llphysicsextensions project
2014-10-20Update to build on Xcode 6.0: Revert to non-hacked version of ↵callum_linden
llphysicsextensions package now we can link
2014-10-20upgrade llqtwebkit to include fix for MAINT-4586Oz Linden
2014-10-18Update to build on Xcode 6.0: point to temporary, hacked version of ↵callum_linden
llphysics_extensions that remove the unusd variables (and therefore warnings/errors) - see TODO list
2014-10-17point to hacker version of tut package now so I can keep going - see TO DO listcallum_linden
2014-10-17Update to build on Xcode 6.0: point to new version of tut package that ↵callum_linden
explicitly turns off unused function warnings vs. spreading the code throughout viewer
2014-10-16Point to new versions of third party library that match others and contain fixescallum_linden
2014-10-16Pushing out autobuild.xml to get a clean dependency diagramcallum_linden
2014-10-10update autobuild.xml to point to new versions of boost, googlemock and ↵callum_linden
colladadom
2014-10-09install a bunch of updated linux packagesOz Linden
2014-10-08merge with callums openjpeg changeOz Linden
2014-10-08update expat and xmlrpc-emi packages for linux to let it get past configureOz Linden
2014-10-08Updated autobuild.xml to point to new, autobuild-metadata aware build of ↵callum_linden
openjpeg
2014-10-08add manually hacked llqtwebkit packages (see README-HACK.md on the ↵Oz Linden
update-hack branch of that repo)
2014-10-07Updates to point to lots of new third party libs and some small tweaks to ↵callum_linden
take account of minor name changes
2014-10-01Update build file(s) to work with autobuild-metadata (1.3)callum_linden
2014-09-30Add references to third party packages for OSX that I've completed (most of ↵callum_linden
them)
2014-09-29upgrade packages for dbus_glib and libuuid to autobuild 1.0Oz Linden
2014-09-29upgraded llappearance_utility to autobuild 1.0 conventionsOz Linden
2014-09-29update gstreamer package to autobuild 1.0Oz Linden
2014-09-26add partially converted packages for gtk-atk-pango-glibOz Linden
2014-09-26update mac and linux packages for llphysicsextensionsOz Linden
2014-09-25use partially converted ogg_vorbis packageOz Linden
2014-09-23put in partially converted openal packageOz Linden
2014-09-23minimal hacks to autobuild.xml to allow configure to finishOz Linden
2014-09-23update autobuild config version and tut packageOz Linden
2014-07-08Merge. Refresh from viewer-release after 3.7.11 release.Monty Brandenberg
2014-06-16Merge. Refresh from viewer-release after 3.7.9 release.Monty Brandenberg
2014-06-16merge changes for 3.7.9-releaseOz Linden
2014-06-05All: 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-03All: 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-28Windows/Mac: Update llqtwebkit to 290262. Simple rebuild of library withMonty Brandenberg
package dependencies updated.
2014-05-28All: 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-22Merge. Pull in viewer-release after release of 3.7.8Monty Brandenberg
2014-05-19merge fix for merge with project interesting. New appearance utility source ↵Nyx Linden
and one quick doubly-declared typedef.
2014-05-13sunshine-external merge WIPBrad Payne (Vir Linden)
2014-05-07merge changes for 3.7.7-releaseOz Linden
2014-04-22MergeXiaohong Bao