|
3891c0f8ce
|
Added option to quoted() function to replace newlines.
|
2025-09-21 12:36:41 +02:00 |
|
Patrick Wuttke
|
4d19752964
|
Added quoted() string helper.
|
2025-08-30 00:31:27 +02:00 |
|
Patrick Wuttke
|
51092bb4cb
|
Added splitView() and splitLines() to string utility functions.
|
2025-07-15 18:21:10 +02:00 |
|
|
d0be5f7739
|
Fixed use-after-move in TaskLoop::addTaskImpl() and some minor compilation problems.
|
2025-07-10 02:16:29 +02:00 |
|
|
e6556c6f90
|
Fixed convertCharType when converting from wchar_t to char.
|
2025-07-09 00:57:45 +02:00 |
|
|
b91eb34789
|
Massively overengineered logger to support different character types.
|
2025-06-21 14:16:19 +02:00 |
|
Patrick Wuttke
|
8bad5e4346
|
Fixed stars- and endsWithIgnoreCase.
|
2025-03-27 15:07:17 +01:00 |
|
Patrick Wuttke
|
f6776d233d
|
Added startsWithIgnoreCase() and endsWithIgnoreCase() functions.
|
2025-03-27 12:18:52 +01:00 |
|
Patrick Wuttke
|
a64bfde6af
|
Added findIgnoreCase() utility function.
|
2025-03-18 15:07:55 +01:00 |
|
|
49791c4fd0
|
Added toNumber() variants for floating-point types.
|
2024-12-04 01:08:53 +01:00 |
|
|
24033dbfcc
|
Added isDecimalChar() and isHexadecimalChar().
|
2024-09-18 09:46:52 +02:00 |
|
|
aff59724fc
|
Added splitFixed() function to avoid heap-allocation when the number of (expected) splits is known at compile-time.
|
2024-09-17 09:49:36 +02:00 |
|
|
9ba097fc2f
|
Added support for completely disabling noexcept using MIJIN_TEST_NO_NOEXCEPT (for testing).
|
2024-08-29 00:01:23 +02:00 |
|
|
8a611bf4f3
|
Split IP stuff into separate source and WIP implementation of name resolution.
|
2024-08-20 12:07:25 +02:00 |
|
|
05f0e1474a
|
Fixed URLs with non-default char types.
|
2024-08-20 00:35:19 +02:00 |
|
|
df260808b9
|
Implemented/fixed Windows/MSVC support for sockets.
|
2024-08-19 18:35:55 +02:00 |
|
|
35e7131780
|
Added some basic HTTP and ip address parsing.
|
2024-08-18 23:06:09 +02:00 |
|
|
03c899f17e
|
Updated string split method to accept limitParts and ignoreEmpty options.
|
2024-08-18 17:24:06 +02:00 |
|
|
def91ac1bf
|
Added split() and trim() string utilty functions.
|
2024-08-17 22:55:29 +02:00 |
|
|
9ef450df33
|
Added equalsIgnoreCase() function.
|
2024-08-04 11:28:51 +02:00 |
|
|
dff7b30b2d
|
Added missing "std::".
|
2023-11-13 11:34:22 +01:00 |
|
|
a1f1717e22
|
Added ProcessStream to for running processes (on Linux) and streaming their output.
Added map() function for creating a mapping iterator.
Added mijin::pipe types for map() and join().
|
2023-08-06 13:52:51 +02:00 |
|
|
da781b87f2
|
intial commit
|
2023-05-29 14:51:44 +02:00 |
|