Changelog for
strusbase-0.15.7.8-1.1.x86_64.rpm :
Thu Mar 15 13:00:00 2018 Patrick Frey
0.15.7-0.1
- added make target cppcheck for static code analysis
- changed error handling: simplified error codes
- added some more fileio functions
- fixed wrong handling of double \'//\' in join file path
- added some more error codes
Mon Feb 12 13:00:00 2018 Patrick Frey 0.15.6-0.1
- added some functions for file handling
- added mandatory error codes to error handling
Fri Dec 29 13:00:00 2017 Patrick Frey 0.15.5-0.1
- fixed several build issues: Build with Clang, Fix bugs in travis build
Mon Dec 4 13:00:00 2017 Patrick Frey 0.15.4-0.1
- added -Wshadow for C++ build
Fri Oct 13 14:00:00 2017 Patrick Frey 0.15.3-0.1
- RPath fixes and some CMake file reorganization
Wed Sep 27 14:00:00 2017 Patrick Frey 0.15.2-0.1
- bring up travis build, some minor fixes
Mon Sep 4 14:00:00 2017 Patrick Frey 0.15.1-0.1
- release to cleanup mess with missing CHANGELOG in 0.15.0
Sun Sep 3 14:00:00 2017 Patrick Frey 0.15.0-0.1
- fix format string qualifiers for printf like functions and add check format string attributes for gcc
- CMake build fixes
- change integer types in Numeric Variant to 64 bit
- remove hardcoded setting of C++98 in CMake files
- remove some wrong const qualifiers in ErrorBuffer interface
Wed Feb 15 13:00:00 2017 Patrick Frey 0.14.0-0.1
- increment version synchronously to strus core
Mon Feb 6 13:00:00 2017 Patrick Frey 0.13.0-0.1
- added function to evaluate the file size to fileio
- fixed network byte order problem with float types
- added SymbolTable class
- fixed some bugs in config parsing
- fixed some bugs in byte order conversion functions
- many build fixes
Sat Oct 1 14:00:00 2016 Patrick Frey 0.12.0-0.1
- increment version parallel to analyzer (some interface files reorganization)
Fri Sep 30 14:00:00 2016 Patrick Frey 0.11.1-0.1
- moved bit operations header file from project strus to this project
Wed Sep 28 14:00:00 2016 Patrick Frey 0.11.0-0.1
- bugfix in the configuration parser (parse uint)
Tue Jul 5 14:00:00 2016 Patrick Frey 0.10.0-0.1
- increment version number parallel to other strus projects (for dependency rules)
Thu Jun 9 14:00:00 2016 Patrick Frey 0.9.1-0.1
- interface header file bugfix: one case of bad_alloc not handled correctly in strus/reference.hpp
Thu Apr 28 14:00:00 2016 Patrick Frey 0.9.0-0.1
- increment version number because of changes in the object builder interfaces
Sun Apr 24 14:00:00 2016 Patrick Frey 0.8.8-0.1
- fixed bug in own hton/ntoh functions for double
Fri Apr 15 14:00:00 2016 Patrick Frey 0.8.7-0.1
- moved numericVariant.hpp from strus to strusBase
Fri Apr 15 14:00:00 2016 Patrick Frey 0.8.6-0.1
- added strus/base/stdint.h (portability of integer types for C++98)
Thu Apr 14 14:00:00 2016 Patrick Frey 0.8.5-0.1
- forgot to package libstrus_error
Thu Apr 14 14:00:00 2016 Patrick Frey 0.8.4-0.1
- yet another version to convince redhat to build
Thu Apr 14 14:00:00 2016 Patrick Frey 0.8.3-0.1
- added header file description
Thu Apr 14 14:00:00 2016 Patrick Frey 0.8.2-0.1
- added forgotten deployment of C header files in spec files
Thu Apr 14 14:00:00 2016 Patrick Frey 0.8.1-0.1
- added forgotten info files to deploy and updated spec files
Wed Apr 13 14:00:00 2016 Patrick Frey 0.8.0-0.1
- initial revision