- To avoid downgrading the rating on https://pub.dartlang.org, the source code has been changed to fit Google’s ever-changing recommendations on what a good (pedantic) source code should be.
- Adaptation to Dart 2.0
- Fixed bug in detection of
user space bitness
on Mac OS X
- Fixed bug in detection of
bitness of kernel
on Mac OS X
- Added statistics
getVirtualMemorySize()
about the current memory usage by the current process
- Breaking change,
ProcessorArchitecture.ARM64
renamed toProcessorArchitecture.AARCH64
- Fixed bug in detection of
kernel architecture
on Windows. More universal algorithm independent from the architecture name, allows detect any architecture (X86/ AMD64/ IA64/ etc) - Impoved detection of
bitness of kernel
on Windows. Added suport ofIA64
- Impoved detection of
bitness of user space
on Windows. Added suport ofIA64
- Implemented
getFreePhysicalMemory()
andgetTotalVirtualMemory()
on Mac OS X
- Fixed bug in detection of
bitness of kernel
on Linux
- Detection of
bitness of kernel
on Linux are based on the found file formats oflibc.so.*
- Partial support of
processor architecture
statistics
- Renamed method
physicalMemoryFreeSize()
togetFreePhysicalMemory()
- Renamed method
physicalMemoryTotalSize()
togetTotalPhysicalMemory()
- Renamed method
virtualMemoryFreeSize()
togetFreeVirtualMemory()
- Renamed method
virtualMemoryTotalSize()
togetTotalVirtualMemory()
- Partial support of
phycical memory
andvirtual memory
statistics
- Fixed a bug when parsing comments in the file
/boot/config
on Linux
- Changed the algorithm for detecting the number of physical processor sockets on Windows
- Initial release