Skip to content

Releases: AperLambda/lambdacommon

λcommon v1.10.0

17 Dec 21:22
v1.10.0
3d0f94d
Compare
Choose a tag to compare

Changelog:

  • Renamed ResourceName to Identifier.
  • Lot of compatibility improvements.
  • Added points and vectors.
  • Added a new filesystem API.
  • Added new integer and float types.
  • And more!

λcommon v1.9.10

31 Dec 21:48
v1.9.10
38cf9b3
Compare
Choose a tag to compare

Changelog:

  • Added C++17 features
    • Replaced lambdacommon::lstring::parse_int(const &std::string, int base) and lambdacommon::lstring::parse_long(const &std::string, int base) return values by optional values.
    • Added structured bindings to lambdacommon::Size2D<T>, lambdacommon::Size3D<T>, lambdacommon::Address and lambdacommon::Color.
  • C Wrapper:
    • Added missing enum values

λcommon v1.9.9

27 Dec 17:02
Compare
Choose a tag to compare

Changelog:

  • Added lambdacommon_info to get information about the current version installed of lambdacommon.
  • Renamed two functions in lambdacommon::fs.
  • Added Mac OSX support.
  • Fixed Windows version detection.
  • Added a little bit of documentation.
  • Cleaned some parts of the code.
  • Now use STD for CPU cores number detection.

λcommon v1.9.8

24 Dec 23:04
Compare
Choose a tag to compare

Changelog:

  • Fixed compilation issue on Unix systems.

λcommon v1.9.7

24 Dec 22:47
Compare
Choose a tag to compare

Changelog:

  • Fixed lambdacommon::system::sleep(utime_t) on Unix systems.
  • Removed lambdacommon::Color.to_hex() due to bugs.

λcommon v1.9.6

22 Dec 13:21
Compare
Choose a tag to compare

Changelog:

  • Fixed a missing export.

λcommon v1.9.5

13 Dec 18:39
Compare
Choose a tag to compare

Changelog:

  • Fixed missing include.

λcommon v1.9.4

13 Dec 18:35
Compare
Choose a tag to compare

Changelog:

  • Added RISC-V architectures.
  • Dropped some useless const qualifiers.
  • ResourceName implements Object now.
  • Added new DeviceStatus value.
  • Added more documentation.

λcommon v1.9.3

07 Dec 22:12
Compare
Choose a tag to compare

Changelog:

  • Added version type.
  • Added FileResourcesManager
  • Made ResourcesManager virtual.

λcommon v1.9.2

01 Dec 17:52
Compare
Choose a tag to compare

Changelog:

  • Fixed compilation issues on Windows.
  • Updated LambdaCMakeModules.
  • CMake: Changed uninstall target declaration.
  • CMake: Added LICENSE file to install target.
  • Changed some lines in the script files.