Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-03 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2016-10-10 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2016-09-20 | Small improvements to UI DPI scaling on Windows: | Ansariel | |
* Use USER_DEFAULT_SCREEN_DPI define from WinUser.h * Change Win32 SDK target version to Windows Vista or greater * Define WM_DPICHANGED as preprocessor definition as in WinUser.h * Cull manual definitions of WM_MOUSEWHEEL and WHEEL_DELTA which are part of the Win32 SDK since Windows NT 4.0 | |||
2016-06-29 | merge changes for buildscripts | Oz Linden | |
2016-06-09 | move build number informative output to stdout | Oz Linden | |
2016-06-01 | Linux: Use media_plugin_libvlc for media playback. | Nicky | |
2016-06-01 | Linux: SDL has a dependency on X11 -> Link against it. | Nicky | |
2016-05-26 | Put back QuickTime plugin code for OS X only (untested - moving code to OS X ↵ | callum_linden | |
dev) | |||
2016-05-23 | Automated merge with tip of viewer-release | callum_linden | |
2016-05-19 | Automated merge with tip of viewer-release to pick up 4.0.5 | callum_linden | |
2016-05-13 | Additional set of changes to use vlc-bin package | callum_linden | |
2016-05-06 | Moving to a private repo | callum_linden | |
2016-04-24 | Windows z64: Disable warning 4267 via llpreprocessor rather than cmake files | Nicky | |
(transplanted from 165fa5852652a1da005cf3b2201c192f028efd43) | |||
2016-04-22 | DRTVWR-418 Remove references to gtk-atk-pango-glib from Windows build since ↵ | callum_linden | |
it's not used there | |||
2016-04-22 | Windows x64: Disable warning 4267 (it causes too much noise) and do not ↵ | Nicky | |
enable /arch:SSE2 (x64 implies SSE2 and setting the flag causes warnings). (transplanted from 5a7cc3874065b13a83b8c7aa044fb07f38edd283) | |||
2016-04-21 | DRTVWR-418 remove vestiges of TCMALLOC and GooglePerfTools from the viewer | callum_linden | |
2016-04-21 | DRTVWR-418 remove references to some misc files I missed | callum_linden | |
2016-04-21 | DRTVWR-418 remove references (and files) for QuickTime | callum_linden | |
2016-04-19 | Remove references to quicktime from the plain old viewer-release build | callum_linden | |
2016-04-04 | merge with 4.0.3-release | Oz Linden | |
2016-03-22 | correct exception thrown for unknown system | Oz Linden | |
2016-02-07 | OPEN-297 simplify build number generation | Oz Linden | |
2016-02-07 | merge changes for OPEN-292 | Oz Linden | |
2016-02-04 | add build configuration to the About box if it is not Release | Oz Linden | |
remove some superfluous other information from About | |||
2016-01-15 | merge changes for 4.0.1-release | Oz Linden | |
2015-12-21 | CMake fixes for Linux build | Rider Linden | |
2015-12-18 | Another rt link for linux | Rider Linden | |
2015-12-18 | Merge | Rider Linden | |
2015-12-18 | Disable unit test on Linux only | Rider Linden | |
2015-12-18 | Merge | Rider Linden | |
2015-12-18 | Reorder the rt library for Linux build | Rider Linden | |
2015-12-17 | MAINT-5977: Update cmake file to always include boost with LLCommon | Rider Linden | |
2015-11-29 | Merged lindenlab/viewer-tools-update into default | Cinder Biscuits | |
2015-11-23 | Merge from Vivox Repo | Rider Linden | |
2015-11-13 | MAINT-5862 Fix Provide a way for new Linux users to accept ToS | callum_linden | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-10-06 | merged changes from viewer-xcode-7 | Bjoseph Wombat | |
2015-10-06 | merge changes for XCODE-7 | Oz Linden | |
2015-10-02 | MAINT-5687: Remove old webkit from the make files and the repo. Ensure that ↵ | Rider Linden | |
it is no longer meaningfully referenced. | |||
2015-10-01 | Merge for Xcode 7 | rider | |
2015-09-29 | Merge with viewer-xcode-7 for Xcode 7 patches | callum_linden | |
2015-09-23 | Remove ares dependency from build. | Rider Linden | |
2015-09-18 | Turn off (for now) the warnings/errors that result from Boost.Units usage | callum_linden | |
2015-09-18 | Update version of Xcode (7.0) and SDKs (10.11) | callum_linden | |
2015-08-25 | Reenable and correct link issue on linux llappearanceutility. | Rider Linden | |
2015-08-20 | Remove forgotten paren | Rider Linden | |
2015-08-19 | Found another ref that had escaped me! | Rider Linden | |
2015-08-19 | I must be losing my mind... | Rider Linden | |