Skip to content

Releases: Dobiasd/FunctionalPlus

v0.2.28

Choose a tag to compare

@Dobiasd Dobiasd released this 27 Apr 07:13
4f0642c
  • Added compose_first_error_and_result
  • Added Clang 22 CI build
  • Documented include-path collision workaround in INSTALL.md
  • Hardened scripts to fail on error

v0.2.27

Choose a tag to compare

@Dobiasd Dobiasd released this 18 Jan 13:39
5f5364b
  • Added transform_convert_parallelly
  • Moved fplus-api-search from editgym.com to daiw.de

v0.2.26

Choose a tag to compare

@Dobiasd Dobiasd released this 05 Oct 16:40
0584adb
  • Fixed std::array support
  • Removed use of deprecated _Is_checked_helper for new MSVC++ versions

v0.2.25

Choose a tag to compare

@Dobiasd Dobiasd released this 08 Aug 14:01

v0.2.24

Choose a tag to compare

@Dobiasd Dobiasd released this 15 Apr 16:26
  • Improved support for noexcept functions
  • Added fplus::div_pos_int_ceil
  • Added fplus::split_evenly

v0.2.23

Choose a tag to compare

@Dobiasd Dobiasd released this 21 Feb 10:17
  • Fixed some doc comments
  • Auto-formatted all code

v0.2.22

Choose a tag to compare

@Dobiasd Dobiasd released this 26 Dec 16:20
  • Removed the -p0 suffix from our version numbers

v0.2.21-p0

Choose a tag to compare

@Dobiasd Dobiasd released this 26 Dec 15:28
  • Added monadic (fluent) interface for maybe
  • Added get and non-returning effect/effect_one for variant
  • Some minor fixes

v0.2.20-p0

Choose a tag to compare

@Dobiasd Dobiasd released this 15 Sep 04:16
  • Fixed missing include (surfaces when using libstdc++ 13.2)
  • Worked around false-positive compiler warning (GCC 13)

v0.2.19-p0

Choose a tag to compare

@Dobiasd Dobiasd released this 13 Sep 08:53
  • Added different for_each implementations (standard, parallel, and parallel_for_n_threads)
  • Dropped the usage of (deprecated) std::result_of
  • Added a way to serialize a tuple as a list of strings