hatch-cpp 0.3.3__tar.gz → 0.3.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (66) hide show
  1. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/PKG-INFO +1 -1
  2. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/__init__.py +1 -1
  3. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/config.py +3 -1
  4. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/toolchains/common.py +3 -1
  5. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/pyproject.toml +2 -2
  6. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/.gitignore +0 -0
  7. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/LICENSE +0 -0
  8. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/README.md +0 -0
  9. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/hooks.py +0 -0
  10. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/plugin.py +0 -0
  11. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_hatch_build.py +0 -0
  12. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_platform_specific.py +0 -0
  13. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_basic/cpp/project/basic.cpp +0 -0
  14. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_basic/cpp/project/basic.hpp +0 -0
  15. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_basic/project/__init__.py +0 -0
  16. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_basic/pyproject.toml +0 -0
  17. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_cmake/CMakeLists.txt +0 -0
  18. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_cmake/Makefile +0 -0
  19. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_cmake/cpp/project/basic.cpp +0 -0
  20. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_cmake/cpp/project/basic.hpp +0 -0
  21. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_cmake/project/__init__.py +0 -0
  22. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_cmake/project/include/project/basic.hpp +0 -0
  23. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_cmake/pyproject.toml +0 -0
  24. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_cmake_vcpkg/CMakeLists.txt +0 -0
  25. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_cmake_vcpkg/Makefile +0 -0
  26. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_cmake_vcpkg/cpp/project/basic.cpp +0 -0
  27. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_cmake_vcpkg/cpp/project/basic.hpp +0 -0
  28. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_cmake_vcpkg/project/__init__.py +0 -0
  29. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_cmake_vcpkg/project/include/project/basic.hpp +0 -0
  30. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_cmake_vcpkg/pyproject.toml +0 -0
  31. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_cmake_vcpkg/vcpkg.json +0 -0
  32. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_hatch_build/cpp/project/basic.cpp +0 -0
  33. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_hatch_build/cpp/project/basic.hpp +0 -0
  34. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_hatch_build/project/__init__.py +0 -0
  35. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_hatch_build/pyproject.toml +0 -0
  36. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_limited_api/cpp/project/basic.cpp +0 -0
  37. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_limited_api/cpp/project/basic.hpp +0 -0
  38. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_limited_api/project/__init__.py +0 -0
  39. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_limited_api/pyproject.toml +0 -0
  40. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_nanobind/cpp/project/basic.cpp +0 -0
  41. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_nanobind/cpp/project/basic.hpp +0 -0
  42. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_nanobind/project/__init__.py +0 -0
  43. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_nanobind/pyproject.toml +0 -0
  44. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_override_classes/cpp/project/basic.cpp +0 -0
  45. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_override_classes/cpp/project/basic.hpp +0 -0
  46. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_override_classes/project/__init__.py +0 -0
  47. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_override_classes/pyproject.toml +0 -0
  48. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_override_toolchain/cpp/project/basic.cpp +0 -0
  49. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_override_toolchain/cpp/project/basic.hpp +0 -0
  50. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_override_toolchain/project/__init__.py +0 -0
  51. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_override_toolchain/pyproject.toml +0 -0
  52. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_pybind/cpp/project/basic.cpp +0 -0
  53. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_pybind/cpp/project/basic.hpp +0 -0
  54. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_pybind/project/__init__.py +0 -0
  55. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_pybind/pyproject.toml +0 -0
  56. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_pybind_vcpkg/cpp/project/basic.cpp +0 -0
  57. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_pybind_vcpkg/cpp/project/basic.hpp +0 -0
  58. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_pybind_vcpkg/project/__init__.py +0 -0
  59. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_pybind_vcpkg/pyproject.toml +0 -0
  60. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_project_pybind_vcpkg/vcpkg.json +0 -0
  61. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_projects.py +0 -0
  62. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/tests/test_structs.py +0 -0
  63. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/toolchains/__init__.py +0 -0
  64. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/toolchains/cmake.py +0 -0
  65. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/toolchains/vcpkg.py +0 -0
  66. {hatch_cpp-0.3.3 → hatch_cpp-0.3.4}/hatch_cpp/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hatch-cpp
3
- Version: 0.3.3
3
+ Version: 0.3.4
4
4
  Summary: Hatch plugin for C++ builds
5
5
  Project-URL: Repository, https://github.com/python-project-templates/hatch-cpp
6
6
  Project-URL: Homepage, https://github.com/python-project-templates/hatch-cpp
@@ -1,4 +1,4 @@
1
- __version__ = "0.3.3"
1
+ __version__ = "0.3.4"
2
2
 
3
3
  from .config import *
4
4
  from .hooks import *
@@ -93,7 +93,9 @@ class HatchCppBuildPlan(HatchCppBuildConfig):
93
93
 
94
94
  def execute(self):
95
95
  for command in self.commands:
96
- system_call(command)
96
+ ret = system_call(command)
97
+ if ret != 0:
98
+ raise RuntimeError(f"hatch-cpp build command failed with exit code {ret}: {command}")
97
99
  return self.commands
98
100
 
99
101
  def cleanup(self):
@@ -323,7 +323,9 @@ class HatchCppPlatform(BaseModel):
323
323
  flags += " " + " ".join(f"/U{macro}" for macro in effective_undef_macros)
324
324
  flags += " /EHsc /DWIN32"
325
325
  if library.std:
326
- flags += f" /std:{library.std}"
326
+ # MSVC minimum is c++14; clamp older standards
327
+ std = library.std if library.std not in ("c++11", "c++0x") else "c++14"
328
+ flags += f" /std:{std}"
327
329
  # clean
328
330
  while flags.count(" "):
329
331
  flags = flags.replace(" ", " ")
@@ -12,7 +12,7 @@ authors = [
12
12
  description = "Hatch plugin for C++ builds"
13
13
  readme = "README.md"
14
14
  license = { text = "Apache-2.0" }
15
- version = "0.3.3"
15
+ version = "0.3.4"
16
16
  requires-python = ">=3.10"
17
17
  keywords = [
18
18
  "hatch",
@@ -80,7 +80,7 @@ Repository = "https://github.com/python-project-templates/hatch-cpp"
80
80
  Homepage = "https://github.com/python-project-templates/hatch-cpp"
81
81
 
82
82
  [tool.bumpversion]
83
- current_version = "0.3.3"
83
+ current_version = "0.3.4"
84
84
  commit = true
85
85
  tag = true
86
86
  commit_args = "-s"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes