Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-16 | DRTVWR-418: Replace preprocessor tests for Windows-specific _M_AMD64 | Nat Goodspeed | |
with tests on ADDRESS_SIZE, which is now set on the compiler command line. | |||
2016-11-16 | DRTVWR-418: Pass ADDRESS_SIZE down into C++ compilation | Nat Goodspeed | |
by adding -DADDRESS_SIZE= to the compile switches. Remove hack to work around limitations of gcc 4.1 build hosts. Streamline a bit of logic to specify correct -m32 or -m64 switch. Use ADDRESS_SIZE instead of ARCH to control -march=pentiumpro. | |||
2016-11-16 | DRTVWR-418: Compute ADDRESS_SIZE from arch if not specified. | Nat Goodspeed | |
Migrate the logic formerly used only for LINUX to detect whether ADDRESS_SIZE is set to 32 or 64, and if not, detect a default for the platform. But instead of using uname -m, use python's platform.machine(). On Windows, stop forcing ARCH to i686 and ADDRESS_SIZE to 32. On Mac, reset default to x86_64 instead of i386; stop forcing ADDRESS_SIZE to 32. | |||
2016-11-16 | DRTVWR-418: pull in new viewer-release via viewer64 | Nat Goodspeed | |
2016-11-16 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2016-11-15 | increment viewer version to 4.1.3 | Oz Linden | |
2016-11-15 | Added tag 4.1.2-release for changeset bfbba2244320 | Oz Linden | |
2016-11-15 | DRTVWR-418: Mistakenly inverted the sense of the LL_64BIT_BUILD test. | Nat Goodspeed | |
2016-11-15 | DRTVWR-418: Fold windows64 into windows platform with new autobuild. | Nat Goodspeed | |
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-08 | DRTVWR-418: Use separate XML string elements for command arguments. | Nat Goodspeed | |
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 | Backed out changeset: fb2eb1a59be6 | AndreyL ProductEngine | |
Reverting MAINT-6125 | |||
2016-11-08 | Backed out changeset: 2a56972b1571 | AndreyL ProductEngine | |
Reverting MAINT-6259 | |||
2016-11-08 | Backed out changeset: 27782e83386b | AndreyL ProductEngine | |
Reverting MAINT-6793 | |||
2016-11-08 | MAINT-6914 Increase maximum UI size value to 4.0 | AndreyL ProductEngine | |
2016-11-04 | DRTVWR-418: Update to KDU build 500948. | Nat Goodspeed | |
2016-11-03 | DRTVWR-418: Update KDU and llimagej2ckdu* with certain clang fixes. | Nat Goodspeed | |
2016-11-03 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2016-10-27 | MAINT-6810 win10, 4k monitor and UI scale of 2.0 makes most web content too ↵ | pavelkproductengine | |
small to read | |||
2016-10-26 | Backed out changeset: 5816c800a9c1 | AndreyL ProductEngine | |
Prervious MAINT-2141 fix causes MAINT-6791 so reverted it | |||
2016-10-18 | MAINT-6793 Rigged mesh sometimes full of holes | andreykproductengine | |
2016-10-18 | MAINT-6487 Decreasing delay | andreykproductengine | |
2016-10-17 | Merged lindenlab/viewer-bear into default | Rider Linden | |
2016-10-17 | Merge | Rider Linden | |
2016-10-17 | MAINT-6837: forced sit error messages. | Rider Linden | |
2016-10-18 | Restored MAINT-4488 (perviosly reverted in MAINT-6242) | andreykproductengine | |
2016-10-17 | Merged lindenlab/viewer-release into default | Rider Linden | |
2016-10-17 | Backed out changeset: 4df419cb7b2f | andreykproductengine | |
2016-10-17 | MAINT-6833 HUD warning will no longer show for temp attached objects | andreykproductengine | |
2016-10-17 | Merged in MAINT-6487 | Andrey Kleshchev | |
2016-10-15 | MAINT-6831 Fix rtsp mime type should be opened with vlc | AndreyL ProductEngine | |
2016-10-12 | MAINT-6487 Viewer Objects should not queue too many downloads | andreykproductengine | |
2016-10-12 | Merged in lindenlab/viewer-bear-maint-6633 (pull request #23) | Andrey Lihatskiy | |
Default | |||
2016-10-11 | merge maint-6633 to fork of viewer-bear | Glenn Glazer | |
2016-10-11 | maint-6633: remove commented out code | Glenn Glazer | |
2016-10-11 | maint-6633: space, the final frontier | Glenn Glazer | |
2016-10-11 | maint-6633: space after colon | Glenn Glazer | |
2016-10-11 | maint-6633: yet more futzing with spaces | Glenn Glazer | |
2016-10-11 | Merged in MAINT-6792 (pull request #22) | Andrey Kleshchev | |
2016-10-11 | MAINT-6811 remove Autopilot cancelled notification | Mnikolenko Productengine | |
2016-10-10 | maint-6633: more futzing with spaces | Glenn Glazer | |
2016-10-10 | maint-6633: fix spacing after level: | Glenn Glazer | |
2016-10-10 | maint-6633: fix spacing | Glenn Glazer | |
2016-10-10 | maint-6633: move INFO around | Glenn Glazer | |
2016-10-10 | maint-6633: fix tyop | Glenn Glazer | |
2016-10-10 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2016-10-10 | increment viewer version to 4.1.2 | Oz Linden | |
2016-10-10 | Added tag 4.1.1-release for changeset b280a1c797a3 | Oz Linden | |
2016-10-10 | maint-6633: fix unit test to conform with new desired ordering | Glenn Glazer | |
2016-10-10 | maint-6633: fix ordering of log entries | Glenn Glazer | |
2016-10-07 | MAINT-6792 Improvements for HUD warning | andreykproductengine | |