Recent Releases of arsenalgear-cpp

arsenalgear-cpp - 2.1.1

What's Changed

  • CMake: allow to build shared arsenalgear + restore option to disable tests + use compile feature for C++17 by @SpaceIm in https://github.com/JustWhit3/arsenalgear-cpp/pull/4
  • docs: add SpaceIm as a contributor for code by @allcontributors in https://github.com/JustWhit3/arsenalgear-cpp/pull/5

New Contributors

  • @SpaceIm made their first contribution in https://github.com/JustWhit3/arsenalgear-cpp/pull/4

Full Changelog: https://github.com/JustWhit3/arsenalgear-cpp/compare/v2.1.0...v2.1.1

- C++
Published by JustWhit3 about 2 years ago

arsenalgear-cpp - 2.1.0

Updates

  • Build system update with CMake.
  • Added a script to identify unused headers using IWYU.
  • Replaced NULL macro with 0.

- C++
Published by JustWhit3 about 3 years ago

arsenalgear-cpp - 2.0.1

Updates

  • Better naming for include directives.
  • Removed unuseful maxptr function.
  • Better headers documentation.
  • Generic code updates.

- C++
Published by JustWhit3 over 3 years ago

arsenalgear-cpp - 2.0.0

Updates

  • Added select_cout and select_cin structs to the stream header.
  • Added is_escape function to the utils header.
  • Added StringConverter function to the utils header.
  • Added type header with utilities to deal with types.
  • Added is_any function to ype header.
  • Added is_streamable class.
  • Added is_str method to type header.
  • Removed useless operators.cpp file.
  • Removed parsed_f function from math header.
  • Removed null_stream within boost library dependency.
  • Added include tests.
  • Added other tests for memory management and suppert compiler versions.
  • Generic code improvements.
  • Added issue template files.

- C++
Published by JustWhit3 over 3 years ago

arsenalgear-cpp - 1.2.3

Updates

- C++
Published by JustWhit3 over 3 years ago

arsenalgear-cpp - 1.2.2

Updates

  • runtime_error_func function has been replaced with except_error_func.
  • Minor bugs fixing.
  • Documentation update.

- C++
Published by JustWhit3 over 3 years ago

arsenalgear-cpp - 1.2.1

Updates

  • Added a new class savebuf used to store the output of an ostream object.
  • Minor bugs fixing.
  • Documentation update.

- C++
Published by JustWhit3 over 3 years ago

arsenalgear-cpp - 1.2.0

Updates

  • Added system header.
  • Added utils function split_string for string splitting.
  • Documentation update.
  • Minor bugs fixing.

- C++
Published by JustWhit3 over 3 years ago

arsenalgear-cpp - 1.1.0

Updates

  • Added full suppor to Windows operating system.
  • Added full suppor to MacOS operating system.
  • Examples have been separated into more files (see here).
  • Added codeql-analysis workflow.
  • Documentation update.

- C++
Published by JustWhit3 over 3 years ago

arsenalgear-cpp - 1.0.0

First official release of the repository.

- C++
Published by JustWhit3 over 3 years ago