1. 42159c6 Do not turn off CMAKE_CXX_EXTENSIONS by Jaswant Panchumarti · 9 months ago
  2. 0a3b1b9 Use dawn_add_library function to create the dawn_native library by Jaswant Panchumarti · 9 months ago
  3. dfa913f Separate the headers between public and private visibility by Jaswant Panchumarti · 9 months ago
  4. 85b7675 Add new cmake function dawn_add_library by Jaswant Panchumarti · 9 months ago
  5. 34cca84 Replicate compiler warning flags from gn build system in cmake by Jaswant Panchumarti · 9 months ago
  6. 064f544 Move C++ standard setting to DawnCompilerChecks cmake module by Jaswant Panchumarti · 9 months ago chromium/6554
  7. fa41649 Initialize CMAKE_BUILD_TYPE in a cmake module by Jaswant Panchumarti · 9 months ago
  8. 61f9bc0 Move compiler platform flags into src/cmake/DawnCompilerPlatformFlags cmake module by Jaswant Panchumarti · 9 months ago
  9. eb93d8c Move compiler options into src/cmake/DawnCompilerExtraFlags cmake module by Jaswant Panchumarti · 9 months ago
  10. d73ee73 Move BundleLibraries cmake module inside src/cmake by Jaswant Panchumarti · 9 months ago
  11. 72b712f Move set_if_not_defined into DawnSetIfNotDefined module in src/cmake by Jaswant Panchumarti · 9 months ago