issues
search
arximboldi
/
immer
Postmodern immutable and persistent data structures for C++ — value semantics at scale
https://sinusoid.es/immer
Boost Software License 1.0
2.51k
stars
185
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Mark package as arch independent
#295
sertonix
opened
1 week ago
3
Add missed clear to unsafe_free_list_storage
#294
jj683
opened
4 weeks ago
1
using box to forward declare?
#293
kevin--
opened
1 month ago
2
Support hash size that's not std::size_t
#292
alex-sparus
closed
2 months ago
1
Allow users to explicitly enable or disable exceptions
#291
tusooa
closed
2 months ago
0
Fix exception detection code
#290
arximboldi
closed
2 months ago
0
Make persist compatible with C++17
#289
alex-sparus
closed
2 months ago
0
Small fixes for the persist documentation
#288
alex-sparus
closed
2 months ago
1
free_list_heap_policy just uses debug_size_heap instead
#286
colugomusic
closed
2 weeks ago
2
set/map nothrow move constructible/assignable
#285
jj683
closed
4 months ago
0
Remove usage of `std::aligned_storage` to switch off deprecation warnings in C++23
#284
nicola-gigante
closed
6 months ago
3
Compiling in C++23 mode issues a deprecation warning for `std::aligned_storage`.
#283
nicola-gigante
closed
6 months ago
2
Make immer::box work with forward declared types
#282
arximboldi
closed
8 months ago
1
Fixes `difference_type` being mispelled as `diference_type`.
#281
nicola-gigante
closed
8 months ago
2
Build instructions need updating
#280
khiner
opened
9 months ago
1
Use Catch2 v3
#279
alex-sparus
closed
9 months ago
1
Immer persist
#278
alex-sparus
closed
2 months ago
2
Immer archive
#277
alex-sparus
closed
9 months ago
0
cmake: Only use ccache for C++
#276
patstew
closed
10 months ago
1
Fix portability of IMMER_THROW when exceptions are disabled
#275
tjaneczko
closed
10 months ago
2
CLANG-16 UBSan Error constructor call with insufficient space for an object of type 'node_t'
#274
maierlars
opened
10 months ago
8
New release
#273
altschuler
closed
1 year ago
1
NDEBUG flag breaks binary compatibility, which can cause mysterious crashes
#272
kosak
opened
1 year ago
5
champ try_update
#271
fabianbs96
opened
1 year ago
3
champ for_each_chunk_p
#270
fabianbs96
opened
1 year ago
3
cmake: use ${CMAKE_CURRENT_SOURCE_DIR} where possible
#269
pinotree
closed
1 year ago
2
cmake: drop FindGuile.cmake
#268
pinotree
closed
1 year ago
2
Use Catch2 as installed
#267
pinotree
closed
1 year ago
7
Switch away from doctest, and drop it
#266
pinotree
closed
1 year ago
2
IMMER_RETHROW causes -Wreturn-type warnings in IMMER_NO_EXCEPTIONS builds
#264
BillyDonahue
opened
1 year ago
2
Use destroy_at to call explicit destructor in make_inner_n
#263
colugomusic
closed
1 year ago
1
Fix msvc c2975
#262
colugomusic
closed
1 year ago
1
Fix MSVC compile error C2059
#261
colugomusic
closed
1 year ago
6
Fix includes
#260
arximboldi
closed
1 year ago
0
Use alternative logo in dark mode
#259
tocic
closed
1 year ago
1
Fixing annoying unused local variable warning
#258
bobkocisko
closed
1 year ago
4
Fixes and tests for C++20 Range compatibility
#257
vector-of-bool
closed
1 year ago
1
Make pretty-printer loading more robust
#256
dhly-etc
closed
1 year ago
2
Add GDB pretty-printing support
#255
dhly-etc
closed
1 year ago
7
Logo is hidden when using GitHub dark theme
#254
tocic
closed
1 year ago
1
Fix typos
#253
tocic
closed
1 year ago
1
fix some unused parameters
#252
e-dant
closed
3 months ago
1
Add export CMake Config version file
#250
LilyWangLL
closed
1 year ago
1
Fix wrong order in operator<(T2, box<T>)
#247
urbanwe
closed
1 year ago
1
`flex_vector` nothrow move constructible/assignable
#246
maierlars
closed
1 year ago
6
`noexcept` move constructors for `flex_vector` and other data-structures
#244
maierlars
opened
1 year ago
9
Add benchmarks for checking CHAMP memory usage
#243
arximboldi
closed
1 year ago
1
Implementation into a hosted language
#242
ShalokShalom
closed
1 year ago
5
Memory leak in debug builds
#241
richtw1
closed
1 year ago
7
immer::map can no longer be used with std::views/std::ranges
#240
jon-smith
closed
1 year ago
2
Next