Commit Graph

21 Commits

Author SHA1 Message Date
Kevin Ring 109201530a Split AsyncSystem.h into multiple files. 2021-06-16 15:06:42 +10:00
Kevin Ring ca9cc41064 Improved load tracing. 2021-06-07 22:57:45 +10:00
Kevin Ring f9b697acc0 Better sqlite includes handling. 2021-05-25 22:06:45 +10:00
Kevin Ring da0b567120 Fix some install bits. 2021-03-05 14:04:28 +11:00
Shehzan Mohammed 887744202d Remove other PRIVATE flags from link libraries 2021-03-04 10:50:19 -05:00
Shehzan Mohammed 3faff010d7 Installing thirdparty deps working on linux 2021-03-03 20:47:31 -05:00
Kevin Ring 34bbd2aa31 WIP cmake install. 2021-03-04 09:48:09 +11:00
Samuel Vargas 2e14c98350
Fix error with SQLITE3 / CesiumAsync on Windows 2021-03-02 15:36:07 -05:00
Samuel Vargas 5d03477551
Rearchitecture cesium-native's CMake structure
This is necessary to support using cesium-native as submodule in
in asset-pipeline

- `draco` and `sqlite3` are guarded with if target blocks to allow
  asset-pipeline to provide their own version of the targets.
- Tests are now a dedicated target that clients don't have to build
- Test sources / headers are now a target property instead of using the $<BUILD_INTERFACE... hack
- Added common include variables in extern/CMakeLists.txt
- Defined `RAPIDJSON_HAS_CXX11_RVALUE_REFS` for move support for RapidJson
- Private include directories are automatically extracted via CMake magic
  for use in catch tests
- Globbing is now wrapped in a dedicated function that allows one to use
  CONFIGURE_DEPENDS depending on their preferences (defaults to OFF)
  to retain the old behavior.
2021-03-02 14:28:04 -05:00
Kevin Ring a69628b785 Merge remote-tracking branch 'origin/master' into ion-ui 2021-02-24 12:59:44 +11:00
Kevin Ring f7caafa626 Add CesiumIonClient library.
Also move Uri to CesiumUtility, and add a `post` method to
`IAssetAccessor`.
2021-02-08 21:59:53 +11:00
unknown 947ae1ee95 fix gcc error 2021-02-01 23:11:51 -05:00
unknown 520ee7ad2f use CMAKE_CURRENT_SOURCE_DIR again 2021-01-31 21:55:38 -05:00
unknown 96fbe0564d use CMAKE_CURRENT_LIST_DIR for sqlite 2021-01-31 20:48:24 -05:00
unknown 8302e19895 add message to cmake to debug 2021-01-31 20:05:06 -05:00
unknown 378b27f591 add spdlog for cache 2021-01-31 15:31:12 -05:00
unknown b6eb48dbc9 Merge branch 'master' into disk-cache 2021-01-08 16:53:40 -05:00
unknown 7711f71eb8 use const for IAssetRequest interface 2021-01-06 10:53:00 -05:00
unknown 8d34afdff1 WIP: add sqlite3 and CachedAssetAccessor 2021-01-04 19:24:24 -05:00
unknown c1c1408160 add option to expose private src for other libraries. Add tests for SkirtMeshMetadata 2020-12-23 15:57:08 -05:00
Kevin Ring 6a3b9d5e7b Move async bits to CesiumAsync library. 2020-12-02 16:34:41 +11:00