Commit Graph

1383 Commits (bd008a170898e69beeb8bc0481b4bfd94de86c55)

Author SHA1 Message Date
Nat Goodspeed 546ead3d61 DRTVWR-418: Update to llphysicsextensions 501678, 501679 2016-12-21 16:02:31 -05:00
Nat Goodspeed 7359ec3ed8 DRTVWR-418: Temporarily suppress Havok in darwin64 builds. 2016-12-20 16:46:06 -05:00
Nat Goodspeed 8643954c70 DRTVWR-418: Update GLOD with build that's really 64-bit on Mac. 2016-12-20 15:11:20 -05:00
Nat Goodspeed 553f9843b0 DRTVWR-418: Update to darwin64 llceflib with libc++, not libstdc++. 2016-12-19 23:00:34 -05:00
Oz Linden 17ca7fc38d merge latest integrations from callum 2016-12-16 09:09:48 -05:00
Nat Goodspeed aa5a591aa7 Automated merge with ssh://bitbucket.org/lindenlab/viewer64 2016-12-16 08:55:38 -05:00
Oz Linden 058ac4ba50 merge updates from nat 2016-12-16 08:18:08 -05:00
Callum Prentice c9f6905e60 Pull in an updated version of FMODEx with crash fixes (version 4.44.61 -> 4.44.64) 2016-12-15 16:24:50 -08:00
Nat Goodspeed 61fcda2c02 DRTVWR-418: Update to llceflib 501501 with darwin64 package 2016-12-15 09:12:22 -05:00
Nat Goodspeed 4ff2559458 DRTVWR-418: Update to breakpad 501475, first true 64-bit Mac build. 2016-12-12 20:02:11 -05:00
Nat Goodspeed b4902eb82a DRTVWR-418: Update to jsoncpp build 501464: actual darwin64 build 2016-12-12 15:14:03 -05:00
Oz Linden 274d549eab update llphysicsextensions build to fix environment setting problem in nested builds 2016-12-09 17:55:29 -05:00
Nat Goodspeed 8a3ea42a21 DRTVWR-418: Fix autobuild.xml AGAIN 2016-12-09 15:45:49 -05:00
Nat Goodspeed 76f841c0f7 DRTVWR-418: Update to llphysicsextensions_* 501415, 501416 2016-12-09 15:16:55 -05:00
Nat Goodspeed e6513c1eee DRTVWR-418: Change Mac build_directory to build-darwin-x86_64
since we no longer support 32-bit Mac builds.

The old build-darwin-i386 directory name appeared in a shocking number of
files. Change CMake paths to use ${CMAKE_BINARY_DIR} -- or, when trying to
find the packages subdirectory, ${AUTOBUILD_INSTALL_DIR}. Change the rest to
at least look for build-darwin-*.
2016-12-08 12:31:30 -05:00
Callum Prentice 2337134497 update autobuild substitutions with {var} form 2016-12-05 13:58:14 -08:00
Callum Prentice 011d07f1e3 Pull in 64 bit version of vlc-bin for 64 bit viewer builds 2016-12-05 12:22:36 -08:00
Nat Goodspeed 4ca084f7a0 DRTVWR-418: Another round (hopefully the last) of fixing $variables. 2016-12-05 10:49:47 -05:00
Callum Prentice cda19375cb Pull in the new Havok source package that pulls includes the new Havok Libs package with corrected Win64 libs that are properly built for VS2013 2016-12-02 16:52:24 -08:00
Callum Prentice 40dd1e637a Pull in fixed FMODEX package with 64 bit fmodex DLL correctly named (fmodex64.dll vs fmodex.dll) 2016-12-02 16:39:29 -08:00
Nat Goodspeed 55ce854a0c DRTVWR-418: Once again, undo inappropriate autobuild.xml expansions. 2016-11-30 16:18:01 -05:00
Nat Goodspeed f9d9294419 DRTVWR-418: Merge Callum's KDU update 2016-11-30 16:15:58 -05:00
Nat Goodspeed 7e8e86dc21 DRTVWR-418: Update to KDU build 501106. 2016-11-30 16:08:32 -05:00
Callum Prentice 7b2cf53f78 Pull in new version of KDU third party package that is build (correctly) as a static library vs. a stub library/DLL 2016-11-30 12:21:05 -08:00
Nat Goodspeed 5bea9b6985 DRTVWR-418: Update llceflib to build 501109. 2016-11-30 13:54:49 -05:00
Nat Goodspeed a2067761bb DRTVWR-418: Revert unintentional expansion of $vars in autobuild.xml. 2016-11-29 17:31:47 -05:00
Nat Goodspeed c5e6a960fb DRTVWR-418: Update to openjpeg build 501102 2016-11-29 16:43:57 -05:00
Nat Goodspeed 4d859d58bb DRTVWR-418: Rename darwin platform to darwin64.
We never intend to support 32-bit Mac builds any more.

This change eliminates the autobuild warning about not finding darwin64 and
therefore falling back on plain darwin.
2016-11-29 16:19:46 -05:00
Nat Goodspeed f9e0af1441 DRTVWR-418: Update to SDL build 501092. 2016-11-23 12:50:05 -05:00
Nat Goodspeed 3cffbd0330 DRTVWR-418: Update to llphysicsextensions_stub build 501069 2016-11-23 09:35:18 -05:00
Nat Goodspeed 1adf8756f3 DRTVWR-418: Use build-vc120-32 vs. build-vc120-64 on Windows. 2016-11-22 11:02:14 -05:00
Nat Goodspeed 2c8ad717fd DRTVWR-418: Update viewer to openssl 501051, curl 501064 2016-11-22 08:32:56 -05:00
Nat Goodspeed 5eda71f98d DRTVWR-418: Remove obsolete quotes from autobuild.xml.
With the new autobuild command infrastructure, the quotes that used to be
necessary for correct command-line parsing are now actually undesirable: they
are passed literally to the command in question, causing (e.g.) cmake to
complain that although it knows of a generator called Xcode, there's no
generator called 'Xcode'.
2016-11-16 15:47:21 -05:00
Nat Goodspeed 934b94e74a DRTVWR-418: pull in new viewer-release via viewer64 2016-11-16 10:56:05 -05:00
Oz Linden fd2ccb1606 merge changes for 4.1.2-release 2016-11-16 09:52:59 -05:00
Nat Goodspeed af349febb3 Automated merge with ssh://bitbucket.org/lindenlab/viewer-release 2016-11-16 09:17:44 -05:00
Nat Goodspeed 6c7a972861 DRTVWR-418: Fold windows64 into windows platform with new autobuild.
autobuild 1.1 now supports expanding $variables within a config file --
support that was explicitly added to address this very problem. So now the
windows platform in autobuild.xml uses $AUTOBUILD_ADDRSIZE,
$AUTOBUILD_WIN_VSPLATFORM and $AUTOBUILD_WIN_CMAKE_GEN, which should handle
most of the deltas between the windows platform and windows64.

This permits removing the windows64 platform definition from autobuild.xml.

The one remaining delta between the windows64 and windows platform definitions
was -DLL_64BIT_BUILD=TRUE. But we can handle that instead by checking
ADDRESS_SIZE. Change all existing references to WORD_SIZE to ADDRESS_SIZE
instead, and set ADDRESS_SIZE to $AUTOBUILD_ADDRSIZE. Change the one existing
LL_64BIT_BUILD reference to test (ADDRESS_SIZE EQUAL 64) instead.
2016-11-15 15:53:24 -05:00
Nat Goodspeed 222d5621fd DRTVWR-418: Use separate XML string elements for command arguments.
autobuild now passes a vector of arguments to the commands it executes,
instead of smashing everything together into a single string only to have
cmd.exe parse it back into individual arguments again. In general, this is a
good thing and more robust than before.

However, it surfaces the fact that sometimes people were lazy and encoded
things like "-configuration Release" or "-j 12" as single <string> elements in
the XML. When such things are handed to the command as a single argument string
containing a space, it can get confused.

Code (e.g.) <string>-configuration</string><string>Release</string> instead.
2016-11-08 22:22:39 -08:00
Nat Goodspeed bdd9777505 DRTVWR-418: Update to KDU build 500948. 2016-11-04 09:50:23 -04:00
Nat Goodspeed 0413e40d82 DRTVWR-418: Update KDU and llimagej2ckdu* with certain clang fixes. 2016-11-03 20:48:41 -04:00
Nat Goodspeed 6cc4a8dcd2 Automated merge with ssh://bitbucket.org/lindenlab/viewer-release 2016-11-03 09:31:15 -04:00
Glenn Glazer d320d35017 SL-321: upgrade VMP package 503733 2017-03-24 13:32:57 -07:00
Glenn Glazer 59a4eacb42 SL-321: upgrade to VMP package 503622 2017-03-22 12:13:36 -07:00
Glenn Glazer 43f5297dfa update VMP package 503633 2017-03-21 14:48:45 -07:00
Glenn Glazer f9a7960d18 update VMP package 503604 2017-03-21 07:43:36 -07:00
Glenn Glazer 0f245dea04 pull from V64 gate 2017-03-21 07:10:11 -07:00
coyot@coyot-sager-PC 664e4b4466 merge 2017-03-16 22:54:27 +01:00
coyot@coyot-sager-PC fc56311ebf pull from viewer64 gate 2017-03-16 22:21:49 +01:00
Glenn Glazer ed5fda3271 SL-321: add new VMP package 50513 2017-03-15 18:49:24 -07:00
Glenn Glazer 455412c395 SL-321: add new VMP package 503461 2017-03-15 09:41:13 -07:00
Glenn Glazer ca9935f130 SL-321: add new VMP package 503417 2017-03-14 20:49:33 -07:00
Glenn Glazer 96790c8056 SL-321: add new VMP package 503410 2017-03-14 17:40:23 -07:00
Glenn Glazer 07ef9137c8 SL-321: add new VMP package 2017-03-14 15:36:20 -07:00
Glenn Glazer 3052fa4241 SL-361: update VMP package 2017-03-13 23:26:15 -07:00
Glenn Glazer faa36236ed SL-361: update VMP package 2017-03-13 20:23:31 -07:00
Glenn Glazer 8cbaaa364f SL-321: add new VMP package, fix llbase path 2017-03-10 09:23:35 -08:00
Glenn Glazer 9c5332b301 SL-321: reintegration of autobuild as package, build changes for mac integration 2017-03-06 14:43:57 -08:00
coyot@coyot-sager-PC 3a3da6e4a7 merge 2017-02-28 22:56:30 +00:00
pavelkproductengine 07e78807a8 MAINT-6810 win10, 4k monitor and UI scale of 2.0 makes most web content too small to read 2016-10-27 19:48:59 +03:00
Oz Linden 8baf88a073 remove newline from llca copyright; it messes up the build 2016-10-20 11:03:10 -04:00
Oz Linden d81a62d0b0 remove linux version of llca; use common version 2016-10-19 18:30:57 -04:00
Oz Linden 768e817141 add CA source data acknowledgement to licenses 2016-10-19 17:14:18 -04:00
Oz Linden 9c2db7724a update CA bundle 2016-10-19 13:08:13 -04:00
Oz Linden be7cc9044c upgrade slvoice to 4.7.0004 2016-10-19 12:06:22 -04:00
Oz Linden 8e30a2f06d merge changes for 4.1.1-release 2016-10-18 15:38:33 -04:00
AndreyL ProductEngine 4617e07b37 Merged in lindenlab/viewer-release 2016-10-10 23:26:58 +03:00
Callum Prentice 4a95c4b36c Restore version of CEF that has the correct Y flipping enabled - (2526/chrome47 version - soon to be replaced with 2704/chrome 51) 2016-09-07 16:13:09 -07:00
Nat Goodspeed 1bbc523b04 MAINT-5011: Revert to googlemock built on squeeze 2016-08-31 17:22:04 -04:00
Nat Goodspeed 3d0383fd14 Backed out changeset 8c0e52a212bb - revert to googlemock 297460 2016-08-31 17:21:53 -04:00
Nat Goodspeed ae214e382b MAINT-5011: Revert to llceflib built on squeeze 2016-08-31 17:21:00 -04:00
Nat Goodspeed 6076f69591 Backed out changeset 538a5b77f08e - revert to llceflib 311349 2016-08-31 17:20:45 -04:00
Nat Goodspeed 9a0acaef36 MAINT-5011: Revert to colladadom built on squeeze 2016-08-31 17:19:45 -04:00
Nat Goodspeed b32ae58e4c Backed out changeset c494a6e0b619 - revert to colladadom 297450 2016-08-31 17:19:31 -04:00
Nat Goodspeed d24f7ed33d MAINT-5011: Revert to boost built on squeeze 2016-08-31 17:18:41 -04:00
Nat Goodspeed 3ce48210ff Backed out changeset 4cf5551a22a6 - revert to boost 297445 2016-08-31 17:17:48 -04:00
Nat Goodspeed 6b24122857 Automated merge with ssh://bitbucket.org/lindenlab/viewer-vlc 2016-08-29 17:06:12 -04:00
Nat Goodspeed 1d2360ef7c Update to googlemock build 319024 2016-08-25 13:53:51 -04:00
Nat Goodspeed 12379fc8d3 Update to llceflib build 319030 2016-08-25 13:51:45 -04:00
Nat Goodspeed 91501eaa93 Update to colladadom build 319021 2016-08-25 13:44:14 -04:00
Nat Goodspeed 2f85899bfd Update to boost build 318979 2016-08-25 12:02:02 -04:00
Nat Goodspeed b240c494c4 Re-delete VSTool.exe invocations from autobuild.xml.
The CMake invocations are controlled by UNATTENDED -- these were not. Let
CMake do it if it must be done.
2016-08-16 11:03:03 -04:00
Nat Goodspeed 454da876dc Backed out changeset e187a6b45ce6: restored VSTool et al. 2016-08-15 17:12:37 -04:00
Nat Goodspeed b25ee9095d Remove VSTool, its build info and all invocations.
VSTool manipulates the SecondLife.sln solution file for the convenience of a
developer subsequently running Visual Studio interactively. But the cost of
having it sometimes break TeamCity automated builds is too high -- especially
since we never expect to run Visual Studio interactively on a TC build host.

Also remove the CMake UNATTENDED variable that controlled it.
2016-08-15 14:13:56 -04:00
Glenn Glazer f44829f2ae SL-321: basic launcher/updater integration test fixes 2016-07-27 15:44:56 -07:00
Oz Linden 4d50399370 correct hash values for slvoice packages 2016-07-27 14:52:36 -04:00
Oz Linden a42f22ac58 change certificate authority bundle to use common platform 2016-07-26 14:05:19 -04:00
Oz Linden a72594cf81 update to 4.7.0004 from Vivox 2016-07-21 17:14:55 -04:00
Oz Linden 4bf583aaa2 SL-429: Use a new certificate authority bundle based on data from Mozilla 2016-07-21 17:14:07 -04:00
Callum Linden db76562aa7 Missed updated version of LLCEFLib with flipped mouse Y input - perils of using local files 2016-07-21 13:41:42 -07:00
Glenn Glazer 4428ee77c2 SL-323: make changes to include llbase as an autobuild pkg, undelete files that will be deleted with MAINT-6585 and no need to copy local files in viewer-manifest. 2016-07-21 10:18:58 -07:00
Callum Linden 8a25489591 MAINT-6578 Broken texture batching - fixed along with misc LibVLC plugin additions (status, titles, looping) 2016-07-20 19:54:54 -07:00
Callum Linden 0870ee4d74 MAINT-6578: pick up version of LLCEFLib that has output Y flipped to match updated viewer setting 2016-07-19 12:33:28 -07:00
Nat Goodspeed 6d10327308 DRTVWR-418: Update to llceflib build 317829 2016-07-18 16:10:01 -04:00
Nat Goodspeed 761f5e2184 DRTVWR-418: Update to googlemock build 317828 2016-07-18 15:55:55 -04:00
Nat Goodspeed 60ee4eaa52 DRTVWR-418: Update to colladadom build 317826 2016-07-18 15:51:11 -04:00
Nat Goodspeed 905c470f7f DRTVWR-418: Update to boost build 317807 2016-07-18 15:06:10 -04:00
callum_linden 247c99f678 Automated merge with tip of viewer-release 2016-07-07 09:16:51 -07:00
Nat Goodspeed d8d268e4eb DRTVWR-418: Update to llphysicsextensions_stub build 314246 2016-07-01 17:01:56 -04:00
Nat Goodspeed 879a5afd46 DRTVWR-418: Update to llphysicsextensions_source build 314244 2016-07-01 17:01:03 -04:00
Nat Goodspeed 406c6107ac DRTVWR-418: Update to libuuid build 314269 2016-07-01 16:56:36 -04:00
Nat Goodspeed 32f7ddbf53 DRTVWR-418: Update to gstreamer build 314267 2016-07-01 16:53:09 -04:00
Nat Goodspeed 638da5e632 DRTVWR-418: Update to fontconfig build 314281 2016-07-01 16:51:02 -04:00
Nat Goodspeed 1e2d4ac5a6 DRTVWR-418: Update to dbus-glib build 314266 2016-07-01 16:49:32 -04:00
Nat Goodspeed 41b6edf040 DRTVWR-418: Update to boost build 316951 2016-07-01 16:47:34 -04:00
Nat Goodspeed 8854f5ca29 Automated merge with ssh://bitbucket.org/nat_linden/viewer-mac-mainloop 2016-07-01 14:11:45 -04:00
Nat Goodspeed 1a3fa64ecc DRTVWR-418: Update to llappearance_utility fixed for LLApp::frame() 2016-07-01 12:14:08 -04:00
Nat Goodspeed 8fe3a06c1d DRTVWR-418: Update to colladadom, googlemock, llceflib with boost build 316951 2016-06-27 10:05:31 -04:00
Oz Linden 3b348c52c4 update llceflib for MAINT-6488 2016-06-06 14:22:59 -04:00
Nicky 76947b8fdc Linux: Official 3P URL for vlc-bin. 2016-06-02 11:33:37 +02:00
callum_linden 05fcb7c812 Automated merge with tip of viewer-release 2016-05-23 16:50:56 -07:00
callum_linden 50f311fa75 Pull in vlclib binary autobuild package 2016-05-13 14:46:01 -07:00
callum_linden f0e9566b90 pull in unflipped version of LLCEFLib 2016-05-13 13:09:12 -07:00
callum_linden 94a8c11389 Merge with https://bitbucket.org/oz_linden/maint-5974 to pick up a variety of fixes 2016-05-06 13:41:46 -07:00
Oz Linden c938e16506 various changes required to compile on new clang 2016-05-05 13:53:07 -04:00
Nat Goodspeed b9fa7e7aeb Automated merge with ssh://bitbucket.org/lindenlab/viewer64 2016-04-25 22:57:29 -04:00
Nat Goodspeed 979417fbd5 DRTVWR-418: Fix MD5 hashes for KDU 314311 packages. 2016-04-25 22:48:51 -04:00
callum_linden 6b9ceb561c DRTVWR-418 Remove references to gtk-atk-pango-glib from Windows build since it's not used there 2016-04-22 14:34:42 -07:00
callum_linden 741ab668c4 DRTVWR-418 Update the version of cef-bin via llceflib that we consume (no code changes, just updating to latest after changes to documentation/private status) 2016-04-22 13:45:27 -07:00
Nicky f611c05355 Add windows64 config.
(transplanted from 96ec064688376d0f4bfbabcfe8d478227403b630)
2016-04-22 12:57:11 +02:00
callum_linden aa407cb925 DRTVWR-418 pull in fixed (all headers) version of NVAPI 2016-04-21 18:42:44 -07:00
callum_linden 28eaac8264 DRTVWR-418 downgrade NVAPI package - very newest version was incompatible with viewer code 2016-04-21 16:22:24 -07:00
callum_linden b9c1a720d5 DRTVWR-418 remove references to unused FreeGlut and GLUI packages 2016-04-21 11:53:10 -07:00
callum_linden 219786b223 DRTVWR-418 remove references to unused Google Perf Tools package 2016-04-21 11:52:24 -07:00
callum_linden 162094e228 DRTVWR-418 add references to new third party packages 2016-04-21 11:47:20 -07:00
Oz Linden 56ca483905 correct llphysicsextensions package for windows 2016-04-21 12:56:23 -04:00
Oz Linden aca2085e0e upgrade llphysicsextenstions to work around a new clang recursion check 2016-04-05 13:50:16 -04:00
rider fdba6253fb Update to a CURL lib with the correct Mac flags set. 2016-03-21 15:43:47 -07:00
Rider Linden b8c1976460 Merge 2016-03-17 13:14:21 -07:00
Rider Linden d51a5a615a Merge 2016-03-07 10:24:39 -08:00
Oz Linden 0c94c3bbf0 MAINT-5360: restore builds for the EDU package 2016-02-26 10:04:47 -05:00
Rider Linden bfabb7bd2b MAINT-6137: Re enable pipelining by default, use new version of CURL (7.47) with corrections for timed out connections in pipelining. Minor fix for safer op retrieval. 2016-02-19 11:19:50 -08:00
callum_linden ff4394fbe1 MAINT-6107 - additional 'fix' for OS X that removes the original solutiion for black screens in web floaters - not compatible with older version of CEF we use on OS X 2016-02-22 12:03:35 -08:00
callum_linden adfc7f4d48 Pick up LLCEFLib containing (hopeful) fix for BUG-11265 2016-02-02 16:18:30 -08:00
Rider Linden de81e34dc6 Merge 2016-01-21 16:12:01 -08:00
callum_linden 0f265ebf72 Backed out changeset 672bd34768c6 2016-01-20 17:15:02 -08:00
callum_linden 73c0b004d1 Backed out changeset 2e77fb7b61b6 2016-01-20 17:13:12 -08:00
callum_linden 65ab91ff46 MAINT-6004 (Fix) Add non blocking file upload picker support 2016-01-20 17:11:50 -08:00
Rider Linden e7eaa94dfa Merge VR 2016-01-15 13:36:38 -08:00
callum_linden f37fb8abe1 Pull in updated LLCEFLib with settings option to turn off WebRTC media and modify the setting in viewer code - nuclear fix for MAINT-6060 2016-01-14 17:23:51 -08:00
Rider Linden 909e409743 Merge 2015-12-18 14:10:02 -08:00
Rider Linden 6dd80980cf Merge 2015-12-18 10:16:26 -08:00
callum_linden 3bf8929d93 MAINT-5966 - file download failures need feedback 2015-12-15 15:24:41 -08:00
callum_linden 6582c0238b Pull in new LLCEFLib with updated version number 2015-12-14 11:37:41 -08:00
callum_linden 46d1112163 pick up new version of LLCEFLib with fixes for BUG-10880 2015-12-11 12:21:31 -08:00
callum_linden d795dfa6ec Pull in new LLCEFLib with @rider's fixes for ENTER and Japanese text entry 2015-12-04 08:52:05 -08:00
callum_linden 43b7928c68 Point to fix in LLCEFLib for MAINT-5911 Pressing return (or enter) no longer performs a search 2015-12-01 15:42:01 -08:00
Rider Linden 8f147c1551 Fix the MD5 for CEF lib in autobuild 2015-12-01 12:56:39 -08:00
callum_linden 76821ac8c8 Point to new LLCEFLib built against autobuild install version of boost - no functional changes 2015-11-30 17:14:15 -08:00
Rider Linden 5d897443a9 Merge from Vivox Repo 2015-11-23 13:04:01 -08:00
Callum Prentice cc0faa3424 Refrain from sending right mouse button events - crashes OS X - and we don't need them 2015-11-23 12:01:32 -08:00
callum_linden 94ea5dce50 pull in llceflib changes for user agent, flash plugins and pdf 2015-11-20 17:34:46 -08:00
callum_linden f2a6e0f89c Fix javascript_enabled && plugins_enabled (wrong media class) and pull in new LLCEFLib 2015-11-19 16:39:40 -08:00
callum_linden 32691c4416 initial support for dropdown menus/select widgits 2015-11-18 18:17:50 -08:00
callum_linden 311b376ab5 Update SetCookie code for new LLCEFLib API and add support for shoing/hising developer console (Inspector) 2015-11-16 16:09:40 -08:00
callum_linden 2091813119 Pull in new LLCEFLib with improved OS X keyboard handling 2015-11-13 09:34:22 -08:00
callum_linden 9efd3c6133 Bump LLCEFLib version number and pull in 3P package in preparation for RC 2015-11-12 22:04:45 +00:00
Callum Prentice 9cc97a096f pull in new LLCEFLib code with fix for OS X keyboard 2015-11-09 13:48:01 -08:00
callum_linden 8b8331feab Pull in LLCEFLib with working OS X cookies and tweak keyboard code to build - needs some love to work... 2015-11-06 16:55:30 -08:00
Callum Prentice 7d8909a670 Pull in LLCEFLib changes for OS X cookies (partial) and local web storage quotas 2015-10-22 18:28:57 -07:00
callum_linden 2a899b49dd MAINT-5711 FIX profiles and marketplace are asking for a login each session 2015-10-19 18:43:48 -07:00
callum_linden 0725bd2d5e Point to new version of LLCEFLib that doesn't crash on OS X 2015-10-07 14:45:11 -07:00
callum_linden d68721d253 Point to latest LLCEFLib package ready for PV 2015-10-02 12:06:45 -07:00
callum_linden 8edc0a1c7b Pick up latest LLCEFLib 2015-10-01 16:56:25 -07:00
Callum Prentice 1b99c2754c Revert to old, fat but working Havok libraries for all platforms 2015-10-01 15:51:34 -07:00
callum_linden b10c48efff Add in LLCEFLib with onCursorChange code to viewer 2015-09-30 16:13:55 -07:00
callum_linden 03047c9013 Pull in Aura Linden's new Diet Havok libraries 2015-09-29 18:30:31 -07:00
callum_linden 781bd116b8 Point to new LLCefLib with cursor change code 2015-09-29 18:16:04 -07:00
callum_linden 3e20770f35 Point to new third party llcef package and fix typo in interface 2015-09-26 18:53:17 -07:00
Rider Linden 2d2c90157d Remove ares dependency from build. 2015-09-23 15:48:06 -07:00
callum_linden 044bfaf2b0 Pick up tiny change in version string formatting from library: 2015-09-22 02:43:23 +01:00
callum_linden 8984132a8a Point to new version of LLCEFLib that is built from CEF rev 2454 (Chrome 45) 2015-09-21 15:37:09 -07:00
Callum Prentice 21f9800b40 Pull in new LLCefLib with improved OS X keyboard code 2015-09-17 10:10:01 -07:00
callum_linden 43b98fba8b fix for LLCEFLib on OSX - not liking direct initialization of std::vector 2015-09-10 16:36:22 -07:00
callum_linden 52e56af35e Pull in LLCefLib with inverted output switched on and change viewer to uninvert things 2015-09-10 15:11:28 -07:00
callum_linden 83f26facbf point to new version of llceflib with fixed support for secondlife:// URLs 2015-09-03 19:59:57 -07:00
callum_linden 236b3b9f84 support for external links and location_changed messages 2015-09-03 18:16:46 -07:00
callum_linden 33da4d9d5d Add support for copy/cut/paste into and out of browser
(Note - feature in LLQtWebKit (canPaste, canCut etc.) not present so right click menu always enables options
2015-09-02 17:31:40 -07:00
callum_linden 7505501aea get update llceflib with cookie/cache code and implement cache/cookie folders in viewer 2015-09-01 17:43:30 -07:00
Rider Linden 5d6cc07a65 Update the appearance-utility archive with corrected libraries. 2015-08-19 14:33:38 -07:00
callum_linden 4ae4e3ffc0 Push out latest versions of LLCEFLib for conference 2015-07-31 16:19:18 -07:00
callum_linden a75a4e2a4f Bring in lastest version of LLCEFLIb & set user agent string before browser instance created 2015-07-27 16:09:04 -07:00
callum_linden 7cc5db9fdb Include support for http auth. also improve mouse handling with drag select 2015-07-24 23:54:09 +01:00
callum_linden a016f92b29 Point to new build of llceflib with better exit handling 2015-07-20 23:48:26 +01:00
callum_linden ae54b68893 point to new versions of llceflib 2015-07-20 18:23:21 +01:00
callum_linden 8e3acf461e Changes to implement enable/disable cookies, javascript, plugins 2015-07-17 16:14:42 -07:00
callum_linden 0d6d281cb3 Point to LLCEFLib with updated 2357 version and support for setting language for embedded browser 2015-07-16 16:11:19 -07:00
callum_linden af54cd28db point to new versions of LLCEFLib with improved keyboard for OS X 2015-07-16 17:25:20 +01:00
callum_linden 83a9ae7b3c New keyboard code for windows that uses system messages directly and works ok. Points to new LLCEFLib 2015-07-15 02:27:33 +01:00
callum_linden a5f1226f24 rebuild llceflib for windows - no changes in functionality 2015-07-13 23:54:30 +01:00
Nat Goodspeed a75b7a1c4a MAINT-5351: Use new glh-linear package without 'equivalent' macro.
The presence of a macro named 'equivalent' was breaking the compilation of any
source file that #included both glh_linear.h and Boost System.
2015-07-12 14:36:38 -04:00
callum_linden ca49ad736a Initial support for keyboard (in progress) but includes many viewer changes to plumb in Key Up events 2015-07-10 01:01:07 +01:00
callum_linden adb0706aa0 plugin and llceflib code for improved mouse support 2015-07-02 23:56:19 +01:00
callum_linden f7908a5029 Point to new version of LLCefLib with support for second life URLs, version string, navigation commands 2015-06-30 00:07:58 +01:00
callum_linden 3aed694ad9 Replace hand-rolled LLCefLib (Windows) package with one generated by third party scripts 2015-06-22 17:00:23 -07:00
Callum Prentice 559f71bf90 Update version of LLCefLib we use - no functional changesin LLCefLib - just improved build script for its third party library 2015-06-17 15:47:32 -07:00
Callum Prentice 5c4d04359d Point to *FIRST* Team City & autobuild generated version of LLCefLib for OSX 2015-06-17 12:32:09 -07:00
callum_linden 34d2c90299 Point to new llceflib created via xcodebuild scripts 2015-06-16 14:30:48 -07:00
Callum Prentice fa5f62bf9f Point to fixed (no companion files) LLCefLib package 2015-06-15 14:19:40 -07:00
Bjoseph Wombat ee05fe0e5f updates for new slvoice packages 2015-06-11 14:20:43 -04:00
callum_linden aebc5a49ee point autobuild.xml at new OS X (hand rolled) package that I am using for testing OS X CEF 2015-06-10 18:31:42 -07:00
callum_linden 80aa29eaec Merge with Viewer Release (after Viewer Release updated with Viewer Tools Update) 2015-05-18 12:00:36 -07:00
Rider Linden 35faf10ac6 MAINT-5169 Update CURL library versions. 2015-05-08 11:51:27 -07:00
callum_linden efffc4b074 add support for keyboard (rudimentary & broken), mouse wheel and open links in same page 2015-03-28 01:49:20 +01:00
callum_linden 834a94caec point to new cef tpl with right headers, update cmaake and viewer_manifest logic to copy files to right place 2015-03-26 04:35:13 +01:00
callum_linden 0fe901d67e Point to initial pass at a CEF package in autobuild and make sure autobuild configure picks it up 2015-03-25 15:42:35 -07:00
callum_linden ab9e830306 Refer to new QuickTime third party package with fixes for VS2013 & re-add QuickTime media plugin 2015-03-24 00:42:42 +01:00
Nat Goodspeed 19e6455d83 Remove viewer build dependency on Incredibuild.
Specifically, change the 'BuildConsole' command to 'devenv', and fix
command-line arguments appropriately.
2015-02-27 14:12:06 -05:00
Oz Linden d4a2e9fd9a update uriparser package 2015-02-26 14:00:11 -05:00
Oz Linden 905431cf60 merge changes for 3.7.25-release 2015-02-24 15:48:28 -05:00
Nat Goodspeed ad7e7fc342 Update to llphysicsextensions packages with trial fix for gcc 4.7. 2015-01-21 20:08:49 -05:00
Nat Goodspeed 0c463802a6 Make Linux viewer build consume slplugins package, and copy its files
into eventual viewer package -- instead of finding them in the viewer build
tree. Also update Windows to current slplugins package build.
2015-01-21 13:51:49 -05:00
Aura Linden fd47842435 Updated SLVoice references. 2015-01-20 21:11:27 -08:00
Nat Goodspeed 1978d01caa Update to llphysicsextensions builds fixed for 'release' on Linux. 2015-01-16 16:12:10 -05:00
callum_linden a85643bf23 Pull in updated Google Breakpad package with /Zcwchar_t- cpp flags set to match viewer 2015-01-15 23:27:19 +00:00
Oz Linden 5000a7d611 merge changes for fixes from nat and aura 2015-01-14 17:59:10 -05:00
Nat Goodspeed c4d81df594 Update to llphysicsextensions with fix for platform .MAP pathnames. 2015-01-14 17:08:58 -05:00
Nat Goodspeed ac541ec0c8 Update to llphysicsextensions with platform-specific MAP pathnames. 2015-01-14 15:58:04 -05:00
Nat Goodspeed baf2153eff Integrate Callum's Mac slplugins package 2015-01-14 11:52:56 -08:00
Oz Linden 96f9fb5472 remove support for Debug builds 2015-01-14 13:37:19 -05:00
Aura Linden 253d487826 Updated breakpad repos again. Thanks Windows. 2015-01-13 13:23:14 -08:00
Aura Linden 579dbbf0a5 Updated google breakpad package. 2015-01-13 11:53:12 -08:00
Aura Linden bbb712d200 Merged autobuild. 2015-01-12 12:29:33 -08:00
Aura Linden bfc1693f2d Latest google-breakpad repo to fix Mac Yosemite issues. 2015-01-12 12:28:34 -08:00
Oz Linden ccd10beb6f merge changes for latest fixes from nat and callum 2015-01-12 15:24:24 -05:00
Nat Goodspeed dba9b00b4a Update llphysicsextensions_* to 297894, 297895 with Callum's path fixes. 2015-01-12 15:16:39 -05:00
Oz Linden c1208b2f7e update to 1413 google breakpad build 2015-01-12 11:14:42 -05:00
Oz Linden f94083cd73 revert Mac to older google-breakpad for now 2015-01-09 14:49:47 -05:00
callum_linden 1488f3b9f8 point to new version of llphysicsextensions (source, not stub) with updated path to second life map file 2015-01-08 15:52:27 -08:00
callum_linden 9ffe8c5280 point to new version of llphysicsextensions with updated path to second life map file 2015-01-08 14:27:00 -08:00
Nat Goodspeed 27951fa1d4 First cut at consuming new slplugins autobuild package.
The contents are extracted, but not yet built into the viewer installer.
2015-01-07 19:45:51 -05:00
Oz Linden ac3e00e04e update google-breakpad library package to include non-release client lib 2015-01-06 23:11:45 +00:00
Oz Linden db6fb61229 update google breakpad and dbus-glib for linux fixes 2015-01-06 10:45:10 -05:00
Oz Linden 8ec4e83d5d update dbus package to a public build 2015-01-05 09:53:55 -05:00
callum_linden ee50099234 Merge with head 2014-12-29 13:25:52 -08:00
callum_linden bb4c60a941 Update (perplexingly) broken MD5 mismatch in libpng (Windows) pacakge 2014-12-29 11:34:02 -08:00
callum_linden 6f4a8acc41 Pull in (OS X) libpng fix (MAINT-3562 fix via Ruslan - use clang++ vs clang) 2014-12-29 10:05:33 -08:00
callum_linden 430cb309f4 Pull in libpng fix (MAINT-3562 fix via Ruslan - use clang++ vs clang) 2014-12-29 09:55:00 -08:00
Oz Linden 43388552a0 OPEN-287: convert glh-linear to a common package 2014-12-23 11:03:35 -05:00
Oz Linden d088c9b5a5 update openal package 2014-12-22 17:05:34 -05:00
Oz Linden 4be01b7390 correct havok-source package name in autobuild configuration 2014-12-22 13:19:20 -05:00
callum_linden df5006eac9 Update autobuild to point to new version of jsoncpp and change lib names to match those in package 2014-12-17 19:29:30 -08:00
callum_linden b265b899d4 Update autobuild to point to new (VS2013) Havok files and fix up name mismatch 2014-12-17 16:24:31 -08:00
callum_linden 6a552963a4 Remove reference to Windows version of GTK/ATK/Pango in autobuild - not used 2014-12-17 14:56:14 -08:00
Oz Linden 4666497507 merge up to latest changes from callum and nat 2014-12-17 14:28:58 -05:00
Oz Linden 11ecd9a2d9 many package updates (mostly linux) 2014-12-17 13:14:49 -05:00
Oz Linden 282d8c4c45 merge dictionary change 2014-12-12 17:27:50 -05:00
Nat Goodspeed 659a8fa0bb Update viewer to consume googlemock build 297460. 2014-12-12 11:41:13 -05:00
Nat Goodspeed 7ddca3476f Update viewer to consume colladadom build 297450 2014-12-11 20:02:55 -05:00
Nat Goodspeed 9b453b2f29 Update viewer to consume boost build 297445 (no fchmodat()) 2014-12-11 19:09:11 -05:00
Nat Goodspeed 8befaedb8b Update autobuild.xml with current builds from Tools Update spreadsheet.
This is mostly Mac and Linux, given rev 6cf8a8cd07c6, save for glui, jsoncpp
and llphysicsextensions_source, which also update Windows.
2014-12-10 16:22:18 -05:00
Oz Linden 3c5f97ad5e update dictionaries to a single common platform build 2014-12-09 12:03:37 -05:00
Aura Linden c46c863d99 Made merge to correct version of file. 2014-12-09 08:11:12 -08:00
Aura Linden 5e2d5cc2e1 Merged. 2014-12-08 23:13:19 -08:00
Aura Linden 161494cf3d Pointed to newest havok repos. 2014-12-08 23:07:57 -08:00
callum_linden 0524a4048b Update autobuild to point to new (Windows) third poarty libraries we just built and configure for VS2013 2014-12-08 16:32:51 -08:00
Nat Goodspeed 06760492bd Update viewer to consume mesa build 297283. 2014-12-06 07:57:05 -05:00
Nat Goodspeed cfbc982b40 Update viewer to consume tut build 297257. 2014-12-05 08:12:13 -05:00
Nat Goodspeed 2a3b58b0c4 Place Windows build artifacts in build-vc120 rather than build-vc100. 2014-12-04 21:50:02 -05:00
Nat Goodspeed cbb6a416fc Make havok_source package name agree with name from repo URL.
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-12-04 21:48:13 -05:00
Nat Goodspeed 5225444caa Update viewer to consume apr build 297252. 2014-12-04 21:10:04 -05:00
callum_linden f861e670e3 tweak for typo in GTK/Pango Windows lib 2014-12-03 11:31:02 -08:00
Nat Goodspeed 11d14b1f8c Update viewer to consume googlemock build 297188. 2014-12-03 14:24:29 -05:00
Nat Goodspeed 5ae8c94cf8 Update viewer to consume colladadom build 297187. 2014-12-03 14:11:35 -05:00
Nat Goodspeed a376aa39ad Update viewer to consume boost build 297177. 2014-12-03 13:55:27 -05:00
Nat Goodspeed 8b263beb0b Update viewer to consume curl build 297172. 2014-12-03 10:28:49 -05:00
Nat Goodspeed 9e310cbe84 Update viewer to consume openssl build 297168. 2014-12-03 09:49:04 -05:00
Nat Goodspeed e5530a9820 Update viewer to consume pcre build 297155. 2014-12-02 19:53:32 -05:00
Nat Goodspeed 118278c146 Update viewer to consume pcre build 297101. 2014-12-01 14:41:22 -05:00
Nat Goodspeed c5792c1a00 Update viewer to consume googlemock build 297089. 2014-11-26 11:36:21 -05:00
Nat Goodspeed a10f1f0193 Update viewer to consume boost 1.57 build 297087. 2014-11-26 11:10:49 -05:00
Nat Goodspeed 6046083d74 Update viewer to consume xmlrpc-epi build 297075. 2014-11-25 15:09:03 -05:00
Nat Goodspeed 46e6f9c265 Update viewer to consume expat build 297014. 2014-11-25 14:36:15 -05:00
Nat Goodspeed 6e6617e1ae Update viewer to consume freetype build 297053. 2014-11-25 14:33:52 -05:00
Nat Goodspeed 894429a280 Update viewer to consume libpng build 297051. 2014-11-25 14:32:30 -05:00
Nat Goodspeed f1af1a0310 Update viewer to consume libxml2 build 297050. 2014-11-25 14:30:48 -05:00
Nat Goodspeed a969321c6c Update viewer to consume zlib build 296881. 2014-11-25 14:29:01 -05:00
Oz Linden 680194deaf automate keeping the About SL -> Licenses tab correct 2014-11-21 18:09:12 -05:00
Nat Goodspeed ce1666759e Commit backing out the breakpad change. 2014-11-14 16:08:19 -05:00
Nat Goodspeed 22503b3479 Backed out changeset eac237bfebba (Aura's commit for new breakpad)
This is an attempt to diagnose a generate_breakpad_symbols.py exception on a
Yosemite TC build host.
2014-11-14 16:07:43 -05:00
Nat Goodspeed 129be3f65d Update viewer-tools-update viewer to updated 3p-update-curl build.
Build 296787 of 3p-update-curl includes the latest tip of 3p-curl.
2014-11-14 09:49:05 -05:00
Nat Goodspeed 6be2f0ba2b Automated merge with ssh://bitbucket.org/lindenlab/viewer-release 2014-11-14 08:49:08 -05:00
obscurestar 316e35ad2a Repointed autobuild to latest google breakpad for great stacks and less warning messages. 2014-11-13 13:45:20 -08:00
simon fa7610fea5 Merge downstream code and become 3.7.20 2014-11-03 17:54:24 -08:00
simon a669303f85 Pull in viewer-release and become version 3.7.20 2014-11-03 11:56:09 -08:00
Oz Linden 6c53ae5398 fix build of llphysicsextensions package for sublicensed tpvs 2014-10-27 12:54:32 -04:00
Oz Linden 353e27491b update llphysicsextension with build fixes 2014-10-24 22:56:40 -04:00
Nat Goodspeed f7463ce46d Automated merge with http://bitbucket.org/callum_linden/viewer-tools-update-callum 2014-10-23 20:24:06 -07:00
Nat Goodspeed 918e2b629b Bring in new TUT library build. Clean up ensure_equals() overloads.
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-23 20:23:08 -07:00
callum_linden 00df214112 Update to build on Xcode 6.0: point at new jpeglib package which moves lib into lib/release vs lib 2014-10-23 12:03:15 -07:00
Oz Linden ac6295ad51 update glui package to repair unit test 2014-10-22 21:14:07 -04:00
callum_linden b2b93d35ec Update to build on Xcode 6.0: point to new version of KDU libs with correct build configs that match viewer (and everything else) 2014-10-21 16:13:10 -07:00
Oz Linden 223f438e49 update darwin glui package with initialization fix 2014-10-21 17:34:40 -04:00
Oz Linden c83ff8851d correct hash for darwin apr_suite package 2014-10-21 16:52:11 -04:00
Oz Linden 9bd460ca07 fix version number generation for cmake 3.x and autobuild 1.0 compatibility 2014-10-21 13:15:52 -04:00
Oz Linden 4854631767 correct llphsyicsextension packages 2014-10-21 11:59:36 -04:00
Oz Linden 4c8e526b99 merge changes for callum fixes and workarounds 2014-10-21 09:16:56 -04:00
callum_linden 9baa38a8d7 Update to build on Xcode 6.0: remove unused variables from llphysicsextensions project 2014-10-20 16:42:44 -07:00
callum_linden ed52306e54 Update to build on Xcode 6.0: Revert to non-hacked version of llphysicsextensions package now we can link 2014-10-20 16:18:38 -07:00
simon 4b333e36d1 Merge downsteam code and become version 3.7.19 2014-10-20 13:54:37 -07:00
simon 61be636a10 Merge downsteam viewer-release and become version 3.7.19 2014-10-20 13:52:23 -07:00
Monty Brandenberg 80f93392ea Merge. Refresh from viewer-release after 3.7.18 release. 2014-10-20 15:01:03 -04:00
Oz Linden d3387faca5 upgrade llqtwebkit to include fix for MAINT-4586 2014-10-20 11:27:01 -04:00
callum_linden d8dbe73f0b Update to build on Xcode 6.0: point to temporary, hacked version of llphysics_extensions that remove the unusd variables (and therefore warnings/errors) - see TODO list 2014-10-18 12:28:22 -07:00
callum_linden d3eaf6fe95 point to hacker version of tut package now so I can keep going - see TO DO list 2014-10-17 22:06:15 -07:00
callum_linden f58fafa49c Update to build on Xcode 6.0: point to new version of tut package that explicitly turns off unused function warnings vs. spreading the code throughout viewer 2014-10-17 21:20:56 -07:00
callum_linden 63a1725946 Point to new versions of third party library that match others and contain fixes 2014-10-16 18:27:42 -07:00
callum_linden a4249748ea Pushing out autobuild.xml to get a clean dependency diagram 2014-10-16 14:26:22 -07:00
Oz Linden 2188e00d4e update llqtwebkit with fix for MAINT-4585 and MAINT-4586 2014-10-16 10:27:55 -04:00
callum_linden 4fb1bae807 update autobuild.xml to point to new versions of boost, googlemock and colladadom 2014-10-10 14:49:48 -07:00
Monty Brandenberg ec4fd2f0e2 MAINT-4564 HTTP Pipelining is not happening in Drano HTTP Phase 4
Incorporate the new libcurl 7.38.0 build with curl bug 1420
workaround.  Add developer-centric testing code to evaluate
the workaround or a future fix for 1420.
2014-10-10 16:43:04 -04:00
Oz Linden 92bad5c87f install a bunch of updated linux packages 2014-10-09 17:38:01 +00:00
Oz Linden 3465fa09cc merge with callums openjpeg change 2014-10-08 21:32:42 +00:00
Oz Linden 40b0916d7d update expat and xmlrpc-emi packages for linux to let it get past configure 2014-10-08 21:31:31 +00:00
callum_linden 5a2ec4921d Updated autobuild.xml to point to new, autobuild-metadata aware build of openjpeg 2014-10-08 12:25:16 -07:00
Oz Linden c97af6cf05 add manually hacked llqtwebkit packages (see README-HACK.md on the update-hack branch of that repo) 2014-10-08 10:50:43 -04:00
callum_linden c519fd3314 Updates to point to lots of new third party libs and some small tweaks to take account of minor name changes 2014-10-07 17:35:39 -07:00
callum_linden a1696dfce1 Update build file(s) to work with autobuild-metadata (1.3) 2014-10-01 16:08:57 -07:00
callum_linden 22152728b8 Add references to third party packages for OSX that I've completed (most of them) 2014-09-30 17:14:21 -07:00
Oz Linden 25ff85a9f0 upgrade packages for dbus_glib and libuuid to autobuild 1.0 2014-09-29 19:04:58 +00:00
Oz Linden 73cb7384c3 upgraded llappearance_utility to autobuild 1.0 conventions 2014-09-29 11:24:38 -04:00
Oz Linden d0a3be9aba update gstreamer package to autobuild 1.0 2014-09-29 10:34:51 -04:00
Oz Linden 3fbf0f87c2 add partially converted packages for gtk-atk-pango-glib 2014-09-26 13:18:07 -04:00
Oz Linden 6f36fb0cd9 update mac and linux packages for llphysicsextensions 2014-09-26 11:16:34 -04:00
Oz Linden 651cc7f89c use partially converted ogg_vorbis package 2014-09-25 07:54:39 -04:00
Oz Linden 3f80f4f303 put in partially converted openal package 2014-09-23 18:10:23 -04:00
Oz Linden f9399c80ca minimal hacks to autobuild.xml to allow configure to finish 2014-09-23 16:28:34 -04:00
Monty Brandenberg a00e546d52 Move libcurl 7.38.0 dependency from experimental repo to normal update repo. 2014-09-23 15:19:33 -04:00
Oz Linden 22a613dfc1 update autobuild config version and tut package 2014-09-23 12:21:16 -04:00
maksymsproductengine 61e05f9125 MAINT-4170 Eliminate homoglyphs in URL hostnames: used 3p-uriparser; 2014-09-22 20:01:55 +03:00
Monty Brandenberg 1294825de6 libcurl update. 7.37.0 -> 7.38.0 + experimental fixes for pipelining issues 2014-09-18 19:35:17 -04:00
Brad Payne (Vir Linden) 53e5a79bd1 Updated appearance utility version 2014-09-08 17:34:38 -04:00
Monty Brandenberg 29bea5a6b9 Merge. Refresh from viewer-release after 3.7.11 release. 2014-07-08 17:29:48 -04:00
Monty Brandenberg 903729d5c9 Merge. Refresh from viewer-release after 3.7.9 release. 2014-06-16 16:41:52 -04:00
Oz Linden e15002a11c merge changes for 3.7.9-release 2014-06-16 11:42:37 -04:00
Monty Brandenberg 2ccbef39a6 All: Update openssl to 1.0.1h/290662, curl to 290664, llqtwebkit to 290663.
Linux:  Include libQtXml and libQtSvg in manifest for libqsvg.so.
More documentation thoughts for library package structure.
2014-06-05 18:37:24 -04:00
Monty Brandenberg 5b542e227b All: Committing to llqtwebkit2 and the future. Updating all libraries.
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-06-03 19:37:58 -04:00
Monty Brandenberg 71eb87d0a5 Windows/Mac: Update llqtwebkit to 290262. Simple rebuild of library with
package dependencies updated.
2014-05-28 19:44:27 +00:00
Monty Brandenberg 403ec62e3c All: Update library SDL to 290309, c-ares to 290089, boost to 290191,
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-28 19:40:45 +00:00
Monty Brandenberg 060c728970 Merge. Pull in viewer-release after release of 3.7.8 2014-05-22 22:08:54 +00:00
Nyx Linden d0d32626a5 merge fix for merge with project interesting. New appearance utility source and one quick doubly-declared typedef. 2014-05-19 14:44:01 -04:00
Brad Payne (Vir Linden) 7b9708a2e3 sunshine-external merge WIP 2014-05-13 10:02:26 -04:00
Oz Linden a98b4b6bee merge changes for 3.7.7-release 2014-05-07 11:09:04 -04:00
Xiaohong Bao ae564140c0 Merge 2014-04-22 12:19:28 -06:00
Oz Linden b4ca93cadc merge up to 3.7.6-release 2014-04-22 13:05:26 -04:00
Brad Payne (Vir Linden) d0eb9658f2 merge 2014-04-22 11:19:58 -04:00
Monty Brandenberg f8874d04b8 Linux/Win: Bad checksum on Windows package. Libz and libpng linking changes to find newest code.
Windows autobuild package had a bad checksum due to oddities in the build
system.  On Linux I've been fighting with getting libz 1.2.8 and libpng
1.6.8 to be the definitive version in the viewer.  Problem is the *massive*
library search tree we assemble.  We find older shared library versions
first and so those dominated.  By using --whole-archive with static libraries,
the packaged versions of these libraries are made definitive.
2014-04-15 22:48:52 +00:00
Monty Brandenberg 04404b68b5 All/Mac: Update libraries to new template builds. Package for static libz/libpng/openssl.
Update library dependencies to reference builds using new templates and
modern build hosts for:  SDL, c-ares, boost, curl, libpng, llqtwebkit2,
openssl and zlib.  Update manifest, library copying and 'test_apps' setup
to reflect that zlib and openssl are now always static (on Mac and
Linux).  Viewer and test_apps now functional on 10.7 Mac.
2014-04-14 17:59:00 -04:00
Monty Brandenberg e72d546fe3 Mac: Update llqtwebkit build, build and package dylib Qt4 pieces.
Part of the switchover to dynamic Qt4.  This mostly completes the
Mac side.  Webkit is functional on Mac, plugins work.  The two
test programs, llfbconnectest and llplugintest, need a little
more work to run without manual fixup ('.' on PATH and maybe a
symlink to libz.1.dylib and they run and function on Mac).  Also
need to address libz.dylib vs libz.a.  Currently resolving against
dylib which is not what I want.
2014-04-11 19:19:22 -04:00
Monty Brandenberg 6631dc22f0 All/Linux: Update llqtwebkit to latest all-shared lib build. Linux package
assembly updated to deal with Qt libraries and discrete codec and imageformat
plugins (which live under bin/llplugin).  Functioning Linux viewer with MoaP
support with a few image problems (sRGB profile, zlib errors).  Much of this
expected to be due to the new 1.6.8/1.2.8 libpng/libz and we'll fix as needed.
2014-04-09 21:05:55 +00:00
Brad Payne (Vir Linden) ea7f34d37a merge 2014-04-08 13:20:23 -04:00
Oz Linden 375c05ac43 merge changes for 3.7.5-release 2014-04-08 11:41:12 -04:00
Richard Linden 98aabdc176 merge with release 2014-04-07 19:09:40 -07:00
Aura Linden d476b12ae5 Merged viewer release into vivox 2014-04-07 17:04:09 -07:00
Monty Brandenberg 20c963b42e All: Update curl and llqtwebkit2 packages to new template builds. 2014-04-07 20:04:15 +00:00
Monty Brandenberg 30eb6d13f5 Linux/Mac: Update to latest OpenSSL 1.0.1e build. Fix manifest for
openssl on Mac (copy, deploy).  Revert Linux manifest work which tried
to work around 0555 permissions on .sos (and didn't work).
2014-04-07 14:01:34 -04:00
Monty Brandenberg 469438707d Library updates and switch to 3d-llqtwebkit2 build products.
SDL to 1.2.15, c-ares to latest 1.10.0 build, Boost to 1.55.0
with coroutine updates/fixes, curl to 7.34.0, libpng to 1.6.8,
openssl to 1.0.1e, zlib to latest 1.2.8 build, llqtwebkit
built from 4.7.1 sources refactored and tested in 3p-llqtwebkit2
repository.

Windows is functional with a good number of warning messages
at runtime from libpng and KDU.  MoaP/slplugin functioning.
2014-04-04 16:30:50 -04:00
Monty Brandenberg d7481cd07c Merge. Refresh from viewer-release after 3.7.4 release. 2014-04-03 18:56:46 -04:00
Brad Payne (Vir Linden) d10ecef615 merge 2014-03-31 11:59:11 -04:00
Aura Linden dfd78e83d9 Pulled merge from release 2014-03-27 11:59:35 -07:00
Richard Linden e5bbdafded merge with release 2014-03-24 19:23:34 -07:00
Aura Linden 77ec712b15 Merged in viewer-release. 2014-03-24 11:30:17 -07:00
Monty Brandenberg 1e764fb668 Consistent set of fmodex 4.44.31 builds now. 2014-03-14 21:14:32 -04:00
Monty Brandenberg 4f565ed077 Update fmodex to 4.44.31. Move DSP descriptor to heap storage. 2014-03-14 19:48:35 -04:00
Aura Linden 22ea5ac41c BUG-4260 Updated to 4.6.x vivox libraries for Mac and Windows. 2014-02-26 20:15:45 -08:00
Oz Linden 1d30fe9554 merge changes for 3.7.2-release 2014-02-25 13:31:01 -05:00
Brad Payne (Vir Linden) 895d52a399 merge viewer-release to sunshine-external 2014-02-25 13:25:40 -05:00
Richard Linden 80b4a4a1f5 merge with release 2014-02-24 18:45:59 -08:00
obscurestar 8fd270af1c Pulled from release. 2014-02-24 15:12:04 -08:00
Aura Linden 6809348125 Creating a cleaner branch 2013-12-03 17:06:06 -08:00
Oz Linden 7f39d0472e merge changes for STORM-1831 2013-11-18 13:51:24 -05:00
Monty Brandenberg d191585a3e Merge. Refresh from viewer-release after 3.6.10 release 2013-11-12 14:06:38 -05:00
Richard Linden 33e0a1b57f updated autobuild llappearanceutilitysource to point to official build 2013-11-08 21:18:29 -08:00
Richard Linden fe518bde8e merge with release 2013-11-06 17:22:04 -08:00
Monty Brandenberg 076761a03d Update libpng after fixing arch under which it was built. 2013-11-04 22:52:53 +00:00
Monty Brandenberg 460d01befb Update build plumbing with tier 2, 3 and 4 libraries 2013-11-01 23:32:44 +00:00
Don Kjer 7866356d77 Merge viewer-release => sunshine-internal 2013-10-29 13:20:18 +00:00
Nyx Linden b1838f02bc SH-4572 FIX changing clothing parameters do not take effect in edit appearance
fix, new back-end utility and restoring the necessary functionality.
2013-10-25 16:43:36 -04:00
Richard Linden ab43be5ddb moved some common functionality from LLTrace::BlockTimerStatHandle to BlockTimer
updates appearance utility dependency
2013-10-23 13:24:47 -07:00
Richard Linden e06ad3d60f updated appearance utility dependency 2013-10-23 09:49:29 -07:00
Ima Mechanique 30f835809b Merge 3.5.8-release 2013-10-21 04:21:00 +01:00
Ima Mechanique 4027486dbb storm-1831 Incorporating Oz's changes to update libxml on linux to libxml2 2013-10-18 17:38:31 +01:00
Nyx Linden b42c70173c SH-3455 BUILDFIX Updating linux appearance utility to use the new refactor
Eliminated some unnecessary functions that the refactor took care of,
linux build should be fixed.
2013-10-16 15:28:10 -04:00
Brad Payne (Vir Linden) 1f8b37e9ad merge 2013-10-16 11:52:43 -04:00
Oz Linden 9c313aea13 merge changes for DRTVWR-336 2013-10-15 17:47:37 -04:00
Ima Mechanique 015597bb58 STORM-1831 Importing Oz's updates for libxml2 2013-10-12 03:07:22 +01:00
Richard Linden 59628d6f85 Automated merge with http://bitbucket.org/lindenlab/viewer-release 2013-10-01 14:28:39 -07:00
Monty Brandenberg eaef5e63d5 Merge. Pull in viewer-release after materials viewer release. 2013-09-19 13:13:37 -04:00
Richard Linden 91850b6cfa updated autobuild reference to llappearance-utility 2013-09-09 16:28:44 -07:00
Oz Linden 8dc273b942 correct some doc strings in the autobuild config file 2013-09-05 15:18:58 -04:00
Monty Brandenberg f00b6c7133 Merge. Pull in viewer-release after SSA merge. 2013-08-26 18:54:39 -04:00
Monty Brandenberg a45806e17c Okay, move openssl back to the weird 0.9.8/1.0.0 mix it was
before.  Move libcurl forward to 7.24.0 and built on 0.9.8.
Until we do some TC work, we may be stuck with this combo.
2013-08-26 15:35:34 -04:00
Monty Brandenberg 912995de62 Moved OpenSSL to 1.0.1e as an experiement. Can't build llqtwebkit
so that doesn't move.  3p-curl does, however, and this gets them
all.  I suspect I'll be backing down to 0.9.8 next week.
2013-08-23 20:41:01 -04:00
Richard Linden cb8c94cc88 updated appearance utility source 2013-08-23 16:27:39 -07:00
Richard Linden 0d1850ef0b updated appearance utility source 2013-08-23 15:53:18 -07:00
Monty Brandenberg c4cda389af Okay, move openssl back to 0.9.8q as we have compiler issues
on the build farm.  This, at least, gets us through the openssl->
libcurl->viewer dependency chain.
2013-08-22 19:48:45 -04:00
Xiaohong Bao d8c02bf062 Merge 2013-08-19 16:09:28 -06:00
Nyx Linden cc999b225e merge cleanup, making sure our branch has the latest autobuild changes. 2013-08-19 11:55:49 -04:00
Nyx Linden faa0866ca3 SH-4401 FIX back-end changes to handle new visual param groups. 2013-08-08 13:21:18 -04:00
Oz Linden 629bda7cf3 merge changes for 3.6.2-release 2013-08-05 15:27:05 -04:00
Oz Linden 32b8d398ec increment viewer version to 3.6.3 2013-08-05 14:42:37 -04:00