Skip to content

0.4.0

Compare
Choose a tag to compare
@martinmoene martinmoene released this 17 Oct 18:43
· 57 commits to master since this release

[to be expanded]

This release of ring-span-lite lite ...

Additions

Changes

Fixes


  • [skip ci] Add .editorconfig
  • [skip ci] Add TortoiseGit integration with GitHub issues
  • [skip ci] Add build folder to .gitignore
  • [skip ci] Add IDE folders/files to .gitignore (.vs, .vscode, CodeBlocks)
  • [skip ci] Add 'ring_span' by Jan Wilmans to section 'Other ring-span implementations'
  • [skip ci] Adapt, guided by markdown lint
  • [skip ci] Add 'Circular span' by Bjørn Reese to section 'Other ring-span implementations'
  • Change requires to use a default template argument (nonstd-lite-project 40), Fixes implementation of nsrs_REQUIRES_T(), see martinmoene/nonstd-lite-project#40
  • [skip ci] Improve MSVC version table (nonstd-lite-project issue 38
  • [skip ci] Use #include in code on Godbolt
  • [skip ci] Update test specification in Readme (#18)
  • Add tag [extension] for non nsrs_CONFIG_STRICT_P0059 code
  • Use assert() as statement, not expression (#18, thanks to @Quuxplusone); in PR merge review comment
  • Add operator[] (#18, thanks to @Neargye)
  • add operator[]
  • add test operator[]
  • update readme
  • [skip ci] Add test to Readme, use the term Constructing, #17
  • Add code and test, closes #17, thanks to @justinboneh and @Quuxplusone
  • Add test for #17 (C++98), thanks to @justinboneh and @Quuxplusone
  • Add test for #17, thanks to @justinboneh and @Quuxplusone
  • [skip ci] Add example to clear ring span via assignment (#16)
  • [skip ci] Change vcpkg install to use CMake
  • Improve macro usage consistency (package_config_version)
  • [skip ci] Add settings options to conanfile (thanks to @ngrodzitski)
    Settings will be removed from package_id after calling self.info.header_only(), but they a helpful for Conan CMake helper to detect generator correctly. martinmoene/nonstd-lite-project#34