Skip to content

Releases: jbcoe/value_types

Value Types release 1.0.1

24 Feb 10:34
6f50aff

Choose a tag to compare

Reference implementation of the Value Types proposal matching P3019R14 as accepted into the C++26 working draft

What's Changed

  • Bump setuptools from 75.6.0 to 78.1.1 in /cmake/requirements by @dependabot[bot] in #572
  • Move find Python from module scope to local scope by @Twon in #577
  • Add manual workflow dispatch to CI run by @nbx8 in #580
  • Fix code coverage badge in README.md by @jbcoe in #581
  • Add implementation of polymorphic that uses no vtable by @jbcoe in #571
  • Use uv to manage Python development tooling by @jbcoe in #583
  • Update MODULE.bazel.lock by @jbcoe in #588
  • LWG constraints issue as simple markdown by @jbcoe in #587
  • Update README.md to reflect C++ draft standard acceptance of indirect and polymorphic by @Copilot in #589
  • ✨ Add comprehensive Copilot instructions for value_types repository by @Copilot in #592
  • Fix typo and simplify acceptance story in README by @jbcoe in #594
  • Update Google Benchmark version by @Twon in #597
  • Move ISO C++ docs to their own directory by @jbcoe in #601
  • Add a response to a National Body comment requesting implicit conversions for indirect by @jbcoe in #602
  • Add additional reasons for design change rejection following BSI input by @jbcoe in #604
  • Stylistic updates and acknowledgment by @jbcoe in #605
  • Clarifying edits after feedback from LEWG reflector by @jbcoe in #606
  • Add document history by @jbcoe in #607
  • Update date and paper draft by @jbcoe in #608
  • Add note to bazelrc on how to get source locations with ASAN on MacOS by @jbcoe in #610
  • Add appendix discussing recursive variants by @jbcoe in #611
  • Require bazel 8.5.1 for CI by @jbcoe in #616
  • Bump virtualenv from 20.31.2 to 20.36.1 by @dependabot[bot] in #618
  • Update coverage requirements by @jbcoe in #619
  • Update bazel modules for bazel 9.0 by @jbcoe in #620
  • N5032: [indirect.relops] equality comparison is conditionally noexcept by @jogerh in #623
  • Leave moved-from valueless after move and move assign when allocators don't compare equal by @jogerh in #622
  • Include xyz_value_types-export-set.cmake in package config file by @jogerh in #625

New Contributors

Full Changelog: v1.0.0...v1.0.1

Value Types release 1.0.0

23 Jun 14:26
0f3f727

Choose a tag to compare

Reference implementation of the Value Types proposal matching P3019R14 as accepted into the C++26 working draft