David Piuva
|
148bb518ba
Noticed that GCC crashed in the linker before because it allowed using std::string without #include <string>.
|
11 months ago |
David Piuva
|
b897391dc4
Removing printing of std::string, in case that it caused the ambiguity with libc++.
|
11 months ago |
David Piuva
|
906b9fef5a
Replacing most C library dependencies with equivalent dependencies in C++.
|
1 year ago |
David Piuva
|
137047938c
Passing arguments by const reference to string_append and string_combine to avoid redundant memory duplication.
|
2 years ago |
David Piuva
|
f73f35cc49
Added == and != operators for strings as another way to call string_match from template functions.
|
2 years ago |
David Piuva
|
c3801553c0
Named arguments in callback types for readability.
|
2 years ago |
David Piuva
|
fdbd1cdefb
Introduced warnings and made it possible to override message handling.
|
2 years ago |
David Piuva
|
429230788a
Implemented file_removeFile.
|
3 years ago |
David Piuva
|
00d0ab2677
Made a header for the shared collection functions to make the code easier to understand.
|
3 years ago |
David Piuva
|
38f0d60a9b
Made a filesystem wrapper.
|
3 years ago |
Dawoodoz
|
14bab0e68d
Implemented support for Unicode in filenames (#35)
|
3 years ago |
David Piuva
|
4cece3eaa8
Updated obsolete name in comment for stringAPI.h.
|
3 years ago |
David Piuva
|
70dc39885c
Using CR-LF line endings in UTF-8 for source files.
|
5 years ago |
David Piuva
|
760be58e78
Completed the string API.
|
5 years ago |