1. ac1fe84 Use MacOS system clang instead of brew's by Elie Michel · 7 months ago
  2. 90fdaa8 Add cmake build for Emscripten bindings and samples. by Loko Kung · 9 months ago
  3. 3b744cb Turn off CMAKE_CXX_EXTENSIONS, don't use ##__VA_ARGS__ by David Neto · 9 months ago
  4. 2d6e9ab Reapply "Do not turn off CMAKE_CXX_EXTENSIONS" by David Neto · 9 months ago
  5. a5e4715 Revert "Do not turn off CMAKE_CXX_EXTENSIONS" by Jaswant Panchumarti · 9 months ago
  6. 5a26bdd Refine the bundling step for `webgpu_dawn` by Jaswant Panchumarti · 9 months ago
  7. 42159c6 Do not turn off CMAKE_CXX_EXTENSIONS by Jaswant Panchumarti · 10 months ago
  8. 0a3b1b9 Use dawn_add_library function to create the dawn_native library by Jaswant Panchumarti · 10 months ago
  9. dfa913f Separate the headers between public and private visibility by Jaswant Panchumarti · 10 months ago
  10. 85b7675 Add new cmake function dawn_add_library by Jaswant Panchumarti · 10 months ago
  11. 34cca84 Replicate compiler warning flags from gn build system in cmake by Jaswant Panchumarti · 10 months ago
  12. 064f544 Move C++ standard setting to DawnCompilerChecks cmake module by Jaswant Panchumarti · 10 months ago chromium/6554
  13. fa41649 Initialize CMAKE_BUILD_TYPE in a cmake module by Jaswant Panchumarti · 10 months ago
  14. 61f9bc0 Move compiler platform flags into src/cmake/DawnCompilerPlatformFlags cmake module by Jaswant Panchumarti · 10 months ago
  15. eb93d8c Move compiler options into src/cmake/DawnCompilerExtraFlags cmake module by Jaswant Panchumarti · 10 months ago
  16. d73ee73 Move BundleLibraries cmake module inside src/cmake by Jaswant Panchumarti · 10 months ago
  17. 72b712f Move set_if_not_defined into DawnSetIfNotDefined module in src/cmake by Jaswant Panchumarti · 10 months ago