phoenix-firestorm/indra
Nicky 1966d837e1 jsoncpp includepath should not include json/. jsoncpp includes a header "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-18 02:50:43 +02:00
..
cmake jsoncpp includepath should not include json/. jsoncpp includes a header "features.h" 2022-04-18 02:50:43 +02:00
copy_win_scripts SL-15742: Convert build scripts to Python 3 2021-12-10 14:42:49 -08:00
doxygen Update CMakeLists of doxygen project to require at least cmake 3.8.0 (same version as viewer) to get rid of deprecation warning. 2022-02-12 18:35:12 +01:00
integration_tests Now there is a oslibrary target get rid of some more obsolete vars: 2022-04-16 15:33:32 +02:00
lib/python/indra Merge branch 'master' into DRTVWR-543-maint 2022-02-28 21:55:28 +02:00
linux_crash_logger create target ll::uilibraries to have one common target that defines what each 2022-04-16 17:28:26 +02:00
llappearance Switch to target_include_directories 2022-04-17 18:04:57 +02:00
llaudio Switch to target_include_directories 2022-04-17 18:04:57 +02:00
llcharacter Switch to target_include_directories 2022-04-17 18:04:57 +02:00
llcommon jsoncpp includepath should not include json/. jsoncpp includes a header "features.h" 2022-04-18 02:50:43 +02:00
llcorehttp Switch to target_include_directories 2022-04-17 18:04:57 +02:00
llcrashlogger Move CMake files to modernized cmake syntax, step 1. 2022-04-06 16:32:52 +02:00
llfilesystem Switch to target_include_directories 2022-04-17 18:04:57 +02:00
llimage Switch to target_include_directories 2022-04-17 18:04:57 +02:00
llimagej2coj Rework cmake, the original plan was to maybe be able to use conan targets with the same name (that's why 3ps had names like apr::apr), 2022-04-13 19:21:55 +02:00
llinventory Switch to target_include_directories 2022-04-17 18:04:57 +02:00
llkdu Switch to target_include_directories 2022-04-17 18:04:57 +02:00
llmath Switch to target_include_directories 2022-04-17 18:04:57 +02:00
llmessage jsoncpp includepath should not include json/. jsoncpp includes a header "features.h" 2022-04-18 02:50:43 +02:00
llplugin Switch to target_include_directories 2022-04-17 18:04:57 +02:00
llprimitive Switch to target_include_directories 2022-04-17 18:04:57 +02:00
llrender Switch to target_include_directories 2022-04-17 18:04:57 +02:00
llui Switch to target_include_directories 2022-04-17 18:04:57 +02:00
llwindow Switch to target_include_directories 2022-04-17 18:04:57 +02:00
llxml Switch to target_include_directories 2022-04-17 18:04:57 +02:00
media_plugins Switch to target_include_directories 2022-04-17 18:04:57 +02:00
newview jsoncpp includepath should not include json/. jsoncpp includes a header "features.h" 2022-04-18 02:50:43 +02:00
test Streamline bugsplat target: 2022-04-16 22:08:40 +02:00
tools/vstool
viewer_components Switch to target_include_directories 2022-04-17 18:04:57 +02:00
win_crash_logger SL-14541 removed breakpad, win_crash_logger 2021-09-08 22:38:46 +03:00
CMakeLists.txt Request C++ standard via standard cmake. 2022-04-16 15:35:13 +02:00
edit-me-to-trigger-new-build.txt DRTVWR-545 New line for the coding policy check 2021-09-28 19:44:52 +03:00
fix-incredibuild.py SL-15742: Convert build scripts to Python 3 2021-12-10 14:42:49 -08:00