-
-
Notifications
You must be signed in to change notification settings - Fork 392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Constexpr CRC for C++23 #907
base: pull-request/#907-Constexpr-CRC-for-C++23
Are you sure you want to change the base?
Constexpr CRC for C++23 #907
Commits on Jun 25, 2024
-
first implementation of constexpr CRCs
Jan Dorniak committedJun 25, 2024 Configuration menu - View commit details
-
Copy full SHA for dd095c4 - Browse repository at this point
Copy the full SHA dd095c4View commit details -
Jan Dorniak committed
Jun 25, 2024 Configuration menu - View commit details
-
Copy full SHA for f3894c2 - Browse repository at this point
Copy the full SHA f3894c2View commit details -
Jan Dorniak committed
Jun 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 741187a - Browse repository at this point
Copy the full SHA 741187aView commit details -
Jan Dorniak committed
Jun 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 5be5642 - Browse repository at this point
Copy the full SHA 5be5642View commit details -
Jan Dorniak committed
Jun 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 6adf56a - Browse repository at this point
Copy the full SHA 6adf56aView commit details -
Jan Dorniak committed
Jun 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 6e62cff - Browse repository at this point
Copy the full SHA 6e62cffView commit details -
compiler_language_support: add a rudimentary check for C++23
Jan Dorniak committedJun 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 4df7644 - Browse repository at this point
Copy the full SHA 4df7644View commit details -
Jan Dorniak committed
Jun 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 9e3bf5d - Browse repository at this point
Copy the full SHA 9e3bf5dView commit details -
Jan Dorniak committed
Jun 25, 2024 Configuration menu - View commit details
-
Copy full SHA for afe4eb4 - Browse repository at this point
Copy the full SHA afe4eb4View commit details -
test: etl_traits: fix for C++23
Jan Dorniak committedJun 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 5489e9f - Browse repository at this point
Copy the full SHA 5489e9fView commit details -
tests: mem_cast_tr, murmur3: properly use etl::aligned_storage
Jan Dorniak committedJun 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 3e16709 - Browse repository at this point
Copy the full SHA 3e16709View commit details
Commits on Jun 27, 2024
-
crc: bump some constexpr to C++14 to fix builds
Jan Dorniak committedJun 27, 2024 Configuration menu - View commit details
-
Copy full SHA for ac8def7 - Browse repository at this point
Copy the full SHA ac8def7View commit details
Commits on Jul 2, 2024
-
github workflows: clang/C++23: don't install LLVM 17 since 18 is the …
…default in Ubuntu 24.04
Jan Dorniak committedJul 2, 2024 Configuration menu - View commit details
-
Copy full SHA for 89acdfd - Browse repository at this point
Copy the full SHA 89acdfdView commit details -
github actions: C++23: fix half-assed clang-17 removal
Jan Dorniak committedJul 2, 2024 Configuration menu - View commit details
-
Copy full SHA for 2c6dac1 - Browse repository at this point
Copy the full SHA 2c6dac1View commit details -
another fix for actions, shouldn't be in so much of a hurry
Jan Dorniak committedJul 2, 2024 Configuration menu - View commit details
-
Copy full SHA for ffa01d8 - Browse repository at this point
Copy the full SHA ffa01d8View commit details