mirror of
https://github.com/ETLCPP/etl.git
synced 2026-07-30 16:26:17 +08:00
* Refactored vector.h Deleted ivectorpointer.h * Minor changes * Fixed code incompatible with C++03 * Clang-format changes * Removed redundant double-qualified name * Fixed is_is_object_pointer_v to is_object_pointer_v * Added new test files to meson.build * Added overflow checks to vector_ext copy and move constructors and assignments Added assert throw tests. * Added diagnostic pushes to eliminate GCC warning false positives * Changed the GCC C++23 Github action to use GCC14 * Applied clang-format * Added guard to pop_heap * Added guard to adjust_heap * Attempt to fix GCC diagnostic * Attempt to fix GCC diagnostic Re-enable ranges algorithm tests * Attempt to fix GCC diagnostic Re-enable ranges algorithm tests * clang-format * Attempt to fix GCC diagnostic Re-enable ranges algorithm tests * Attempt to fix GCC diagnostic Re-enable ranges algorithm tests * Attempt to fix GCC diagnostic Re-enable ranges algorithm tests * Missing newline at end of file * Attempt to fix GCC diagnostic Re-enable ranges algorithm tests * Attempt to fix GCC diagnostic Re-enable ranges algorithm tests * Attempt to fix GCC diagnostic Re-enable ranges algorithm tests * Attempt to fix GCC diagnostic Re-enable ranges algorithm tests * Attempt to fix GCC diagnostic * clang-format * Changed gcc --version to gcc-14 --version --------- Co-authored-by: John Wellbelove <john.wellbelove@etlcpp.com> Co-authored-by: Roland Reichwein <Roland.Reichwein@bmw.de> |
||
|---|---|---|
| .. | ||
| bazel-gcc-c++23-no-stl.yml | ||
| clang-c++11.yml | ||
| clang-c++14.yml | ||
| clang-c++17.yml | ||
| clang-c++20.yml | ||
| clang-c++23.yml | ||
| clang-c++26.yml | ||
| clang-format_update.yaml | ||
| clang-format.yaml | ||
| clang-syntax-checks.yml | ||
| clang-tidy.yaml | ||
| coverage.yml | ||
| deploy-etl-documentation.yml | ||
| gcc-c++11.yml | ||
| gcc-c++14.yml | ||
| gcc-c++17.yml | ||
| gcc-c++20.yml | ||
| gcc-c++23-armhf.yml | ||
| gcc-c++23-i386.yml | ||
| gcc-c++23-powerpc.yml | ||
| gcc-c++23-riscv64.yml | ||
| gcc-c++23-s390x.yml | ||
| gcc-c++23.yml | ||
| gcc-c++26.yml | ||
| gcc-syntax-checks.yml | ||
| generator.yml | ||
| meson-gcc-c++23-no-stl.yml | ||
| msvc.yml | ||
| platformio-update.yml | ||