Commit Graph

  • 43e08eb826 [ox/std] Add print of assert condition to assert output gary 2022-01-26 21:14:11 -06:00
  • ce94a8eeb5 [ox/std] Change default small Vector size to 0 gary 2022-01-26 01:43:26 -06:00
  • faecc99ee7 [ox/model] Add macros to simplify model definition gary 2022-01-26 01:36:29 -06:00
  • f7012167dd [ox/fs] Improve const-correctness of FileSystem gary 2022-01-26 01:27:31 -06:00
  • c2a7473b36 [ox] Run liccor gary 2022-01-13 02:05:02 -06:00
  • 3a4d47cf04 [ox/sd] Remove ox::move gary 2021-12-17 21:02:50 -06:00
  • db56f918a9 [ox/std] Make sfmt usable as constexpr gary 2021-12-11 16:39:40 -06:00
  • 21bc8cc67d [ox] Remove std::move calls that suppressed copy elision gary 2021-12-01 19:55:09 -06:00
  • 421dd02b31 [ox/std] Deprecate ox::move gary 2021-12-01 02:55:24 -06:00
  • 48ff004c24 [ox/model] Add requireModelTypeName gary 2021-12-01 02:29:01 -06:00
  • 7ca1e73f14 [ox/model] Add string type template parameter to getModelTypeName gary 2021-12-01 01:34:05 -06:00
  • 30c9d58653 [ox/std] Enable small string optimization by default gary 2021-12-01 01:10:58 -06:00
  • 702f1f8715 [ox/std] Remove iostream include from vector.hpp gary 2021-11-29 03:44:52 -06:00
  • 37207f14a5 [ox/std] Make Vector::erase return iterator item after removed item gary 2021-11-29 03:33:13 -06:00
  • 74c62a1780 [ox] Correct bad bit_cast uses and improve constexpr-ness gary 2021-11-28 21:03:29 -06:00
  • 8706eab62a [ox/std] Rename Vector alloc and dealloc methods gary 2021-11-08 02:25:51 -06:00
  • 57118570ea [ox/std] Add char8_t* constructor to String gary 2021-11-08 02:25:20 -06:00
  • 0d62e02ae8 [ox/std] Make toCString(std::string) constexpr gary 2021-11-08 02:24:36 -06:00
  • 6f236d3e55 [ox/std] Make BString::operator== const gary 2021-11-08 02:23:32 -06:00
  • d548538b04 [ox/std] Add std::allocator gary 2021-11-06 12:55:28 -05:00
  • 6cb74d0bb9 [ox/std] Make most of Optional constexpr gary 2021-11-06 12:53:23 -05:00
  • 317fd81701 [ox/std] Make most of Vector constexpr gary 2021-11-06 12:52:16 -05:00
  • dab6dc0e8a [ox/std] Make Vector use std::allocator gary 2021-11-06 12:37:16 -05:00
  • 8ddf8bbd9f [ox/std] Set default small string size of 8 bytes gary 2021-11-06 00:25:13 -05:00
  • d44b19923d [ox] Fix for C++20 gary 2021-11-02 00:45:02 -05:00
  • ebc94c9ea8 [ox/std] Add ox::find(...) and HashMap::erase(K) gary 2021-11-01 18:44:59 -05:00
  • dab312da33 [ox/std] Cleanup stacktrace code gary 2021-10-29 21:51:06 -05:00
  • b61b4c3239 [ox/model] Add typenamecatcher.hpp to model.hpp gary 2021-10-29 21:50:33 -05:00
  • e75ef05594 [ox/std] Fix UniquePtr reset to work when copying from a UniquePtr to subclass type gary 2021-10-29 21:40:58 -05:00
  • dd6e7f5978 [ox/std] Add missing pragma once to initializerlist.hpp gary 2021-10-29 21:17:30 -05:00
  • 77b2a17cd3 [ox/std] Make HashMap use default constructor for T gary 2021-10-29 21:17:08 -05:00
  • 48eb2bbc04 [ox/std] Add Optional gary 2021-10-29 21:16:20 -05:00
  • e46d1e6dd2 [ox/claw] Fix CMake generator expression OX_USE_STDLIB switch gary 2021-10-28 01:49:20 -05:00
  • 2e3f87c339 [ox/claw] Add readClawHeader to public API gary 2021-10-25 19:11:37 -05:00
  • 3ed451d909 [ox/std] Make oxIgnoreError take const ref gary 2021-10-25 19:09:03 -05:00
  • c21d105f49 [ox/std] Fix Vector reverse iterators gary 2021-10-25 18:26:53 -05:00
  • 1b6e682dd0 [ox/std] Update strops nodiscard use to match current style gary 2021-10-23 17:58:20 -05:00
  • a4f224b05b [ox][std] Fix UniquePtr to use provided deleter gary 2021-08-26 20:04:01 -05:00
  • 260b06c4d2 [ox/std] Add implementation of what() to ox::Exception gary 2021-10-14 19:20:46 -05:00
  • c09115d9ff [ox/std] Add begin and end methods to BasicString gary 2021-08-03 00:41:03 -05:00
  • b0fc46b2b1 [ox/event] Move isError into namepsace detail gary 2021-08-03 00:21:05 -05:00
  • 7462f46fdf [ox/std] Fix ptrdiff_t header location gary 2021-08-02 21:47:45 -05:00
  • f5fa23aa0c [ox/event] Fix build error in exception variant of Signal gary 2021-08-02 21:19:05 -05:00
  • 853dfa695f [ox/event] Add variant of Signal that uses exceptions gary 2021-08-02 20:59:13 -05:00
  • 3825dddeb5 [ox/std] Specify std::bit_cast in Vector gary 2021-08-02 20:58:10 -05:00
  • bb8d7ff983 [ox/std] Fix another inappropriate assign with constructor gary 2021-07-31 04:05:56 -05:00
  • 9d1f84f378 [ox/oc] Resize vectors before writing to them gary 2021-07-31 03:37:23 -05:00
  • cf5bc8cd0b [ox/std] Fix problems with Vector using operator= where constructors should be used gary 2021-07-31 03:36:40 -05:00
  • 59da5557af [ox/std] Remove preprocessor condition for Vector(initializer_list) constructor implementation gary 2021-07-30 20:05:26 -05:00
  • 57fa761252 [ox/std] Improve Vector::iterator to better conform to std::vector::iterator gary 2021-07-30 19:36:26 -05:00
  • 943789845d [ox/oc] Remove setTypeInfo invocation from OC write gary 2021-07-29 23:33:09 -05:00
  • 5b6a66d03a [ox/{mc,oc}] Fix problems caused by making methods const gary 2021-07-29 23:19:58 -05:00
  • 0040c56b6f [ox/std] Add implementation of initializer_list gary 2021-07-29 22:55:27 -05:00
  • 5fde1666c2 [ox/std] Make fmt version of logError gary 2021-07-29 22:35:57 -05:00
  • 6f47a8b054 [ox/std] Make logError inline gary 2021-07-29 22:24:46 -05:00
  • 010efa87e2 [ox/model] Make field counting automatic gary 2021-07-29 22:24:08 -05:00
  • e1cbe18cdf [ox/{mc,oc}] Improve noexcept correctness gary 2021-07-29 22:22:44 -05:00
  • d1cbeacf1f [ox/std] Add initializer_list constructor to Vector gary 2021-07-29 20:29:49 -05:00
  • 61874e2055 [ox/std] Fix oxDefer macro to work outside ox namespace gary 2021-07-24 21:03:35 -05:00
  • 31403cd379 [ox] Remove need for explicit fields count in model system, add ox::String handler to OC gary 2021-07-24 20:40:11 -05:00
  • 19316c7c19 [ox/std] Add support for proper std::bit_cast with C++20 enabled gary 2021-07-24 20:39:40 -05:00
  • 76ddd370e5 [ox/std] Fix copy/move elision in sfmt gary 2021-07-24 20:35:00 -05:00
  • 1de9659f47 [ox/std] Add proper forward function gary 2021-07-23 21:29:57 -05:00
  • 27778820eb [ox/std] Add comparison operators to String gary 2021-07-23 21:29:17 -05:00
  • 11c3a0261f [ox/std] Add version of OutStream that takes String gary 2021-07-23 21:28:58 -05:00
  • 92994c20a6 [ox/oc] Fix typo gary 2021-07-23 21:27:53 -05:00
  • 9e0c053b4e [ox/std] Fix Vector::emplace_back and make_unique to properly forward arguments gary 2021-07-23 03:30:00 -05:00
  • 55ef09b31c [ox/event] Cleanup gary 2021-07-18 15:21:06 -05:00
  • 129ff2a6ef [ox/std] Add BasicString::substr(begin, end) gary 2021-07-18 13:06:52 -05:00
  • 56989c4259 [ox/std] Add ox::Exception gary 2021-07-17 12:23:36 -05:00
  • c6029be068 [ox/std] Make oxErr not automatically print new line to stderr gary 2021-07-17 01:26:05 -05:00
  • 8fe03edc63 [ox/event] Add Event package gary 2021-07-16 20:43:07 -05:00
  • 369db4dea4 [ox/std] Make symbolicate return more flexible data gary 2021-07-06 20:54:37 -05:00
  • db294c87ed [ox/std] Cleanup gary 2021-07-03 18:36:16 -05:00
  • 14b6ed10bd [ox/std] Add defer gary 2021-07-03 18:30:15 -05:00
  • fa9062f0fc [ox/fs] Cleanup gary 2021-07-03 18:22:06 -05:00
  • 42b69c306f [ox/fs] Cleanup gary 2021-07-01 00:27:14 -05:00
  • 9e558e387e [ox/claw] Cleanup gary 2021-06-25 21:09:47 -05:00
  • 7a578b4dd5 [ox/fs] Make write methods take const buffer pointer gary 2021-06-25 20:56:19 -05:00
  • 59af414d75 [ox/std] Fix formatting error gary 2021-06-23 20:55:53 -05:00
  • 8df6a89e6d [ox/std] Fix Vector copy constructor not to move items gary 2021-06-04 23:37:47 -05:00
  • 6d1f0e958e [ox/std] Add is_char_v gary 2021-06-03 02:02:25 -05:00
  • f4f93fa54b [ox/std] Make NullStream constructor noexcept gary 2021-06-03 02:01:58 -05:00
  • 1baf246d0d [ox/fs] Make toString(FileType) noexcept gary 2021-06-03 02:01:14 -05:00
  • d17a96ca80 [ox/std] Add BasicString<0> instantiation gary 2021-06-03 02:00:19 -05:00
  • 111f189b82 [ox/std] Remove template integer operators from OutStream gary 2021-05-30 15:57:27 -05:00
  • fbac90cf65 [ox/std] Change fmt toCString to take BasicString<sz> instead of String gary 2021-05-30 15:54:49 -05:00
  • ecd7741e68 [ox/std] Make oxThrowError do a move to satisfy clang-tidy gary 2021-05-29 15:04:19 -05:00
  • ff8912c392 [ox/fs] Cleanup gary 2021-05-29 15:03:31 -05:00
  • 0e23730d72 [ox/fs] Cleanup gary 2021-05-28 22:17:07 -05:00
  • 788b4c8499 [ox/std] Add a form of small string and small vector optimization gary 2021-05-28 02:46:09 -05:00
  • ebf6afd2d7 [ox/std] Cleanup tests gary 2021-05-15 01:41:50 -05:00
  • b0e93533c6 [buildcore] Cleanup gary 2021-04-28 23:24:42 -05:00
  • fdf54c0be4 [ox/oc] Fix ox::String serialization gary 2021-05-12 21:44:34 -05:00
  • e2a4090a2b [ox] Cleanup gary 2021-05-12 21:14:18 -05:00
  • d667f0e1f2 [ox/std] Add iterator.hpp to install list gary 2021-05-12 21:12:38 -05:00
  • 1ca441d329 [ox/model] Replace BString<100> with String as ModelString gary 2021-05-11 22:10:05 -05:00
  • e140f76439 [ox/std] Make String constructors constexpr gary 2021-05-11 22:09:26 -05:00
  • 41ffdafdcd [ox/fs] Replace some reinterpret_casts with placement-new gary 2021-05-11 22:08:33 -05:00
  • 466258a859 [ox/fs] Cleanup, Add error messages for unsupported methods in PassThroughFS gary 2021-05-11 00:52:47 -05:00