Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-17 | Cleanup sweep | Nicky Dasmijn | |
2022-05-07 | Adapt gnerator expression usage to work on OSX. | Nicky | |
2022-05-01 | Remove setting of HEADER_FILE_ONLY on .h* files, cmake automatically | Nicky | |
sets the property on those. | |||
2022-04-16 | Now there is a oslibrary target get rid of some more obsolete vars: | Nicky | |
LEGACY_STDIO_LIBS (was only used for Windows) PTHREAD_LIBRARY (only Linux) LLDATABASE_LIBRARIES (that one was supposed for Linux, but never needed anyway) | |||
2022-04-16 | Create a new target ll::oslibrary to link against libs specific to the OS ↵ | Nicky | |
compiled on. This gets rid of the a few OS specific set and uses variables (which some even seemed mostly duplicate like WINDOWS_LIBRARIES ans UI_LIBRARIES) and it also solves the problem of having them to tack on every target, as of no they come as a transitive dependency from llcommon | |||
2022-04-13 | Rework cmake, the original plan was to maybe be able to use conan targets ↵ | Nicky | |
with the same name (that's why 3ps had names like apr::apr), but it's safer and saner to put the LL 3ps under the ll:: prefix. This also allows means it is possible to get rid of that bad "if( TRAGET ...) return() endif()" pattern and rather use include_guard(). | |||
2021-03-09 | This set of changes reverts the merge with master (git revert c83e740) and ↵ | Callum Prentice | |
results in a version of the DRTVWR-519 that matches what was presemt before it was deployed as a release viewer *plus* 3 small fixes from Maxim (See commits). This branch can now be used for additional fixes before eventually being used to release D-519 as normal | |||
2021-03-08 | Revert "Merge branch 'master' of https://bitbucket.org/lindenlab/viewer into ↵ | Brad Payne (Vir Linden) | |
DRTVWR-519" This reverts commit e61f485a04dc8c8ac6bcf6a24848359092884d14, reversing changes made to 00c47d079f7e958e473ed4083a7f7691fa02dcd5. | |||
2020-09-17 | Some small changes to replace 'vfs' with 'filesystem' outside of my dev env | Callum Prentice | |
2020-03-25 | [DRTVWR-476] - fix linking | Anchor | |
2018-09-07 | remove only-partially-successful attempt to put teamcity blocks around targets | Oz Linden | |
2018-09-05 | add more block structure to TeamCity log output for components | Oz Linden | |
2016-12-10 | DRTVWR-418: Update some copy commands for 3p library versions. | Nat Goodspeed | |
2016-12-08 | DRTVWR-418: Change Mac build_directory to build-darwin-x86_64 | Nat Goodspeed | |
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-*. | |||
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2014-01-02 | ACME-1236 : WIP : added all the color correction filters: colorize, ↵ | Merov Linden | |
linarize, equalize, contrast, brightness | |||
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2012-10-11 | Updating linux build to gcc4.6 | Don Kjer | |
2011-08-17 | convert tabs to spaces where they are forbidden | Oz Linden | |
2011-03-30 | STORM-1121 : Simplify dependencies for llimage_libtest | Merov Linden | |
2011-03-30 | STORM-987 : cmake fixes so that llimage_libtest builds correctly on Mac with ↵ | Merov Linden | |
autobuild | |||
2011-03-29 | STORM-987: Make building of llimage_libtest optional so that builf failure ↵ | Merov Linden | |
on Linux doesn't block autobuild merge | |||
2011-02-15 | STORM-987 : Clean-up very silly cmake issues prior to making Windows build | Merov Linden | |
2011-02-15 | STORM-987 : First pass, builds on Mac, no command line argument parsing yet | Merov Linden | |
2011-02-09 | STORM-987 : Create initial files for llimage_libtest (doesn't build) | Merov Linden | |