pikotools/src
Tomasz Sowa 8b0ed5e750 added to TextStream:
TextStreamBase & operator<<(unsigned char);
  TextStreamBase & operator<<(bool);
  TextStreamBase & operator<<(short);
  TextStreamBase & operator<<(unsigned short);
  TextStreamBase & operator<<(float);
  TextStreamBase & operator<<(long double);
2021-06-15 19:54:50 +02:00
..
convert namespace PT renamed to pt 2021-05-20 16:11:12 +02:00
csv changed utf8 functions: PascalCase to snake_case 2021-05-21 00:24:56 +02:00
date namespace PT renamed to pt 2021-05-20 16:11:12 +02:00
log changed utf8 functions: PascalCase to snake_case 2021-05-21 00:24:56 +02:00
mainoptions changed utf8 functions: PascalCase to snake_case 2021-05-21 00:24:56 +02:00
membuffer namespace PT renamed to pt 2021-05-20 16:11:12 +02:00
space added to TextStream: 2021-06-15 19:54:50 +02:00
textstream added to TextStream: 2021-06-15 19:54:50 +02:00
utf8 added to TextStream: 2021-06-15 19:54:50 +02:00
Makefile removed definition of CXX and CXXFLAGS from Makefile 2021-05-10 20:07:08 +02:00
Makefile.dep added to TextStream: 2021-06-15 19:54:50 +02:00