Age | Commit message (Expand) | Author |
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 add_compile_definiti... | Nicky |
2022-04-18 | - Change OpenAL to OPENAL to match the correct filename, Windows and OSX use ... | Nicky |
2022-04-18 | jsoncpp includepath should not include json/. jsoncpp includes a header "feat... | Nicky |
2022-04-17 | Remove function create_target and instead directly use add_library | Nicky |
2022-04-17 | Switch to target_include_directories | Nicky |
2022-04-17 | Switch over to standard target_link_libraries (cmake requirements are high en... | Nicky |
2022-04-16 | Remove another place where there was some hand crafted logic to deal with bug... | Nicky |
2022-04-16 | Streamline fmodstudio/openal targets: | Nicky |
2022-04-16 | Streamline bugsplat target: | Nicky |
2022-04-16 | Cleanup plugin, create proper target for link libraries. Remove unused | Nicky |
2022-04-16 | Pull in LL_GLOD=1 via target, not by hand crafted magic. | Nicky |
2022-04-16 | Include Linking to pull in the definition of ARCH_PREBUILT_DIRS_RELEASE | Nicky |
2022-04-16 | Cleanup, remove unused variable | Nicky |
2022-04-16 | Make Pulseaudio.cmake just error out. a) it is broken (there is no 3p | Nicky |
2022-04-16 | Cleanup | Nicky |
2022-04-16 | Remove unused HEADLESS case | Nicky |
2022-04-16 | Cleanup | Nicky |
2022-04-16 | Removed unused HEADLESS case. | Nicky |
2022-04-16 | slvoice_src_dir seems generally not used/ever valid. Not 100% sure | Nicky |
2022-04-16 | Remove unused variable. | Nicky |
2022-04-16 | Initialize variables so that calling cmake with "--warn-unused-vars --warn-un... | Nicky |
2022-04-16 | create target ll::uilibraries to have one common target that defines what each | Nicky |
2022-04-16 | Do not use ${ARCH}_linux_INCLUDES atm | Nicky |
2022-04-16 | Remove unset GOOGLEMOCK_INCLUDE_DIRS variable. | Nicky |
2022-04-16 | Fix a typo. | Nicky |
2022-04-16 | Only try copy voice files from slvoice_src_dir if that variable is set (seems... | Nicky |
2022-04-16 | Remove obsolete message | Nicky |
2022-04-16 | Now there is a oslibrary target get rid of some more obsolete vars: | Nicky |
2022-04-16 | Create a new target ll::oslibrary to link against libs specific to the OS com... | Nicky |
2022-04-16 | Remove unused code | Nicky |
2022-04-16 | Simple reformat with CLion | Nicky |
2022-04-13 | FindSCP.cmake is used when INSTALL_PROPRIETARY is set. Not sure what the latt... | Nicky |
2022-04-13 | Rework cmake, the original plan was to maybe be able to use conan targets wit... | Nicky |
2022-04-13 | Remove obsolete and unmaintained USE_SYSTEMLIBS | Nicky |
2022-04-10 | Make LIB_NDOF define part of the targets interface | Nicky |
2022-04-09 | Fix warning supression for Linux/OSX, this was broken after the first round o... | Nicky |
2022-04-09 | Cleanup ... use the appropriate functions to set options. Before | Nicky |
2022-04-07 | Using Ninja leads to subtly different path than using a multi config generate... | Nicky |
2022-04-07 | Bring packages formater step on par with 3p installation: | Nicky |
2022-04-07 | OpenAL is not avaiable for OSX, error out in case someone selects ot. | Nicky |
2022-04-06 | Remove noexistant include directory | Nicky |
2022-04-06 | CMake 3.8.0 compatibility | Nicky |
2022-04-06 | Don't bother with debug builds,, they are long deprecated. | Nicky |
2022-04-06 | Googlemock target | Nicky |
2022-04-06 | Set PNG link targets for OSX and Linux | Nicky |
2022-04-06 | Remove erroneous characters. | Nicky |
2022-04-06 | Remove boost_signals, it is not included in the 3p package. | Nicky |
2022-04-06 | Create and use bugsplat target | Nicky |
2022-04-06 | Create and use sdl::sdl target | Nicky |