-
-
Notifications
You must be signed in to change notification settings - Fork 395
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
add static assert with auto message #740
add static assert with auto message #740
Commits on Aug 10, 2023
-
Resolve all C++ -O2 warnings Resolve all C++ -O2 warnings
Configuration menu - View commit details
-
Copy full SHA for d1aaa77 - Browse repository at this point
Copy the full SHA d1aaa77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91eb44d - Browse repository at this point
Copy the full SHA 91eb44dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f185c3 - Browse repository at this point
Copy the full SHA 0f185c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81d2ec0 - Browse repository at this point
Copy the full SHA 81d2ec0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c3d659 - Browse repository at this point
Copy the full SHA 5c3d659View commit details
Commits on Aug 11, 2023
-
add stringify macro (ETLCPP#741)
* Add include/linux/stringify.h from Linux kernel 2.6.12-rc2 (cherry picked from commit torvalds/linux@1da177e) * Make __stringify support variable argument macros too For example: __stringify(__entry->irq, __entry->ret) will now convert it to: "REC->irq, REC->ret" It also still supports single arguments as the old macro did. Signed-off-by: Zhao Lei <[email protected]> Acked-by: Frederic Weisbecker <[email protected]> Cc: Steven Rostedt <[email protected]> LKML-Reference: <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> (cherry picked from commit torvalds/linux@8f7c2c3) * Add documentation. * Adjust names in order to satisfy naming convention. * Use __VA_ARGS__ instead a GNU extension as this works with more compilers. Works with the newest versions of ICCAVR, GCC, CLANG and MSCV. C++11 may be required. * Adjust to ETL folder structure. * Change include guard to the one usual in ETL. * Add definition guard for STRINGIFY. --------- Co-authored-by: Linus Torvalds <[email protected]> Co-authored-by: Zhaolei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cab9b76 - Browse repository at this point
Copy the full SHA cab9b76View commit details
Commits on Aug 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 81815a2 - Browse repository at this point
Copy the full SHA 81815a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ec6ed5 - Browse repository at this point
Copy the full SHA 2ec6ed5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d59e2d - Browse repository at this point
Copy the full SHA 9d59e2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c3fa4a - Browse repository at this point
Copy the full SHA 2c3fa4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27e9e3c - Browse repository at this point
Copy the full SHA 27e9e3cView commit details
Commits on Aug 15, 2023
-
Remove some unreachable code in bitset_new.h (ETLCPP#743)
Warning[Pe111]: statement is unreachable
Configuration menu - View commit details
-
Copy full SHA for 9985539 - Browse repository at this point
Copy the full SHA 9985539View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13d723f - Browse repository at this point
Copy the full SHA 13d723fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f927a1b - Browse repository at this point
Copy the full SHA f927a1bView commit details
Commits on Aug 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 45fb06a - Browse repository at this point
Copy the full SHA 45fb06aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f48907 - Browse repository at this point
Copy the full SHA 9f48907View commit details -
Configuration menu - View commit details
-
Copy full SHA for faed17a - Browse repository at this point
Copy the full SHA faed17aView commit details
Commits on Aug 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 06761ca - Browse repository at this point
Copy the full SHA 06761caView commit details
Commits on Aug 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 77fb39c - Browse repository at this point
Copy the full SHA 77fb39cView commit details
Commits on Aug 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 870759f - Browse repository at this point
Copy the full SHA 870759fView commit details -
Added time_to_next() status function
John Wellbelove committedAug 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 11daaa3 - Browse repository at this point
Copy the full SHA 11daaa3View commit details -
Added 'sentence case' versions of constants
John Wellbelove committedAug 21, 2023 Configuration menu - View commit details
-
Copy full SHA for f4ca3ce - Browse repository at this point
Copy the full SHA f4ca3ceView commit details
Commits on Aug 23, 2023
-
Added C++03 compatible etl::move or etl::move_backward
John Wellbelove committedAug 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 7e26668 - Browse repository at this point
Copy the full SHA 7e26668View commit details
Commits on Aug 25, 2023
-
Added c++03 zero parameter emplace member functions
John Wellbelove committedAug 25, 2023 Configuration menu - View commit details
-
Copy full SHA for 53084ae - Browse repository at this point
Copy the full SHA 53084aeView commit details -
Fix issue of release of an object on empty an pool
John Wellbelove committedAug 25, 2023 Configuration menu - View commit details
-
Copy full SHA for 7e31561 - Browse repository at this point
Copy the full SHA 7e31561View commit details -
John Wellbelove committed
Aug 25, 2023 Configuration menu - View commit details
-
Copy full SHA for f5f0ef3 - Browse repository at this point
Copy the full SHA f5f0ef3View commit details -
John Wellbelove committed
Aug 25, 2023 Configuration menu - View commit details
-
Copy full SHA for 076896e - Browse repository at this point
Copy the full SHA 076896eView commit details -
Merge branch 'hotfix/ETLCPP#746-Missing-etl--legacy--variant-overload…
…-of-emplace-with-0-Arguments' into development
John Wellbelove committedAug 25, 2023 Configuration menu - View commit details
-
Copy full SHA for a65725a - Browse repository at this point
Copy the full SHA a65725aView commit details -
Merge branch 'feature/ETLCPP#744-get-time-when-next-timer-will-expire…
…-etl--callback_timer' into development # Conflicts: # .gitignore # include/etl/intrusive_forward_list.h
John Wellbelove committedAug 25, 2023 Configuration menu - View commit details
-
Copy full SHA for ee7fc16 - Browse repository at this point
Copy the full SHA ee7fc16View commit details -
Change to require semicolons after debug count macros.
Added error assert for vector reserve greater than capacity.
John Wellbelove committedAug 25, 2023 Configuration menu - View commit details
-
Copy full SHA for c92ab94 - Browse repository at this point
Copy the full SHA c92ab94View commit details
Commits on Aug 26, 2023
-
Added destructor to CMSIS_RTOS2 mutex
John Wellbelove committedAug 26, 2023 Configuration menu - View commit details
-
Copy full SHA for 5402a3e - Browse repository at this point
Copy the full SHA 5402a3eView commit details -
Updated version and release notes
John Wellbelove committedAug 26, 2023 Configuration menu - View commit details
-
Copy full SHA for b38afd7 - Browse repository at this point
Copy the full SHA b38afd7View commit details
Commits on Aug 29, 2023
-
John Wellbelove committed
Aug 29, 2023 Configuration menu - View commit details
-
Copy full SHA for 9465468 - Browse repository at this point
Copy the full SHA 9465468View commit details -
Updated vesrion and release notes
John Wellbelove committedAug 29, 2023 Configuration menu - View commit details
-
Copy full SHA for 7fdaa7c - Browse repository at this point
Copy the full SHA 7fdaa7cView commit details
Commits on Sep 2, 2023
-
ETLCPP#753 [porting] IAR's overload resolution struggles with etl::sp…
…an::span(etl::array&) ETLCPP#754 ambiguous etl::bit_stream_reader::bit_stream_reader() for some etl::span
John Wellbelove committedSep 2, 2023 Configuration menu - View commit details
-
Copy full SHA for 01d9660 - Browse repository at this point
Copy the full SHA 01d9660View commit details
Commits on Sep 3, 2023
-
ETLCPP#755 warning about constexpr in array.h
John Wellbelove committedSep 3, 2023 Configuration menu - View commit details
-
Copy full SHA for a4879c8 - Browse repository at this point
Copy the full SHA a4879c8View commit details -
John Wellbelove committed
Sep 3, 2023 Configuration menu - View commit details
-
Copy full SHA for ec8dea9 - Browse repository at this point
Copy the full SHA ec8dea9View commit details
Commits on Sep 4, 2023
-
const_reference at(size_t i) const is only constexpr from C++14
John Wellbelove committedSep 4, 2023 Configuration menu - View commit details
-
Copy full SHA for d517847 - Browse repository at this point
Copy the full SHA d517847View commit details -
Added conversion operators to std::span
John Wellbelove committedSep 4, 2023 Configuration menu - View commit details
-
Copy full SHA for 34029b4 - Browse repository at this point
Copy the full SHA 34029b4View commit details -
John Wellbelove committed
Sep 4, 2023 Configuration menu - View commit details
-
Copy full SHA for 6f3e6a5 - Browse repository at this point
Copy the full SHA 6f3e6a5View commit details -
John Wellbelove committed
Sep 4, 2023 Configuration menu - View commit details
-
Copy full SHA for e3cb478 - Browse repository at this point
Copy the full SHA e3cb478View commit details -
John Wellbelove committed
Sep 4, 2023 Configuration menu - View commit details
-
Copy full SHA for 5db82de - Browse repository at this point
Copy the full SHA 5db82deView commit details -
John Wellbelove committed
Sep 4, 2023 Configuration menu - View commit details
-
Copy full SHA for fc63a51 - Browse repository at this point
Copy the full SHA fc63a51View commit details -
John Wellbelove committed
Sep 4, 2023 Configuration menu - View commit details
-
Copy full SHA for 9295067 - Browse repository at this point
Copy the full SHA 9295067View commit details -
Updated version and release notes
John Wellbelove committedSep 4, 2023 Configuration menu - View commit details
-
Copy full SHA for 89306df - Browse repository at this point
Copy the full SHA 89306dfView commit details
Commits on Sep 8, 2023
-
John Wellbelove committed
Sep 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 9705ee2 - Browse repository at this point
Copy the full SHA 9705ee2View commit details
Commits on Sep 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ba56195 - Browse repository at this point
Copy the full SHA ba56195View commit details -
John Wellbelove committed
Sep 12, 2023 Configuration menu - View commit details
-
Copy full SHA for 5aa9333 - Browse repository at this point
Copy the full SHA 5aa9333View commit details
Commits on Sep 14, 2023
-
Make "private" includes relativ (ETLCPP#761)
Avoid "include not found" when indirectly including etl-header Co-authored-by: Andreas Pelczer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 20a55fa - Browse repository at this point
Copy the full SHA 20a55faView commit details -
Make "private" includes relativ (ETLCPP#761)
Avoid "include not found" when indirectly including etl-header Co-authored-by: Andreas Pelczer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 20cfebc - Browse repository at this point
Copy the full SHA 20cfebcView commit details -
Merge branch 'development' of https://github.com/ETLCPP/etl into deve…
…lopment
John Wellbelove committedSep 14, 2023 Configuration menu - View commit details
-
Copy full SHA for 8ef5353 - Browse repository at this point
Copy the full SHA 8ef5353View commit details
Commits on Sep 15, 2023
-
Remove BOM from random.h (ETLCPP#762)
random.h is the only file with UTF8-BOM and IAR can not handle it. For compatibility reasons it should be removed. Co-authored-by: Andreas Pelczer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 26cf2af - Browse repository at this point
Copy the full SHA 26cf2afView commit details
Commits on Sep 20, 2023
-
Enabled etl::overload for C++11 & C++14
John Wellbelove committedSep 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 8e83a26 - Browse repository at this point
Copy the full SHA 8e83a26View commit details -
Added conversion operators to std::span
MacOS clang span issue MacOS clang span issue MacOS clang span issue MacOS clang span issue MacOS clang span issue
John Wellbelove committedSep 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 4469aeb - Browse repository at this point
Copy the full SHA 4469aebView commit details -
Updated version and release notes
John Wellbelove committedSep 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 0216ecf - Browse repository at this point
Copy the full SHA 0216ecfView commit details -
John Wellbelove committed
Sep 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 9311256 - Browse repository at this point
Copy the full SHA 9311256View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93091cf - Browse repository at this point
Copy the full SHA 93091cfView commit details -
John Wellbelove committed
Sep 20, 2023 Configuration menu - View commit details
-
Copy full SHA for add9ce1 - Browse repository at this point
Copy the full SHA add9ce1View commit details -
Make "private" includes relativ (ETLCPP#761)
Avoid "include not found" when indirectly including etl-header Co-authored-by: Andreas Pelczer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b2adb0d - Browse repository at this point
Copy the full SHA b2adb0dView commit details -
Remove BOM from random.h (ETLCPP#762)
random.h is the only file with UTF8-BOM and IAR can not handle it. For compatibility reasons it should be removed. Co-authored-by: Andreas Pelczer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee8be05 - Browse repository at this point
Copy the full SHA ee8be05View commit details -
Enabled etl::overload for C++11 & C++14
John Wellbelove committedSep 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 9a73f5e - Browse repository at this point
Copy the full SHA 9a73f5eView commit details -
Merge branch 'development' of https://github.com/ETLCPP/etl into deve…
…lopment
John Wellbelove committedSep 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 2255a29 - Browse repository at this point
Copy the full SHA 2255a29View commit details
Commits on Sep 21, 2023
-
Merge branch 'development' of https://github.com/ETLCPP/etl into deve…
…lopment
John Wellbelove committedSep 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 22f4fa9 - Browse repository at this point
Copy the full SHA 22f4fa9View commit details -
Merge branch 'development' of https://github.com/ETLCPP/etl into deve…
…lopment
John Wellbelove committedSep 21, 2023 Configuration menu - View commit details
-
Copy full SHA for b2b4895 - Browse repository at this point
Copy the full SHA b2b4895View commit details -
John Wellbelove committed
Sep 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 2b6f6de - Browse repository at this point
Copy the full SHA 2b6f6deView commit details -
Merge branch 'hotfix/ETLCPP#749-Code-change-causes-warning-with-armcc…
…-compiler' into development
John Wellbelove committedSep 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 40df321 - Browse repository at this point
Copy the full SHA 40df321View commit details
Commits on Sep 23, 2023
-
ETLCPP#766 etl::unique_ptr::reset() can call deleter with nullptr arg…
…ument
John Wellbelove committedSep 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 1f368ea - Browse repository at this point
Copy the full SHA 1f368eaView commit details
Commits on Sep 24, 2023
-
Refactored storage for etl::optional
John Wellbelove committedSep 24, 2023 Configuration menu - View commit details
-
Copy full SHA for 61713b6 - Browse repository at this point
Copy the full SHA 61713b6View commit details -
John Wellbelove committed
Sep 24, 2023 Configuration menu - View commit details
-
Copy full SHA for e1b2a87 - Browse repository at this point
Copy the full SHA e1b2a87View commit details -
John Wellbelove committed
Sep 24, 2023 Configuration menu - View commit details
-
Copy full SHA for 754ac74 - Browse repository at this point
Copy the full SHA 754ac74View commit details -
Merge branch 'development' of https://github.com/ETLCPP/etl into deve…
…lopment
John Wellbelove committedSep 24, 2023 Configuration menu - View commit details
-
Copy full SHA for a90b370 - Browse repository at this point
Copy the full SHA a90b370View commit details -
Merge branch 'development' of https://github.com/ETLCPP/etl into deve…
…lopment
John Wellbelove committedSep 24, 2023 Configuration menu - View commit details
-
Copy full SHA for d507106 - Browse repository at this point
Copy the full SHA d507106View commit details -
Merge branch 'development' of https://github.com/ETLCPP/etl into deve…
…lopment
John Wellbelove committedSep 24, 2023 Configuration menu - View commit details
-
Copy full SHA for cf15b92 - Browse repository at this point
Copy the full SHA cf15b92View commit details
Commits on Sep 25, 2023
-
John Wellbelove committed
Sep 25, 2023 Configuration menu - View commit details
-
Copy full SHA for fd920fc - Browse repository at this point
Copy the full SHA fd920fcView commit details
Commits on Sep 27, 2023
-
John Wellbelove committed
Sep 27, 2023 Configuration menu - View commit details
-
Copy full SHA for 11155eb - Browse repository at this point
Copy the full SHA 11155ebView commit details -
John Wellbelove committed
Sep 27, 2023 Configuration menu - View commit details
-
Copy full SHA for 851aa81 - Browse repository at this point
Copy the full SHA 851aa81View commit details -
John Wellbelove committed
Sep 27, 2023 Configuration menu - View commit details
-
Copy full SHA for 24b1458 - Browse repository at this point
Copy the full SHA 24b1458View commit details -
Merge branch 'development' of https://github.com/ETLCPP/etl into deve…
…lopment
John Wellbelove committedSep 27, 2023 Configuration menu - View commit details
-
Copy full SHA for fe35751 - Browse repository at this point
Copy the full SHA fe35751View commit details
Commits on Oct 1, 2023
-
John Wellbelove committed
Oct 1, 2023 Configuration menu - View commit details
-
Copy full SHA for 4489416 - Browse repository at this point
Copy the full SHA 4489416View commit details
Commits on Oct 4, 2023
-
John Wellbelove committed
Oct 4, 2023 Configuration menu - View commit details
-
Copy full SHA for c8e6992 - Browse repository at this point
Copy the full SHA c8e6992View commit details -
Fix maybe-uninitialized warning
John Wellbelove committedOct 4, 2023 Configuration menu - View commit details
-
Copy full SHA for 785d97f - Browse repository at this point
Copy the full SHA 785d97fView commit details -
Fix maybe-uninitialized warning
John Wellbelove committedOct 4, 2023 Configuration menu - View commit details
-
Copy full SHA for c9056b6 - Browse repository at this point
Copy the full SHA c9056b6View commit details -
Merge branch 'development' of https://github.com/ETLCPP/etl into deve…
…lopment
John Wellbelove committedOct 4, 2023 Configuration menu - View commit details
-
Copy full SHA for b5bed0f - Browse repository at this point
Copy the full SHA b5bed0fView commit details -
John Wellbelove committed
Oct 4, 2023 Configuration menu - View commit details
-
Copy full SHA for 6b7093d - Browse repository at this point
Copy the full SHA 6b7093dView commit details
Commits on Oct 5, 2023
-
Added etl::string interface to etl::base64
John Wellbelove committedOct 5, 2023 Configuration menu - View commit details
-
Copy full SHA for 5437b4b - Browse repository at this point
Copy the full SHA 5437b4bView commit details
Commits on Oct 11, 2023
-
static_cast for string_view & array_view size() member functions
John Wellbelove committedOct 11, 2023 Configuration menu - View commit details
-
Copy full SHA for 79bfc6f - Browse repository at this point
Copy the full SHA 79bfc6fView commit details -
Merge branch 'development' of https://github.com/ETLCPP/etl into deve…
…lopment
John Wellbelove committedOct 11, 2023 Configuration menu - View commit details
-
Copy full SHA for 822e244 - Browse repository at this point
Copy the full SHA 822e244View commit details
Commits on Oct 13, 2023
-
Return raw pointer for
etl::multi_span::operator->()
. (ETLCPP#773)- using `operator*()` in case getting the current element is changed one day - using `&` to get the address Simply returning `p_value` may break in case the internal type of `p_value` would change. This way it is more robust to changes.
Configuration menu - View commit details
-
Copy full SHA for e631a0f - Browse repository at this point
Copy the full SHA e631a0fView commit details -
John Wellbelove committed
Oct 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 6ee6177 - Browse repository at this point
Copy the full SHA 6ee6177View commit details -
Merge branch 'pull-request/ETLCPP#773-Return-raw-pointer-for-etl-mult…
…i_span-operator' into development
John Wellbelove committedOct 13, 2023 Configuration menu - View commit details
-
Copy full SHA for f616a24 - Browse repository at this point
Copy the full SHA f616a24View commit details
Commits on Oct 14, 2023
-
ETLCPP#773 Return raw pointer for etl::multi_span::operator->()
John Wellbelove committedOct 14, 2023 Configuration menu - View commit details
-
Copy full SHA for 92e880f - Browse repository at this point
Copy the full SHA 92e880fView commit details
Commits on Oct 15, 2023
-
static_cast for string_view & array_view size() member functions
John Wellbelove committedOct 15, 2023 Configuration menu - View commit details
-
Copy full SHA for 91a357d - Browse repository at this point
Copy the full SHA 91a357dView commit details -
John Wellbelove committed
Oct 15, 2023 Configuration menu - View commit details
-
Copy full SHA for f7281dc - Browse repository at this point
Copy the full SHA f7281dcView commit details -
John Wellbelove committed
Oct 15, 2023 Configuration menu - View commit details
-
Copy full SHA for 6bc244c - Browse repository at this point
Copy the full SHA 6bc244cView commit details -
Fix maybe-uninitialized warning
John Wellbelove committedOct 15, 2023 Configuration menu - View commit details
-
Copy full SHA for d30026e - Browse repository at this point
Copy the full SHA d30026eView commit details -
John Wellbelove committed
Oct 15, 2023 Configuration menu - View commit details
-
Copy full SHA for 21a9b88 - Browse repository at this point
Copy the full SHA 21a9b88View commit details -
Added etl::string interface to etl::base64
John Wellbelove committedOct 15, 2023 Configuration menu - View commit details
-
Copy full SHA for 5ca6e05 - Browse repository at this point
Copy the full SHA 5ca6e05View commit details
Commits on Oct 21, 2023
-
Merge branch 'development' of https://github.com/ETLCPP/etl into deve…
…lopment
John Wellbelove committedOct 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 8911b1e - Browse repository at this point
Copy the full SHA 8911b1eView commit details
Commits on Oct 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 837a515 - Browse repository at this point
Copy the full SHA 837a515View commit details
Commits on Oct 23, 2023
-
ETLCPP#776 Add missing semicolons
John Wellbelove committedOct 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 85f2e09 - Browse repository at this point
Copy the full SHA 85f2e09View commit details -
Merge branch 'master' into development
John Wellbelove committedOct 23, 2023 Configuration menu - View commit details
-
Copy full SHA for e8eeeba - Browse repository at this point
Copy the full SHA e8eeebaView commit details
Commits on Oct 26, 2023
-
moved BUILD_TESTS check outside of root cmake check to allow building…
… tests in submodules (ETLCPP#777) added check for GNUC >= 11 for -Wstringop-overread ignore pragma since it isn't introduced until gcc/g++-11 Co-authored-by: Josh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 13759c1 - Browse repository at this point
Copy the full SHA 13759c1View commit details -
Try to fix library error for Github Actions for Clang C++20
John Wellbelove committedOct 26, 2023 Configuration menu - View commit details
-
Copy full SHA for f208eb4 - Browse repository at this point
Copy the full SHA f208eb4View commit details -
Try to fix library error for Github Actions for Clang C++20
John Wellbelove committedOct 26, 2023 Configuration menu - View commit details
-
Copy full SHA for f47fdfc - Browse repository at this point
Copy the full SHA f47fdfcView commit details -
Merge branch 'pull-request/ETLCPP#777-Allow-Building-Tests-as-Submodu…
…le-and-GCC-less-than-11' of https://github.com/ETLCPP/etl into pull-request/ETLCPP#777-Allow-Building-Tests-as-Submodule-and-GCC-less-than-11
John Wellbelove committedOct 26, 2023 Configuration menu - View commit details
-
Copy full SHA for c1e9573 - Browse repository at this point
Copy the full SHA c1e9573View commit details -
Merge branch 'pull-request/ETLCPP#777-Allow-Building-Tests-as-Submodu…
…le-and-GCC-less-than-11' of https://github.com/ETLCPP/etl into pull-request/ETLCPP#777-Allow-Building-Tests-as-Submodule-and-GCC-less-than-11
John Wellbelove committedOct 26, 2023 Configuration menu - View commit details
-
Copy full SHA for 0c1bed0 - Browse repository at this point
Copy the full SHA 0c1bed0View commit details -
Merge branch 'pull-request/ETLCPP#777-Allow-Building-Tests-as-Submodu…
…le-and-GCC-less-than-11' of https://github.com/ETLCPP/etl into pull-request/ETLCPP#777-Allow-Building-Tests-as-Submodule-and-GCC-less-than-11
John Wellbelove committedOct 26, 2023 Configuration menu - View commit details
-
Copy full SHA for ba5eee7 - Browse repository at this point
Copy the full SHA ba5eee7View commit details -
Merge branch 'pull-request/ETLCPP#777-Allow-Building-Tests-as-Submodu…
…le-and-GCC-less-than-11' of https://github.com/ETLCPP/etl into pull-request/ETLCPP#777-Allow-Building-Tests-as-Submodule-and-GCC-less-than-11
John Wellbelove committedOct 26, 2023 Configuration menu - View commit details
-
Copy full SHA for 95c7f44 - Browse repository at this point
Copy the full SHA 95c7f44View commit details -
Merge branch 'pull-request/ETLCPP#777-Allow-Building-Tests-as-Submodu…
…le-and-GCC-less-than-11' of https://github.com/ETLCPP/etl into pull-request/ETLCPP#777-Allow-Building-Tests-as-Submodule-and-GCC-less-than-11
John Wellbelove committedOct 26, 2023 Configuration menu - View commit details
-
Copy full SHA for 2c63f54 - Browse repository at this point
Copy the full SHA 2c63f54View commit details -
Merge branch 'pull-request/ETLCPP#777-Allow-Building-Tests-as-Submodu…
…le-and-GCC-less-than-11' of https://github.com/ETLCPP/etl into pull-request/ETLCPP#777-Allow-Building-Tests-as-Submodule-and-GCC-less-than-11
John Wellbelove committedOct 26, 2023 Configuration menu - View commit details
-
Copy full SHA for adcc4d9 - Browse repository at this point
Copy the full SHA adcc4d9View commit details -
Merge branch 'pull-request/ETLCPP#777-Allow-Building-Tests-as-Submodu…
…le-and-GCC-less-than-11' of https://github.com/ETLCPP/etl into pull-request/ETLCPP#777-Allow-Building-Tests-as-Submodule-and-GCC-less-than-11
John Wellbelove committedOct 26, 2023 Configuration menu - View commit details
-
Copy full SHA for 221cc42 - Browse repository at this point
Copy the full SHA 221cc42View commit details -
Added pul-request branches to CI
John Wellbelove committedOct 26, 2023 Configuration menu - View commit details
-
Copy full SHA for 3173d7e - Browse repository at this point
Copy the full SHA 3173d7eView commit details -
Merge branch 'pull-request/ETLCPP#777-Allow-Building-Tests-as-Submodu…
…le-and-GCC-less-than-11' of https://github.com/ETLCPP/etl into pull-request/ETLCPP#777-Allow-Building-Tests-as-Submodule-and-GCC-less-than-11 # Conflicts: # .github/workflows/clang.yml
John Wellbelove committedOct 26, 2023 Configuration menu - View commit details
-
Copy full SHA for 623687f - Browse repository at this point
Copy the full SHA 623687fView commit details -
John Wellbelove committed
Oct 26, 2023 Configuration menu - View commit details
-
Copy full SHA for 98ebaff - Browse repository at this point
Copy the full SHA 98ebaffView commit details
Commits on Oct 27, 2023
-
Merge remote-tracking branch 'origin/pull-request/ETLCPP#777-Allow-Bu…
…ilding-Tests-as-Submodule-and-GCC-less-than-11' into development
John Wellbelove committedOct 27, 2023 Configuration menu - View commit details
-
Copy full SHA for 39c3ca8 - Browse repository at this point
Copy the full SHA 39c3ca8View commit details
Commits on Oct 28, 2023
-
John Wellbelove committed
Oct 28, 2023 Configuration menu - View commit details
-
Copy full SHA for f8d5c31 - Browse repository at this point
Copy the full SHA f8d5c31View commit details -
Added add_lvalue_reference for rvalue reference
John Wellbelove committedOct 28, 2023 Configuration menu - View commit details
-
Copy full SHA for a09efff - Browse repository at this point
Copy the full SHA a09efffView commit details -
Revert "Added add_lvalue_reference for rvalue reference"
This reverts commit a09efff.
John Wellbelove committedOct 28, 2023 Configuration menu - View commit details
-
Copy full SHA for 09c3b30 - Browse repository at this point
Copy the full SHA 09c3b30View commit details -
Updated version and release notes
John Wellbelove committedOct 28, 2023 Configuration menu - View commit details
-
Copy full SHA for 42221de - Browse repository at this point
Copy the full SHA 42221deView commit details -
Updated version and release notes
John Wellbelove committedOct 28, 2023 Configuration menu - View commit details
-
Copy full SHA for 47e16bd - Browse repository at this point
Copy the full SHA 47e16bdView commit details -
Merge branch 'master' of https://github.com/ETLCPP/etl
# Conflicts: # support/Release notes.txt
John Wellbelove committedOct 28, 2023 Configuration menu - View commit details
-
Copy full SHA for e959a36 - Browse repository at this point
Copy the full SHA e959a36View commit details -
Merge branch 'master' of https://github.com/ETLCPP/etl
# Conflicts: # support/Release notes.txt
John Wellbelove committedOct 28, 2023 Configuration menu - View commit details
-
Copy full SHA for 37b70ac - Browse repository at this point
Copy the full SHA 37b70acView commit details -
Merge branch 'master' of https://github.com/ETLCPP/etl
John Wellbelove committedOct 28, 2023 Configuration menu - View commit details
-
Copy full SHA for f1dd0d4 - Browse repository at this point
Copy the full SHA f1dd0d4View commit details
Commits on Nov 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4eb46d6 - Browse repository at this point
Copy the full SHA 4eb46d6View commit details -
Add helper macro which enables function-like macro overload with 1 or…
… 2 arguments. Inspired by https://stackoverflow.com/a/11763277/ Warning: This requires support for variadic macros (`__VA_ARGS__`). These were officially added in C99 and C++11.
Configuration menu - View commit details
-
Copy full SHA for 7771cf3 - Browse repository at this point
Copy the full SHA 7771cf3View commit details -
Add unit test for static_assert.h
(cherry picked from commit 91e7f46)
Configuration menu - View commit details
-
Copy full SHA for 9a6d3fe - Browse repository at this point
Copy the full SHA 9a6d3feView commit details -
Add static assert overload for only 1 argument.
(cherry picked from commit ae8c19e)
Configuration menu - View commit details
-
Copy full SHA for c4906a0 - Browse repository at this point
Copy the full SHA c4906a0View commit details -
Add test case for static_assert with only 1 argument.
(cherry picked from commit 4d6e7a6)
Configuration menu - View commit details
-
Copy full SHA for 51225ad - Browse repository at this point
Copy the full SHA 51225adView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba53a39 - Browse repository at this point
Copy the full SHA ba53a39View commit details