Niels Lohmann
|
e9f88c2fad
|
Add missing erase(first, last) function to ordered_map (#3109)
|
2021-11-09 22:24:58 +01:00 |
|
Niels Lohmann
|
6f551930e5
|
🚨 add new CI and fix warnings (#2561)
* ⚗️ move CI targets to CMake
* ♻️ add target for cpplint
* ♻️ add target for self-contained binaries
* ♻️ add targets for iwyu and infer
* 🔊 add version output
* ♻️ add target for oclint
* 🚨 fix warnings
* ♻️ rename targets
* ♻️ use iwyu properly
* 🚨 fix warnings
* ♻️ use iwyu properly
* ♻️ add target for benchmarks
* ♻️ add target for CMake flags
* 👷 use GitHub Actions
* ⚗️ try to install Clang 11
* ⚗️ try to install GCC 11
* ⚗️ try to install Clang 11
* ⚗️ try to install GCC 11
* ⚗️ add clang analyze target
* 🔥 remove Google Benchmark
* ⬆️ Google Benchmark 1.5.2
* 🔥 use fetchcontent
* 🐧 add target to download a Linux version of CMake
* 🔨 fix dependency
* 🚨 fix includes
* 🚨 fix comment
* 🔧 adjust flags for GCC 11.0.0 20210110 (experimental)
* 🐳 user Docker image to run CI
* 🔧 add target for Valgrind
* 👷 add target for Valgrind tests
* ⚗️ add Dart
* ⏪ remove Dart
* ⚗️ do not call ctest in test subdirectory
* ⚗️ download test data explicitly
* ⚗️ only execute Valgrind tests
* ⚗️ fix labels
* 🔥 remove unneeded jobs
* 🔨 cleanup
* 🐛 fix OCLint call
* ✅ add targets for offline and git-independent tests
* ✅ add targets for C++ language versions and reproducible tests
* 🔨 clean up
* 👷 add CI steps for cppcheck and cpplint
* 🚨 fix warnings from Clang-Tidy
* 👷 add CI steps for Clang-Tidy
* 🚨 fix warnings
* 🔧 select proper binary
* 🚨 fix warnings
* 🚨 suppress some unhelpful warnings
* 🚨 fix warnings
* 🎨 fix format
* 🚨 fix warnings
* 👷 add CI steps for Sanitizers
* 🚨 fix warnings
* ⚡ add optimization to sanitizer build
* 🚨 fix warnings
* 🚨 add missing header
* 🚨 fix warnings
* 👷 add CI step for coverage
* 👷 add CI steps for disabled exceptions and implicit conversions
* 🚨 fix warnings
* 👷 add CI steps for checking indentation
* 🐛 fix variable use
* 💚 fix build
* ➖ remove CircleCI
* 👷 add CI step for diagnostics
* 🚨 fix warning
* 🔥 clean Travis
|
2021-03-24 07:15:18 +01:00 |
|
Krylov Yaroslav
|
972c15f26e
|
ordered_map::insert(InputIt first, InputIt last) is added
|
2020-12-07 20:15:41 +03:00 |
|
Niels Lohmann
|
4080d0b1a4
|
✅ add test to compile without exceptions
|
2020-08-10 09:48:11 +02:00 |
|
Niels Lohmann
|
f13af83a94
|
🐛 add more functions from std::map to nlohmann::ordered_map
|
2020-07-28 21:47:06 +02:00 |
|
Niels Lohmann
|
e590604822
|
🐛 fix a bug due to missing overloads in ordered_map container
|
2020-07-28 14:20:31 +02:00 |
|
Niels Lohmann
|
3a80823ff8
|
🔀 merge develop branch and resolve conflicts
|
2020-07-11 13:21:13 +02:00 |
|
gatopeich
|
f9a1fec272
|
Remove redundant comment
|
2020-07-11 00:34:02 +01:00 |
|
Agustín F. Pozuelo
|
25f5d75e6e
|
Fix compilation for xcode 9.x
|
2020-07-03 01:44:18 +01:00 |
|
Agustín F. Pozuelo
|
93770467a1
|
Precisely 4 template arguments for the sake of clang 3.6 (?)
|
2020-07-03 01:28:54 +01:00 |
|
Agustín F. Pozuelo
|
0fc261f0f2
|
Make ordered_map compatible with GCC 5.5
|
2020-07-03 00:33:31 +01:00 |
|
gatopeich
|
49f26a0250
|
Have 4 template parameters for ordered_map
|
2020-06-29 17:32:55 +01:00 |
|
gatopeich
|
d08fca2bb9
|
Use const Key in ordered map
(forgotten in previous commit!)
|
2020-06-23 15:44:46 +01:00 |
|
gatopeich
|
fb8c11f25c
|
Re-implement ordered_map::erase,
so that it can handle pair<const Key,...>
|
2020-06-23 15:01:20 +01:00 |
|
gatopeich
|
ddf0a45abb
|
Use AllocatorType<ObjectType::value_type>,
instead of hard-coding it for std::map's value_type
|
2020-06-22 18:35:46 +01:00 |
|
gatopeich
|
15337b2cc3
|
Ignore allocator hardcoded to match std::map
|
2020-06-22 00:03:48 +01:00 |
|
gatopeich
|
27aaf6f845
|
Clean-up ordered_map declarations
|
2020-06-21 22:28:03 +01:00 |
|
Niels Lohmann
|
6ee9e5f402
|
⚗️ remove const from value type
|
2020-06-20 13:23:44 +02:00 |
|
Niels Lohmann
|
4fd0d02b6f
|
🚧 toward an ordered_json type
|
2020-06-19 15:27:05 +02:00 |
|