Commit Graph

1292 Commits (3bdb789b7abeef41716c4f78491c6c1406abaeb0)

Author SHA1 Message Date
Daniel Kolesa c990134bb7 path fixes on windows 2018-04-15 19:10:58 +02:00
Daniel Kolesa 3d8dbcbab2 noexcept range ctor 2018-04-15 18:57:23 +02:00
Daniel Kolesa 16518fcc83 add a range type to iterate paths by parts 2018-04-15 18:56:25 +02:00
Daniel Kolesa de04a60251 better implementation of parent/has_parent 2018-04-15 18:00:20 +02:00
Daniel Kolesa 567a3e0b85 noexcept + remove useless methods 2018-04-15 17:40:20 +02:00
Daniel Kolesa 75e4f9b99a for path parts, use immutable slices (no memory alloc) 2018-04-15 16:34:30 +02:00
Daniel Kolesa 85a9715ac3 implement is_relative/is_absolute 2018-04-15 15:30:30 +02:00
Daniel Kolesa 9cea53491d only normalize during append when necessary 2018-04-15 15:17:49 +02:00
Daniel Kolesa 7cf307f60a better, cleaner and faster path concat/append 2018-04-15 01:11:14 +02:00
Daniel Kolesa 2f42383fcd fixes 2018-04-14 23:33:42 +02:00
Daniel Kolesa 2f180cfc0e lots of new path functions 2018-04-14 23:21:58 +02:00
Daniel Kolesa 1d6c256b2a correct separator replacement 2018-04-14 21:38:23 +02:00
Daniel Kolesa 9c2fdd5f67 strip trailing seps 2018-04-14 21:34:24 +02:00
Daniel Kolesa 96a3c9da30 paths are now always in a valid format 2018-04-14 21:28:01 +02:00
Daniel Kolesa 6eee000b49 drive/root/anchor should be strings 2018-04-14 18:03:43 +02:00
Daniel Kolesa 263b686ef0 drive/root/anchor/parent/name/suffix/stem/relative_to for paths 2018-04-14 17:46:44 +02:00
Daniel Kolesa 643aa7e01a path move semantics 2018-04-14 01:42:15 +02:00
Daniel Kolesa 7e28045942 expand path structure a bit 2018-04-14 01:29:01 +02:00
Daniel Kolesa a7b37b0d2e initial skeleton for path module to replace std::filesystem 2018-04-13 18:57:04 +02:00
Daniel Kolesa 8686962cbc catch coroutine error in example 2018-04-11 02:27:26 +02:00
Daniel Kolesa b0e8b3fbd0 do not use the GNU-extension execvpe 2018-04-11 02:23:17 +02:00
Daniel Kolesa 3f939f2e1a avoid silly gcc warning 2018-01-17 22:58:34 +01:00
Daniel Kolesa 45161b9837 more sensible build macros on windows 2018-01-17 22:56:39 +01:00
Daniel Kolesa 827aed2bb9 minor fixes 2018-01-15 21:05:58 +01:00
Daniel Kolesa 69d5d11da1 POD => trivial, also clarify tstrlen 2018-01-13 22:34:14 +01:00
Daniel Kolesa dab034d9e0 export dem symbols 2018-01-11 23:38:03 +01:00
Daniel Kolesa a93ae710d0 universal internal strlen for all char types 2018-01-11 23:27:45 +01:00
Daniel Kolesa 375c014f7a vtable translation unit for thread pool + warns 2018-01-10 02:57:29 +01:00
Daniel Kolesa 1f5e7dc193 fully expand constructors in argparse 2018-01-10 02:30:01 +01:00
Daniel Kolesa 6c21802041 no global constructor in concurrency example 2018-01-10 01:03:07 +01:00
Daniel Kolesa 5646f8610b no need for a generic param 2018-01-10 00:55:50 +01:00
Daniel Kolesa 391f511131 use size_t for chunks/take 2018-01-10 00:54:31 +01:00
Daniel Kolesa e792613792 suppress some signed conversion warnings 2018-01-10 00:40:12 +01:00
Daniel Kolesa 64843f7aa7 get rid of remaining zero-as-null-pointer-constant usages 2018-01-10 00:34:42 +01:00
Daniel Kolesa d7d3929226 refactor expression SFINAE tests not to use pointers 2018-01-10 00:22:09 +01:00
Daniel Kolesa b077b4fad9 respect width/precision 2018-01-08 00:46:09 +01:00
Daniel Kolesa d47aa75bd3 fix utf-16 string printing 2018-01-08 00:44:57 +01:00
Daniel Kolesa cbc75ce97c fix 4-byte utf-8 encode 2018-01-08 00:27:55 +01:00
Daniel Kolesa 7becc47143 use the standard trait to check for chars 2018-01-07 22:54:02 +01:00
Daniel Kolesa 96f627f792 treat chars as ints when not %s/%c and %x/%X/etc as unsigned 2018-01-07 22:53:02 +01:00
Daniel Kolesa 36b5316ff6 documentation for all the Unicode APIs 2018-01-07 22:15:34 +01:00
Daniel Kolesa 229b715d2c add a standard function to write a replacement character 2018-01-07 21:20:57 +01:00
Daniel Kolesa 032d687293 avoid some size checks on utf-32 range 2018-01-07 21:14:59 +01:00
Daniel Kolesa 3db863c68d allow encode to work on arbitrary ranges 2018-01-07 19:38:47 +01:00
Daniel Kolesa 818fd1e8e8 add utf::unit_bits and encode/iter_u taking number of bits (8/16/32) 2018-01-07 19:27:08 +01:00
Daniel Kolesa 798fcec6c8 remove the iter_u* wrappers, leave iter_u 2018-01-07 19:16:13 +01:00
Daniel Kolesa fb91f77eb0 remove the encode_u* wrappers (just use generic type-basedd ver) 2018-01-07 19:08:08 +01:00
Daniel Kolesa 4a2e5cd557 completely unify encode funcs 2018-01-07 18:44:12 +01:00
Daniel Kolesa 541fa43cbb reduce the encode_u* to 1 sink version per variant 2018-01-07 18:22:30 +01:00
Daniel Kolesa 24d1b5ec25 various traits and constants for unicode types 2018-01-07 17:13:53 +01:00