You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tomasz Sowa
bb9205a55e
added: Space::Space(const Date & date), Space::set(const Date & date), Space::add(const Date & date), Space::add(const wchar_t * field, const Date & date)
|
1 year ago |
src
|
added: Space::Space(const Date & date), Space::set(const Date & date), Space::add(const Date & date), Space::add(const wchar_t * field, const Date & date)
|
1 year ago |
tests
|
- added some converting methods: esc_to_json(...), esc_to_xml(...), esc_to_csv() (convert/misc.h)
|
1 year ago |
.editorconfig
|
added .editorconfig file with tab style and tab size information
|
2 years ago |
.gitignore
|
removed *.a from .gitignore
|
2 years ago |
Makefile
|
fixed memory leak in CSVParser::parse() - a Space struct was allocated but never freed
|
2 years ago |