Moved some .cpp files to distinct directories, updated and corrected the CMakeFiles.
Added changes to the StringRef.cpp file.
Started to work on the RegisterWithBitsNumberedFromRightToLeft class.
Improved the StringRef class (corrections, added the toUnsignedInteger method).
Small fix for the unit test of the StringRef class.
Progress on the StringRef class, added an unit test for the StringRef class.
Merged unwanted heads.
Progress on the new StringRef class.
General cleanup (StreamConvertibleInterface,...). Start to write the StringRef class.
Added a missing file.
ByteSourceBase: added templated value reading w...
Progress on the AVR SPI class.
Added missing files.
Fixed an error in the SerialPort class, added m...
TestBase: added a default exception handler. Pr...
Start to write an unit test for the CFile class.
SerialPort class: use baud rate codes.
Start to work on a serial port example, correct...
Completed the SerialPort class so far.
Adapted the unit test of the SmallDatagramPacke...
Added the ByteSink interface. Rewrote the signa...
Added the fileSystem group, added the CFile cla...
Started to write the linux SerialPort class.
Extended the unit test for the SmallDataGramPac...
SmallDatagramPacket passes the receive test.
Fix for the CRC8 class. Progress on the SmallDa...
SmallDatagramPacket completed so far, added the...
Progress on the SmallDatagramPacket class.
Progress on the SmallDatagramPacket class.
Progress on the SmallDatagramPacket class.
Progress on the SmallDatagramPacket class.
Added the CRC8 class.
Added a unit test for the CyclicBuffer class.
Renamed the UART class to UART0 since the compi...
Added the CyclicBuffer and the AVR/UART class.
Progress on the MemoryMappingAccessor class, fi...
Progress on the RegisterAccessor, started the M...
String class: added a type alias for the hash r...
Fixed the TextListParser class.
TextListParser passes its unit test.
Work on the unit test for the TextListParser cl...
Started to work on the TextListParser class.
Progress on the interface of the TextListParser...
Small progress on the icon of the quit action.
Added an alias to the qt translations.
Separated QtTranslatableInterface into the inte...
Progress on the QtGUI module.
QtGUI example applications starts to run.
Fixed more compilation errors in the QtGUI modu...
More compilation fixes.
Minor compilation fixes.
Improved the build system for the QtGUI module,...
Improved the CMake system for the Qt subproject.
Added the ProgramInformation class, more progre...
Started to work on the QtGUI module.
Small corrections to support WIN32 builds.
Range class: getSpan handles integers correctly...
String class: partial template specialisation o...
Minor changes to support MingW
Small modifications to the file class.
File class: added openInputStream() and openOut...
Range class: added a const classificator to the...
Corrected the hasIntersectionWith method of the...
Minor changes to the Range class and the File c...
Small correction to the File class.
Started to work on the File class.
Completed the NamedItemStore-related classes so...
Progress on the NamedItemStore classes.
CMake build system:
Progress for the NamedItemStore-related classes...
Progress on the NamedItemStore classes.
Smaller changes.
Added the NamedItemStoreInterface, NamedItemSto...
Improved the CMakeLists.txt
String::toList() accepts trailing whitespaces.
Added tag 1.0.5 for changeset dd30a5580421
Released version 1.0.5
Improved the build system to support out-of-tre...
Fixed String::toList such that it accepts space...
Updated the documentation.
Fixed some issues with the thread class, change...
Added missing file.
Added an unit test for the periodic background ...
Added the PeriodicBackgroundThread class.
Changed the Thread class to be a base class of ...
Restructured the Logger- and the parser interface.
Completed the RegisterAccessor class so far.
Added the VectorStatic and the Vektor3 template...
Started to write the RegisterAccessor class.
Range class: added intersection calculations.
The Range class passes now its unit test with e...
Range class: progress on the support of the emp...
Range class: added empty attribute.
Range class: added the clipToRange() method wit...
Worked out some merge conflicts.
Range class: added isSubrangeOf() and hasInters...
Range class passes its unit test.