Releases: AperLambda/lambdacommon
Releases · AperLambda/lambdacommon
λcommon v1.10.0
Changelog:
- Renamed
ResourceName
toIdentifier
. - 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
Changelog:
- Added C++17 features
- Replaced
lambdacommon::lstring::parse_int(const &std::string, int base)
andlambdacommon::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
andlambdacommon::Color
.
- Replaced
- C Wrapper:
- Added missing enum values
λcommon v1.9.9
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
Changelog:
- Fixed compilation issue on Unix systems.
λcommon v1.9.7
Changelog:
- Fixed
lambdacommon::system::sleep(utime_t)
on Unix systems. - Removed
lambdacommon::Color.to_hex()
due to bugs.
λcommon v1.9.6
Changelog:
- Fixed a missing export.
λcommon v1.9.5
Changelog:
- Fixed missing include.
λcommon v1.9.4
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
Changelog:
- Added version type.
- Added FileResourcesManager
- Made ResourcesManager virtual.
λcommon v1.9.2
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.