pikotools/src
Tomasz Sowa 4d9f5f6c55 Log class has the Stream class as a base class now
- implemented some missing operators<<(...)
- removed Manipulators: l1, l2, l3, l4, lend, lsave
- PascalCase to snake_case in Log

added to Stream:
  virtual bool is_char_stream() const = 0;
  virtual bool is_wchar_stream() const = 0;
  virtual char get_char(size_t index) const = 0;
  virtual wchar_t get_wchar(size_t index) const = 0;
  virtual Stream & operator<<(const Stream & stream) = 0;
2021-06-24 20:52:48 +02:00
..
convert added to Space: long double to Space::Value and methods for converting from/to long double 2021-06-23 17:01:43 +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 Log class has the Stream class as a base class now 2021-06-24 20:52:48 +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 implemented pretty printing in Space::serialize_to_json_stream(StreamType & str, bool pretty_print, int level) 2021-06-23 21:54:34 +02:00
textstream Log class has the Stream class as a base class now 2021-06-24 20:52:48 +02:00
utf8 Log class has the Stream class as a base class now 2021-06-24 20:52:48 +02:00
Makefile removed definition of CXX and CXXFLAGS from Makefile 2021-05-10 20:07:08 +02:00
Makefile.dep Log class has the Stream class as a base class now 2021-06-24 20:52:48 +02:00