pikotools/src
Tomasz Sowa ac691bccb7 updated MainSpaceParser to the new Space format, changed api to snake case
now we can:
- parse short options, those beginning with a hypnen '-'
- parse long options, those beginning with two hyphens '--'
- long options can have arguments in two forms:
  - either with an equal sign, e.g.: --opion-name=argument
  - or with a space, e.g: --option argument
    in the latter case we can have more than one argument, e.g: --option argument1 argument2
- parse non-option arguments, those after two hyphens to the end of a string, e.g: -- arg1 arg2
2021-05-17 03:09:21 +02:00
..
convert changes in convert/text functions 2021-05-10 20:04:12 +02:00
date moved all directories to src subdirectory 2021-05-09 20:11:37 +02:00
log added macro PT_HAS_MORM in Log class where operator<<(morm::Model & model) is used 2021-05-10 20:05:55 +02:00
mainspaceparser updated MainSpaceParser to the new Space format, changed api to snake case 2021-05-17 03:09:21 +02:00
membuffer moved all directories to src subdirectory 2021-05-09 20:11:37 +02:00
space fixed in Space: set_empty_string(), set_empty_wstring(), set_empty_table() and set_empty_object() didn't clear its object 2021-05-17 03:08:32 +02:00
textstream moved all directories to src subdirectory 2021-05-09 20:11:37 +02:00
utf8 moved all directories to src subdirectory 2021-05-09 20:11:37 +02:00
Makefile removed definition of CXX and CXXFLAGS from Makefile 2021-05-10 20:07:08 +02:00
Makefile.dep make depend 2021-05-10 20:08:19 +02:00