Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-01 | Remove setting of HEADER_FILE_ONLY on .h* files, cmake automatically | Nicky | |
sets the property on those. | |||
2022-04-17 | Switch to target_include_directories | Nicky | |
All 3Ps include dirs are treated as SYSTEM, this will stop compilers stop emitting warnings from those files and greatly helps having high warning levels and not being swamped by warnings that come from external libraries. | |||
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-06 | Use kdu target | Nicky | |
2022-04-06 | Move CMake files to modernized cmake syntax, step 1. | Nicky | |
Change projects to cmake targetsto get rid of havig to hardcore include directories and link libraries in consumer projects. | |||
2016-05-19 | Automated merge with tip of viewer-release to pick up 4.0.5 | callum_linden | |
2016-04-26 | DRTVWR-418: Match KDU_X86_INTRINSICS macro set for KDU package build. | Nat Goodspeed | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2012-09-13 | Fleshed out target_link_libraries dependencies between libraries. ↵ | Don Kjer | |
Appearance utility now reads avatar_lad.xml during stubbed out params processing. | |||
2011-08-17 | convert tabs to spaces where they are forbidden | Oz Linden | |
2011-01-19 | Cmake updates to get llkdu building on linux. Need to rebuild kdu tarball next. | jenn | |
2010-12-17 | STORM-744 : Add llkdu unit tests, turn on and fix llworldmap unit tests in ↵ | Merov Linden | |
newview | |||
2010-11-22 | STORM-151 : Attempt to fix Windows static linking, simplified manifest | Merov Linden | |
2010-11-19 | STORM-151 : Modify llkdu cmake to point explicitely to static libs, simplify ↵ | Merov Linden | |
make (in progress, don't pull yet) | |||
2010-11-12 | STORM-151 : Got decompression to work, compression disabled, simplified ↵ | Merov Linden | |
llkdu building | |||
2010-11-11 | STORM-151 : merge kdu static linking, add indra/llkdu implementation. ↵ | Merov Linden | |
Doesn't build yet. |