Commit graph

278 commits

Author SHA1 Message Date
q66 2c7f98f57e use standard swap 2017-01-29 15:56:02 +01:00
q66 a8f7122d45 use standard declval 2017-01-29 15:29:11 +01:00
q66 a41299505c use unique_ptr 2017-01-29 15:16:13 +01:00
q66 71515c5383 actually keep our own function because libstdc++'s has no allocator support 2017-01-28 23:00:05 +01:00
q66 780f7e5b21 use standard function 2017-01-28 22:46:48 +01:00
q66 c751275d83 remove remains of tuple headers 2017-01-28 19:39:50 +01:00
q66 c8c24300ee fully use standard tuples 2017-01-28 19:06:52 +01:00
q66 2e7bba2c95 remove Pair, more standard tuple usage etc 2017-01-28 18:52:34 +01:00
q66 7e96183648 start moving over to standard tuple 2017-01-28 18:30:31 +01:00
q66 19226d51af since we can't ADL for std container iter, use different system
This introduces ranged_traits structure, which by default works
for things defining .iter(), but also allows you to override it
per type at later stage, which comes in handy for std containers.

This is because we can't extend the std namespace in any way and
we still need to be able to add iterable functionality to std
containers even at later stage than iter() is defined.
2017-01-26 00:27:54 +01:00
q66 0bf36b679a iter extensions for std::array 2017-01-25 23:46:48 +01:00
q66 56a3327dce use standard vector and move/forward 2017-01-25 01:57:24 +01:00
q66 27005f1715 remove native ostd threading/atomic stuff (just use c++11 ones) 2017-01-24 00:35:07 +01:00
q66 41ad273c32 std allowed by default 2017-01-14 15:09:27 +01:00
q66 32cd56d3c1 linux/gcc fixes 2017-01-09 17:58:40 +01:00
q66 1eb3db64f0 use implicit ctor 2016-11-16 19:09:19 +01:00
q66 c450600097 add type trait to check type size in bits 2016-11-15 22:51:15 +01:00
q66 e7c6032edb add initial numeric limits implementation (type-generic min/max/etc) 2016-11-15 22:46:03 +01:00
q66 9e609e0057 rename disown to release (consistent with other places) 2016-09-18 19:30:55 +02:00
q66 9251fb506f remove unneeded code 2016-09-18 19:22:54 +02:00
q66 9d174013e6 fix 2016-09-11 21:21:07 +02:00
q66 519c9c7624 more noexcept and readme note 2016-09-11 21:20:03 +02:00
q66 1586cedd17 noexcept for memory.hh 2016-09-11 20:46:53 +02:00
q66 70a2b88898 allow non-static methods to be bound to Function 2016-09-11 19:57:42 +02:00
q66 462e6f0659 new ostd::Function implementation (cleaner with better allocator awareness including stateful allocators) 2016-09-11 17:58:16 +02:00
q66 f26cf02277 more internal traits for later use + cleaned ResultOf 2016-09-11 16:26:36 +02:00
q66 211961cc31 implement piecewise construction for Pair/CompressedPair 2016-09-11 14:08:56 +02:00
q66 7f2e5f67d4 fix 2016-09-06 19:55:17 +02:00
q66 d31101d85e typo fix 2016-09-02 18:58:24 +01:00
q66 59ce413ef3 maybe enhancements 2016-09-02 18:52:58 +01:00
q66 b202cb43ad typo 2016-09-02 18:20:39 +01:00
q66 0dc4d5074d Maybe enhancements 2016-09-02 18:15:46 +01:00
q66 cd748bd44a remove unneeded code 2016-09-02 17:21:35 +01:00
q66 c4039fa56f add case insensitive string compare 2016-09-02 00:06:13 +01:00
q66 17365642ef actually safe string cmp 2016-08-18 00:35:21 +01:00
q66 c7862243a8 avoid UB in string compare 2016-08-17 18:18:12 +01:00
q66 7a11157f95 formatting 2016-08-03 16:50:06 +01:00
q66 d259877fba typo fix 2016-07-31 20:50:07 +01:00
q66 8afffc1fb7 refactoring, style updates, various fixes 2016-07-31 20:40:25 +01:00
q66 88241f5f9e remove namespace 2016-07-08 19:48:11 +01:00
q66 115da8be30 use lstat for consistent behavior 2016-07-07 19:46:53 +01:00
q66 8b7fc0f791 don't alloc path twice 2016-07-07 17:06:57 +01:00
q66 b02966fb9d environment api for windows, and rename environ namespace to envvar because windows is retarded 2016-07-06 20:40:43 +02:00
q66 dd35b0bf05 fix incorrect FindFirstFile logic on Windows 2016-07-06 19:51:39 +02:00
q66 85d98780ce windows build warning/error fixes 2016-07-06 19:31:21 +02:00
q66 0a1b578fcd ignore some template specializations for systems with no big char builtins 2016-07-06 19:10:17 +02:00
q66 0c8c16a44a windows fixes + stdin/stdout/stderr might be defined as macros 2016-07-06 17:05:32 +01:00
q66 f5a7c19acc fix invalid cast 2016-07-05 18:27:27 +01:00
q66 b7a2322990 add nothrow constructible/assignable/destructible type traits (for when user code uses exceptions) 2016-07-03 01:39:13 +01:00
q66 47ed1a700c don't use classic style casts 2016-07-02 04:57:23 +01:00
q66 85b7602654 fix directory stream on Linux as glibc's dirent.h doesn't put . and .. entries to the start 2016-06-28 19:52:37 +01:00
q66 676f76acee string element append fix and OS X support note 2016-06-27 19:18:31 +01:00
q66 7912c24e3a const syntax refactoring 2016-06-23 19:18:35 +01:00
q66 430ca81bfd pass compare func by reference in sort impl (don't copy it around) 2016-05-29 02:41:58 +01:00
q66 46d8844a49 return fix 2016-05-24 01:30:11 +01:00
q66 5189bab1af simplify string operator+= for T 2016-05-22 15:31:11 +01:00
q66 d9bd0f8380 restrict string operator+ (conflicts with range offset) 2016-05-21 15:36:14 +01:00
q66 65954f614c decay map/filter callbacks before storing them 2016-05-09 00:07:25 +01:00
q66 a5c4b9d3ca global concat op for strings 2016-05-07 17:25:40 +01:00
q66 7561d40b14 missed inline 2016-05-04 00:50:52 +01:00
q66 75e27a14b0 overload rvalue refs to const for tuple 2016-05-02 18:21:54 +01:00
q66 34cb1f1fbd forward the tuple to ensure correct get semantics 2016-05-01 00:53:48 +01:00
q66 f46ffa53fd forwarding join/zip 2016-05-01 00:34:00 +01:00
q66 b16e72fa16 convert nearly all algos (except variadic ones) to use perfect forwarding 2016-04-30 19:21:50 +01:00
q66 ca0dfcd8a4 fix return type 2016-04-30 18:27:53 +01:00
q66 0f5ed68124 actually need to move things into the lambda or they die 2016-04-30 18:24:17 +01:00
q66 5dfc54dad9 simplify map/filter 2016-04-30 17:58:37 +01:00
q66 e33797e571 pipeable foldl/foldr func variant 2016-04-29 17:47:04 +01:00
q66 fcd0616f4d fix naming 2016-04-29 17:45:06 +01:00
q66 551dc8bc15 return range from sort and make it pipeable 2016-04-29 17:34:46 +01:00
q66 62fdbc74ad add missing pipeable algorithms and suffix funcs that use comparators 2016-04-29 17:30:32 +01:00
q66 ab22ba910a remove mutable where unnecessary + capture join/zip by ref instead of copy 2016-04-27 18:42:51 +01:00
q66 878476a397 use int for sdl1 mode and report size 2016-04-27 01:18:04 +01:00
q66 c5a9d535f5 fixes 2016-04-27 01:11:03 +01:00
q66 e51fe5a348 add an extensions directory and first extension, sdl rwops stream integration 2016-04-27 01:08:59 +01:00
q66 288526e7db capture by references more (the objects live long enough to be safe) 2016-04-27 00:29:55 +01:00
q66 e7dd08d884 piping for nearly all algorithms 2016-04-26 22:25:46 +01:00
q66 5604df9625 make core range funcs methods on InputRange + initial support for piping 2016-04-26 22:05:07 +01:00
q66 2d399a2ed3 fix RangeValue for ZipRange 2016-03-30 20:41:59 +01:00
q66 6c840ad830 implement zip and tuple ToString 2016-03-27 23:49:57 +01:00
q66 f651940570 add initial implementation of range joiner (join any type-compatible ranges into one) 2016-03-27 21:06:00 +01:00
q66 59551e0aee fix the StreamMode enum 2016-03-26 17:26:37 +00:00
q66 ce42683c99 default to read mode in filestreams 2016-03-26 15:19:00 +00:00
q66 54789177e2 no need for a typedef 2016-03-24 21:52:16 +00:00
q66 60a04937c6 string range optimizations 2016-03-23 22:32:30 +00:00
q66 a31ddba522 range fixes 2016-03-23 22:27:46 +00:00
q66 9de9d99d4d fixes 2016-03-22 01:13:43 +00:00
q66 5b4ea576b7 change to RemoveConst 2016-03-21 21:25:23 +00:00
q66 e48642659d generalize temp cstrings for any range type 2016-03-21 21:21:41 +00:00
q66 4854242918 typo fix 2016-03-20 20:23:26 +00:00
q66 6c4fd3d8ae this doesn't actually happen 2016-03-19 20:23:46 +00:00
q66 a63cf1edb1 add experimental api to turn unterminated string ranges to terminated c strings 2016-03-19 19:52:46 +00:00
q66 40746de1c3 add environment funcs (environ.hh) and update test runner code (less verbose/cleaner) 2016-03-13 01:28:39 +00:00
q66 b66c684add add trailing newlines 2016-02-07 21:19:20 +00:00
q66 dfc867bd48 remove unused file 2016-02-05 21:29:27 +00:00
q66 3495d6ea2f remove platform.hh include 2016-01-28 18:36:48 +00:00
q66 0580638905 move windows.h include into its own header (to define LEAN_AND_MEAN and NOMINMAX in all places) 2016-01-27 19:35:11 +00:00
q66 62d7836f32 header fixes 2016-01-26 19:01:27 +00:00
q66 e5dc50b0dd support hardware_concurrency static method like c++ std::thread (also replaces cpu_count_get) 2016-01-26 18:58:16 +00:00
q66 5192ea4977 small cleanup 2016-01-24 16:59:44 +00:00