Skip to content

1.11.6

Compare
Choose a tag to compare
@aslze aslze released this 05 Mar 19:12
· 142 commits to master since this release

ASL version 1.11.6

Some fixes, cleaning and deprecations.

  • Fixed CmdArgs wrongly reading non-ASCII arguments on non-Windows systems.
  • Improved performance in String::replace()
  • Documentation improvements
  • Now CMake find_package can specify a minimum version (but will work only from this version up):
find_package(ASL 1.11.6)

Deprecated stuff

Several functions and classes are marked deprecated (See list here). Many will be removed in a next minor version. These are marked deprecated in the online documentation and in code, so that using them will print a compiler warning.