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(). | |||
2022-04-07 | Remove some more traces of obsolte debug builds. | Nicky | |
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 | |
2017-02-03 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
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-*. | |||
2016-08-30 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-05-20 | MAINT-5232: Introduce SUBSYSTEM_CLEANUP() macro | Nat Goodspeed | |
and use it for existing LLSomeClass::cleanupClass() calls. This logs the fact of making the call, as well as making it. | |||
2014-05-06 | Pull merge from lindenlab/viewer-release. Fixed some conflicts and compile ↵ | Merov Linden | |
errors | |||
2014-02-13 | Pull merge from lindenlab/viewer-acme | Merov Linden | |
2014-02-13 | ACME-1277 : Final set of filters, added a SnapshotFiltersEnabled debug setting | Merov Linden | |
2014-02-13 | Updated test filters | Cho | |
2014-02-12 | ACME-1277 : Add new example filter scripts | Merov Linden | |
2014-02-06 | ACME-1277 : Add a set of creative filters to the llimage_libtest/filters ↵ | Merov Linden | |
examples | |||
2014-02-06 | ACME-1301 : Add colortransform as a secondary filter command | Merov Linden | |
2014-02-06 | ACME-1301 : Add convolve as a secondary filter command | Merov Linden | |
2014-01-21 | ACME-1236 : Make all filters resolution independent, cleanup comments, move ↵ | Merov Linden | |
example filters to a sub folder in llimage_libtest | |||
2014-01-21 | ACME-1236 : Fixes gamma and brightness code. Also fixes example xml filter ↵ | Merov Linden | |
files. | |||
2014-01-21 | ACME-1240 : Implement convolve filter for 3x3 kernels. Implements sharpen, ↵ | Merov Linden | |
blur and edge detection as examples and tests. | |||
2014-01-16 | ACME-1236 : Small LLImageFilter clean up | Merov Linden | |
2014-01-14 | ACME-1236 : Refactor filters and vignette into llimagefilter, add example ↵ | Merov Linden | |
filters to llimage_libtest | |||
2014-01-13 | ACME-1244 : Introduced llimage/llimagefilter, refactored the filter ↵ | Merov Linden | |
execution code, simplified llimage_libtest filter testing | |||
2014-01-09 | ACME-1236 : Add lines as a new type of vignette and Brightscan as an example | Merov Linden | |
2014-01-08 | ACME-1236 : WIP : Added mode and angle parameter to filterScreen (renamed ↵ | Merov Linden | |
for consistency) | |||
2014-01-07 | ACME-1236 : WIP : Introduced screenFilter, simple creative screening filter | Merov Linden | |
2014-01-07 | ACME-1236 : WIP : Add filter file loading and execution to llimage_libtest, ↵ | Merov Linden | |
suppress the a la Instagram tests as a result | |||
2014-01-06 | ACME-1236 : WIP : Make each color correct filter use a per channel alpha ↵ | Merov Linden | |
argument, tweak Instagram-like test filters for discussion | |||
2014-01-03 | ACME-1236 : WIP : Add 2 new color correction filters. Add a la Instagram ↵ | Merov Linden | |
composite filters for testing in llimage_libtest | |||
2014-01-03 | ACME-1236 : WIP : Added a min value to vignette | Merov Linden | |
2014-01-03 | ACME-1236 : WIP : Added the vignette mode. Can be applied to colorCorrect ↵ | Merov Linden | |
and color Transform. Added new -v argument to llimage_libtest | |||
2014-01-02 | ACME-1236 : WIP : added all the color correction filters: colorize, ↵ | Merov Linden | |
linarize, equalize, contrast, brightness | |||
2014-01-01 | ACME-1236 : WIP : add filterGamma, computeHistograms, colorCorrect, ↵ | Merov Linden | |
implemented filter gamma to llimage_libtest for testing | |||
2014-01-01 | ACME-1236 : WIP : add filterRotate to rotate hue, add rotate as a valid ↵ | Merov Linden | |
argument to --filter in llimage_libtest | |||
2014-01-01 | ACME-1236 : WIP : add an optional filter parameter to llimage_libtest | Merov Linden | |
2013-12-30 | ACME-1236 : WIP : Implement saturation/desaturation transform filter, add it ↵ | Merov Linden | |
to llimage_libtest for testing | |||
2013-12-20 | ACME-1236 : WIP : Implement colorTransform filter, grayscale and sepia using ↵ | Merov Linden | |
it, add parameter to llimage_libtest to use filters | |||
2013-09-09 | merge with viewer-release | Richard Linden | |
2013-08-14 | BUILDFIX: converted platform-specific files over to new LL_INFOS, etc macros | Richard Linden | |
2013-05-13 | Merged with https://bitbucket.org/lindenlab/viewer-beta | Geenz | |