31 lines
1.2 KiB
Plaintext
31 lines
1.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Aug 7 19:19:05 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Relax requirement for compiler version, since gcc 7.x is able
|
|
to compile C++17
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 7 09:35:28 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Update to 2.1.1
|
|
* flat_segment_tree
|
|
+ added a method that returns a segment range object compatible
|
|
with ranged for loop.
|
|
+ added a move constructor and a move assignment operator.
|
|
+ added variants of search() and search_tree() that return a
|
|
result data structure that contains the value, the start and
|
|
end keys of the range.
|
|
* multi_type_vector
|
|
+ added a range adaptor for mdds::mtv::element_block compatible
|
|
with ranged for loop.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 6 14:41:21 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Build with gcc11 and gcc11-c++ on older distributions
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 29 18:36:22 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- Initial Package (2.1.0)
|