Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-07 | Merge remote-tracking branch 'origin/DRTVWR-543-maint_cmake' into ↵ | Nicky | |
DRTVWR-543-maint_cmake | |||
2022-05-07 | Remove unused LL_ARCH/LL_ARCH_DIR | Nicky | |
2022-05-07 | ADDRESS_SIZE auto detection was broken with python3, fix this. | Nicky | |
- Simplify detection by using regex - OSX is always 64 bit | |||
2022-05-07 | Cache ENV{LL_BUILD} to LL_BUILD_ENV: | Nicky | |
- ENV{LL_BUILD} takes precedence - if ENV{LL_BUILD} is not set but LL_BUILD-ENV is, set ENV{LL_BUILD} to the cached version - error if none of the two is set Caching the variable and reusing it lets cmake run when not called by autobuild itself. This happens when xcode or visual studio detect it needs to be re rerun and call it for the "cmake" target. Not having LL_BUILD then makes those targets fail. | |||
2022-05-07 | Remove logging. | Nicky | |
2022-05-07 | Adapt gnerator expression usage to work on OSX. | Nicky | |
2022-05-04 | Merge branch 'master' into DRTVWR-543-maint_cmake | Andrey Lihatskiy | |
2022-05-04 | Increment viewer version to 6.5.6 | Nat Goodspeed | |
following promotion of DRTVWR-550 | |||
2022-05-01 | Another place that needed generator expressions. | Nicky | |
2022-05-01 | Fix for viewer_manifest.py using a hardcoded path to grab runtime files. | Nicky | |
2022-05-01 | ${AUTOBUILD_INSTALL_DIR}/lib/release is always needed as a fallback | Nicky | |
linking directory. | |||
2022-05-01 | Simplify cmake files by uaing generator expressions and be more | Nicky | |
configuration specific, rather than staging files to Release and RelWithdebInfo all the time | |||
2022-05-01 | Remove setting of HEADER_FILE_ONLY on .h* files, cmake automatically | Nicky | |
sets the property on those. | |||
2022-04-25 | SL-17223 fix unit tests with new method stub implementation | Brad Kittenbrink | |
2022-04-25 | Fix for SL-17223 save mfa_hash protected store immediately so it doesn't get ↵ | Brad Kittenbrink | |
lost in case of crash | |||
2022-04-23 | Setting openal option in cache had gone poof. | Nicky | |
2022-04-20 | SL-17246 Fix getSharedPrt typo | Mnikolenko Productengine | |
2022-04-20 | SL-17242 Use proper cap for setting pathfinding attributes | Mnikolenko Productengine | |
2022-04-19 | Finishing touches, making sure even with conan all needed 3ps are installed ↵ | Nicky | |
and usable. This brings the source to be able to run tests in conan mode. | |||
2022-04-18 | Merge remote-tracking branch 'origin/master' into DRTVWR-550-mfa | Brad Kittenbrink | |
2022-04-18 | Merge remote-tracking branch 'origin/DRTVWR-543-maint' into ↵ | Nicky | |
DRTVWR-543-maint_cmake | |||
2022-04-18 | Merge branch 'master' into DRTVWR-543-maint | Andrey Lihatskiy | |
2022-04-18 | Increment viewer version to 6.5.5 | Nat Goodspeed | |
following promotion of DRTVWR-540 | |||
2022-04-18 | Round one to support conan for 3P packages, this allows to build the viewer ↵ | Nicky | |
on Linux again. | |||
2022-04-18 | - More include changes for xmlrpc.h | Nicky | |
- New versions of curl have the same value for CURLE_SSL_PEER_CERTIFICATE and CURLE_SSL_CACERT | |||
2022-04-18 | Another instance where LLFilePicker::getSaveFile had the wrong number of ↵ | Nicky | |
arguments. | |||
2022-04-18 | Use correct namespace for bind, must be phoenix::bind or there is confusion ↵ | Nicky | |
with boost::bind | |||
2022-04-18 | in case of systemlibs (conan right now), xmlrpc header structure is slightly ↵ | Nicky | |
different. | |||
2022-04-18 | llrender does not need a dependency on sdl. There was some comment out code ↵ | Nicky | |
which suggests it was needed long ago. | |||
2022-04-18 | ASN1_STRING_data is depreacted. | Nicky | |
2022-04-18 | Correctio for preproc #else | Nicky | |
2022-04-18 | Add argument missing from implementation | Nicky | |
2022-04-18 | Use correct type | Nicky | |
2022-04-18 | Remove some remnants of breakpad. | Nicky | |
2022-04-18 | Enable LL_OS_DRAGDROP_ENABLED for Linux | Nicky | |
2022-04-18 | Need to use list( APPEND ... to append to a list. | Nicky | |
2022-04-18 | Remove obsolete targets and dependencies. | Nicky | |
2022-04-18 | zlib-ng for Linux is still broken. This needs revisiting, but at least gets ↵ | Nicky | |
up compiling for now. | |||
2022-04-18 | Fixup for Linux media plugins. | Nicky | |
- Remove VLC - Remove missing cmake includes (that got deleted in earlier changes) from gstreamer plugin. | |||
2022-04-18 | Introduce ll::fontconfig target (missing the correct link library, but at ↵ | Nicky | |
least this gets us compiling) | |||
2022-04-18 | ll::sdl had a wrong include directory. | Nicky | |
2022-04-18 | Remvoe -D that had been passed in front of each entry of ↵ | Nicky | |
add_compile_definitions, this lead to '-D-D<value>' | |||
2022-04-18 | - Change OpenAL to OPENAL to match the correct filename, Windows and OSX use ↵ | Nicky | |
case insesitive fielsystem, this is why it was not issues there - Remove input files that are obsolete. | |||
2022-04-18 | Bring in first steps of Linux64: | Nicky | |
- Add the configuratons Release and ReleaseOS - The js files are platform independent, just copy the ones from windows64. | |||
2022-04-18 | jsoncpp includepath should not include json/. jsoncpp includes a header ↵ | Nicky | |
"features.h" which has the same name as a glibc header, allowing this header to be found without any prefix will lead to head conflicts when there is a '#include "features.h"' As a result all json headers need to be included via #include "json/reader.h"/"json/writer.h" | |||
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-16 | Switch to USE_OPENAL | Nicky | |
2022-04-16 | Remove another place where there was some hand crafted logic to deal with ↵ | Nicky | |
bugsplat defines |