]> Devoid-pointer.net GitWeb - libHPCS.git/shortlog
libHPCS.git
2018-07-25 Michal MalýTreat marker-like segments as regular data if they... master
2018-07-24 Michal MalýAdd some extra debugging output
2017-12-26 Michal MalyFix UTF-8 to wide char file path conversion
2017-05-12 Michal MalýExport library functions only when the library is the...
2017-05-11 Michal MalýFix filename case-sensitivity issue
2017-05-11 Michal Maly- Do not enforce the "lib" prefix on Windows
2017-05-11 Michal MalyUpdate Windows-specific bits of the CMake recipe
2017-05-11 Michal MalýUpdate the README file
2017-05-11 Michal MalýMove source files to src/ directory
2017-05-11 Michal MalýUse consistent upper-case naming for all source and...
2017-05-11 Michal MalýUse more appropriate CMake facilities to define build...
2017-05-11 Michal MalýAdd install directive to CMake recipe
2016-10-23 Michal MalýAdd missing check of fread() return value
2016-10-23 Michal MalýUse NOT instead of ! in Windows detection condition
2016-08-23 ECHMET-BUILDDot not try to look for ICU libraries on Windows
2016-08-23 Michal MalýRead start of the scans block from file header
2016-08-18 Michal MalýRemove sampling rate offset
2016-08-18 Michal MalýRead timing data from the file instead of guessing...
2016-08-18 Michal MalýFix return value check from fread
2016-08-18 Michal MalýRead signal step from the datafile header instead of...
2016-08-17 Michal MalýFix a typo in the header guard
2016-07-01 Michal MalýDo not export extraneous symbol from the library on...
2016-04-05 Michal MalýDetect ChemStation B.06.44 and set the sampling rate...
2016-04-04 Michal MalýRemove trailing spaces
2016-04-04 Michal MalýHandle strings of zero length correctly for old ChemSta...
2016-04-04 Michal MalýCheck for failed allocation, improve coding style consi...
2016-04-04 Michal MalýImprove debugging output when string parsing fails
2016-02-10 Michal MalýFix ISO-8859-1 to UTF-8 conversion on Windows
2016-02-10 Michal MalýCorrectly check for old and new format in when reading...
2016-02-10 Michal MalýFix build on Windows
2016-02-10 Michal MalýFix coding style issues
2016-02-10 Michal MalýBump SO version
2016-02-10 Michal Malý- Convert correctly from ISO-8859-1 to UTF-8
2016-02-10 Michal MalýAdd support for old HP ChemStation data format
2016-02-10 Michal MalýCoding style consistency fixes
2016-02-09 Michal MalýUse "electrophoreogram" instead of "electropherogram"
2016-02-09 Michal MalýUpdate README file
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
next