Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-29 | #824 Process source files in bulk: replace tabs with spaces, convert CRLF to ↵ | Andrey Lihatskiy | |
LF, and trim trailing whitespaces as needed | |||
2022-04-17 | Remove function create_target and instead directly use add_library | Nicky | |
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-17 | Switch over to standard target_link_libraries (cmake requirements are high ↵ | Nicky | |
enough now). | |||
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 | Remove erroneous lines. | 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. | |||
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2011-02-24 | STORM-1023 (was OPEN-4) and STORM-1022 (was OPEN-24) : fmod and kdu changes ↵ | Merov Linden | |
: cmake changes making possible to use Findxxx when INSTALL_PROPRIETARY is OFF and STANDALONE is OFF too, simplify cmake scripts around INSTALL_PROPRIETARY, add fmodex to FindFMOD | |||
2011-01-19 | fix include path for KDU headers | Alain Linden | |
2011-01-19 | Cmake updates to get llkdu building on linux. Need to rebuild kdu tarball next. | jenn | |
2011-01-11 | remove develop.py and references to it (use autobuild instead) | Andrew A. de Laix | |
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-18 | STORM-151 : Modified install.py to point to the new kdu 6.4.1 and changed ↵ | Merov Linden | |
kdu lib name for windows | |||
2010-11-12 | STORM-151 : Got decompression to work, compression disabled, simplified ↵ | Merov Linden | |
llkdu building | |||
2010-10-27 | STORM-104 : make kdu statically linked, suppress the need for llkdu | Merov Linden | |
2010-08-24 | Modified llkdu pointer for all platforms, cleaned up unused kdu-binaries ↵ | Merov Linden | |
references, fixed llkdu cmake to simply point to lib and build | |||
2010-08-13 | Reintroduce check for LLKDU source after downloading the prebuilt lib, to ↵ | Aimee Linden | |
avoid adding a build dependency on it. | |||
2010-08-13 | Remove check for LLKDU source in the tree before downloading the pre-built lib. | Aimee Linden | |
2009-10-22 | Fixing the build for PE. | Mark Palange (Mani) | |
Now building with llkdu can be skipped by specifying INSTALL_PROPRIETARY=OFF when configuring the build. Reviewed by palmer | |||
2008-10-10 | svn merge -r99056:99248 ↵ | Andrew Meadows | |
svn+ssh://svn.lindenlab.com/svn/linden/branches/andrew/gcc-4-003-for-merge | |||
2008-06-12 | svn merge -r89258:89534 ↵ | Jennifer Leech | |
svn+ssh://svn/svn/linden/branches/install-dev-binaries/idb2-merge-buildme | |||
2008-06-02 | svn merge -r88066:88786 ↵ | Bryan O'Sullivan | |
svn+ssh://svn.lindenlab.com/svn/linden/branches/cmake-9-merge dataserver-is-deprecated for-fucks-sake-whats-with-these-commit-markers |