]>
Devoid-pointer.net GitWeb - libHPCS.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Michal Malý [Thu, 31 Jul 2014 10:39:14 +0000 (12:39 +0200)]
Remove obsolete enum
Michal Malý [Thu, 31 Jul 2014 09:56:30 +0000 (11:56 +0200)]
Add a sampling rate workaround for older file formats
Michal Malý [Wed, 30 Jul 2014 19:01:27 +0000 (21:01 +0200)]
Simplify exported functions declarations
Michal Malý [Wed, 30 Jul 2014 18:48:44 +0000 (20:48 +0200)]
- Ignore position checking of markers
- Unify floating and fixed signal reading
Michal Malý [Fri, 11 Jul 2014 23:26:07 +0000 (01:26 +0200)]
Use the ChemStation version tag to diffentiate file types whose ID changed between different versions
Michal Malý [Fri, 11 Jul 2014 08:40:07 +0000 (10:40 +0200)]
Fix null pointer checks in read_dad_wavelength()
Michal Malý [Fri, 11 Jul 2014 08:34:09 +0000 (10:34 +0200)]
Fix file type autodetection
Michal Malý [Fri, 11 Jul 2014 00:39:08 +0000 (02:39 +0200)]
Improve debugging output in read_fixed_signal()
Michal Malý [Thu, 10 Jul 2014 23:13:08 +0000 (01:13 +0200)]
- Prepend function name to PR_DEBUG output
- Provide fully flexible PR_DEBUGF
Michal Malý [Thu, 10 Jul 2014 22:54:03 +0000 (00:54 +0200)]
Make the debugging output more flexible
Michal Malý [Thu, 10 Jul 2014 22:46:53 +0000 (00:46 +0200)]
Add debugging info to read_fixed_signal()
Michal Malý [Thu, 10 Jul 2014 22:33:16 +0000 (00:33 +0200)]
Initialize HPCS_MeasuredData properly after allocation
Michal Malý [Thu, 10 Jul 2014 21:45:15 +0000 (23:45 +0200)]
API CHANGE: Rework wavelength parsing logic
Michal Malý [Thu, 10 Jul 2014 08:45:10 +0000 (10:45 +0200)]
Fix debug build defines and add debugging output
Michal Malý [Thu, 10 Jul 2014 08:29:15 +0000 (10:29 +0200)]
Use only "DAD" as the key for absorbance data file
Michal Malý [Sun, 29 Jun 2014 23:56:20 +0000 (01:56 +0200)]
Fix memory leaks in autodetect_file_type() and read_date()
Michal Malý [Sun, 29 Jun 2014 23:52:32 +0000 (01:52 +0200)]
Provide alloc() and free() functions to simplify memory deallocation and
prevent usage of different allocators.
Michal Malý [Sun, 29 Jun 2014 23:20:43 +0000 (01:20 +0200)]
Fix memory leak in autodetect_file_type()
Michal Malý [Sun, 29 Jun 2014 23:04:25 +0000 (01:04 +0200)]
Read method name
Michal Malý [Sun, 29 Jun 2014 21:30:27 +0000 (23:30 +0200)]
Fix "unused variable" warning in print_debug() in release configuration
Michal Malý [Sun, 29 Jun 2014 21:28:01 +0000 (23:28 +0200)]
Prefix file type IDs with HPCS_
Michal Malý [Sun, 29 Jun 2014 15:30:32 +0000 (17:30 +0200)]
Add error_to_string() to Win32 DLL exports
Michal Malý [Sun, 29 Jun 2014 15:28:06 +0000 (17:28 +0200)]
Adjust the include file for C++ compilers
Michal Malý [Sun, 29 Jun 2014 11:46:05 +0000 (13:46 +0200)]
Initial commit