pikotools/src
Tomasz Sowa 379adf6a69 allow to parse a time decimal fraction in ParseTime() method
while here:
- let ParseDate() is able to parse such formats: "20081012" (without a separator)
  and without the month or day e.g: "2008" or "200810"
- let ParseTime() is able to parse a time without separators, e.g.:
  "141030", or "1410" or just "14"
- let Parse(...) method use ParseDate() and ParseTime()
  this will parse a format similar to ISO 8601
2022-12-23 02:15:11 +01:00
..
convert allow to parse a time decimal fraction in ParseTime() method 2022-12-23 02:15:11 +01:00
csv set 2-Clause BSD licence in *.cpp files 2022-06-30 13:44:21 +02:00
date allow to parse a time decimal fraction in ParseTime() method 2022-12-23 02:15:11 +01:00
html allow to parse a time decimal fraction in ParseTime() method 2022-12-23 02:15:11 +01:00
log remove FileLog::synchro_lock() and FileLog::synchro_unlock() 2022-09-01 07:32:48 +02:00
mainoptions set 2-Clause BSD licence in *.cpp files 2022-06-30 13:44:21 +02:00
membuffer change headerfile_picotools_* macros to headerfile_pikotools_* 2022-06-30 12:45:08 +02:00
pikotools add pikotools/version.h file 2022-06-30 12:44:06 +02:00
space allow to parse a time decimal fraction in ParseTime() method 2022-12-23 02:15:11 +01:00
textstream allow to parse a time decimal fraction in ParseTime() method 2022-12-23 02:15:11 +01:00
utf8 let all utf8/wide functions can be available just by including utf8/utf8.h 2022-07-30 03:31:18 +02:00
Makefile removed definition of CXX and CXXFLAGS from Makefile 2021-05-10 20:07:08 +02:00
Makefile.dep let all utf8/wide functions can be available just by including utf8/utf8.h 2022-07-30 03:31:18 +02:00