]> Devoid-pointer.net GitWeb - libHPCS.git/shortlog
libHPCS.git
2016-02-09 Michal MalýAdd caption and link to GNU GPLv3 text to the README
2016-02-08 Michal MalýSpecify the license explicitly in the README.md
2016-02-08 Michal MalýAdd README.md file
2016-02-08 Michal MalýMerge branch 'master' of https://github.com/echmet...
2016-02-08 echmetInitial commit
2015-12-08 Michal MalýExpect the file path to method data file to be in UTF...
2015-12-08 Michal MalýExpect file path to measurement data to be UTF-8 encode...
2015-12-08 UserRecognize ChemStation B.06.43 files
2015-12-01 Michal MalýFix possibly unitialized "ret"
2015-12-01 User- Fix a few stupid typos causing ChemStation version...
2015-12-01 UserAdd more checks for ferror()
2015-12-01 UserDetect sampling rates correctly for ChemStation B.0626
2015-12-01 UserMake parsing of the wavelength string more robust
2015-12-01 UserSilence warnings about possible data loss
2015-12-01 UserCheck file type description and abort reading if unknown.
2015-12-01 User- Detect generic file type and abort reading it it...
2015-11-08 Michal MalýSet initial data count to zero
2015-11-08 Michal Malý- Add a new function to read just the header of the...
2015-03-29 Michal MalýImprove phrasing of a comment
2015-03-29 Michal MalýSilence VC12 compiler warning
2015-03-29 Michal MalýAdd remove_trailing_newline() function signature
2015-03-29 Michal MalýRemove trailing newlines from both name and value if...
2015-03-29 Michal Malý- Don't bail out prematurely if a method info line...
2015-03-29 Michal MalýMove includes inside the explicitly declared C code...
2015-03-29 Michal MalýFix memory leak in read_string_at_offset()
2015-03-28 Michal MalýAdd an empty line if there is no value for a key
2015-03-27 Michal MalýMove month_to_number() to correct place alphabetically...
2015-03-27 Michal Malý- Read strings from data files as UTF-16LE encoded...
2015-03-26 Michal MalýRead strings from data files as UTF-16LE encoded strings
2015-03-26 Michal MalýDeclare static strings directly as arrays
2015-03-26 Michal MalýImplement MTH files reading on Windows
2015-03-26 Michal Malý- Add generic support for reading MTH files
2015-03-11 Michal MalýUse "#ifdef _WIN32" to detect Windows environment
2015-03-10 Michal MalýAdd Visual Studio 2013 solution
2015-03-10 Michal MalýAdd shared library versioning
2015-03-10 Michal MalýMove public include file to "include" directory
2015-03-10 Michal MalýAdd simple testing tool and build it on demand
2015-03-10 Michal MalýBuild libHPCS as a shared library
2015-03-10 Michal MalýFix temperature decoding for old ChemStation file format
2015-03-10 Michal MalýFix decoding of current and power for the older ChemSta...
2014-08-01 Michal MalýFix qualifiers in check_for_marker()
2014-08-01 Michal MalýFix memory leak
2014-08-01 Michal MalýRemove useless debugging output
2014-08-01 Michal MalýFix build on VC11
2014-08-01 Michal MalýDo not include stdbool.h on Visual Studio
2014-08-01 Michal MalýMerge branch 'master' of devoid-pointer.net:libHPCS
2014-08-01 Michal MalýWorkaround for missing stdbool.h in Visual Studio
2014-08-01 Michal MalýWorkaround for missing stdbool.h in Visual Studio
2014-07-31 Michal Malý- Do not differentiate fixed and floating signals at all
2014-07-31 Michal MalýRemove obsolete enum
2014-07-31 Michal MalýAdd a sampling rate workaround for older file formats
2014-07-30 Michal MalýSimplify exported functions declarations
2014-07-30 Michal Malý- Ignore position checking of markers
2014-07-11 Michal MalýUse the ChemStation version tag to diffentiate file...
2014-07-11 Michal MalýFix null pointer checks in read_dad_wavelength()
2014-07-11 Michal MalýFix file type autodetection
2014-07-11 Michal MalýImprove debugging output in read_fixed_signal()
2014-07-10 Michal Malý- Prepend function name to PR_DEBUG output
2014-07-10 Michal MalýMake the debugging output more flexible
2014-07-10 Michal MalýAdd debugging info to read_fixed_signal()
2014-07-10 Michal MalýInitialize HPCS_MeasuredData properly after allocation
2014-07-10 Michal MalýAPI CHANGE: Rework wavelength parsing logic
2014-07-10 Michal MalýFix debug build defines and add debugging output
2014-07-10 Michal MalýUse only "DAD" as the key for absorbance data file
2014-06-29 Michal MalýFix memory leaks in autodetect_file_type() and read_date()
2014-06-29 Michal MalýProvide alloc() and free() functions to simplify memory...
2014-06-29 Michal MalýFix memory leak in autodetect_file_type()
2014-06-29 Michal MalýRead method name
2014-06-29 Michal MalýFix "unused variable" warning in print_debug() in relea...
2014-06-29 Michal MalýPrefix file type IDs with HPCS_
2014-06-29 Michal MalýAdd error_to_string() to Win32 DLL exports
2014-06-29 Michal MalýAdjust the include file for C++ compilers
2014-06-29 Michal MalýInitial commit