|
03d1fd2857
|
[ox/std] Add and integrate standard abort call
|
2025-01-13 20:39:21 -06:00 |
|
|
9f338a7429
|
[ox] Run liccor
Build / build (push) Successful in 3m18s
|
2025-01-08 23:03:05 -06:00 |
|
|
835e3270ce
|
[ox] Make Error use std::source_location
|
2025-01-01 23:42:46 -06:00 |
|
|
ac7e5be187
|
[ox] Remove OxException
Build / build (push) Successful in 2m52s
|
2024-12-14 00:40:05 -06:00 |
|
|
345fb03857
|
[ox] Remove OxError
|
2024-12-13 22:06:47 -06:00 |
|
|
e849e7a3dd
|
[ox/std] Add source_location
Build / build (push) Has been cancelled
|
2024-12-12 23:09:01 -06:00 |
|
|
f772e48b36
|
[ox] Add Vector/Array/Span overflow checking
|
2024-11-14 21:08:38 -06:00 |
|
|
c45efa6019
|
[ox/std] Make Result copyTo and moveTo able to convert
|
2024-09-07 02:24:52 -05:00 |
|
|
63486c23d4
|
[ox] Cleanup
|
2024-05-08 23:35:05 -05:00 |
|
|
ea1feb726e
|
[ox] Remove oxIgnoreError
|
2024-04-22 23:40:42 -05:00 |
|
|
e9a6a09629
|
[ox] Run liccor
Build / build (push) Successful in 2m20s
|
2024-04-21 17:01:48 -05:00 |
|
|
d1efbb2ffa
|
[ox] Update copyright for 2024
|
2024-01-01 12:03:16 -06:00 |
|
|
e941781f21
|
[ox/std] Cleanup Result::copyTo variants
Build / build (push) Successful in 2m4s
|
2023-12-25 00:54:59 -06:00 |
|
|
b869f490c3
|
[ox/std] Add or_value to Optional, Result
Build / build (push) Successful in 2m4s
|
2023-12-25 00:51:17 -06:00 |
|
|
45ec39f77b
|
[ox/std] Add Result::orVal
|
2023-12-23 17:52:20 -06:00 |
|
|
3a781f6704
|
[ox/std] Improve r/l-value correctness of Result::to, make unwrap nodiscard
|
2023-12-14 22:41:05 -06:00 |
|
|
30909f85a3
|
[ox/std] Fix Result::copyTo
|
2023-12-14 22:33:03 -06:00 |
|
|
9cc27f5be9
|
[ox/std] Fix error handling for Result::copyTo
|
2023-12-14 22:28:16 -06:00 |
|
|
d31938ba4f
|
[ox] Make Result copyTo and moveTo take refs
|
2023-12-14 22:26:17 -06:00 |
|
|
cd0958c691
|
[ox] Cleanup some const_casts
|
2023-12-09 00:49:03 -06:00 |
|
|
9ab3543b32
|
[ox/std] Rename Result::get to Result::copyTo
|
2023-12-03 19:03:42 -06:00 |
|
|
72c130d8a9
|
[ox/std] Fix Result move constructor, add & and && variants of unwrap
|
2023-12-01 22:50:25 -06:00 |
|
|
a84a829769
|
[ox] Cleanup String/StringView conversions, MallocaPtr
|
2023-11-23 01:34:16 -06:00 |
|
|
158115c29f
|
[ox] Fix most MSVC warnings
|
2023-11-12 00:31:13 -06:00 |
|
|
741026680a
|
[ox/std] Add Result::to for passing value to functions
|
2023-06-25 17:21:56 -05:00 |
|
|
3fdfee33a9
|
[ox] Fix remaining implicit conversion issues
|
2023-06-07 00:41:09 -05:00 |
|
|
9af8530e24
|
[ox/std] Cleanup
|
2023-04-02 09:42:49 -05:00 |
|
|
cbb496c59f
|
[ox] Add StringView, Writer system, Preloader system
|
2022-11-30 01:45:11 -06:00 |
|
|
c6ba893583
|
[ox/std] Add default constructor to ox::Error
|
2022-08-01 21:49:34 -05:00 |
|
|
f8f5b059ed
|
[ox/std] Fix Result::moveTo to not move if error
|
2022-07-24 01:22:40 -05:00 |
|
|
ca64f95be3
|
[ox] Overhaul serialization/model system and add ModelValue/ModelObject/ModelUnion variant system
|
2022-07-04 02:39:20 -05:00 |
|
|
9c3a46d144
|
[ox] Make TypeStore own all type info
|
2022-05-28 19:55:46 -05:00 |
|
|
f2ddd15d63
|
[ox] Fix compiler warnings
|
2022-05-21 16:17:32 -05:00 |
|
|
b5210ff897
|
[ox/std] Add ox::errCode for extracting error code from Error
|
2022-04-10 03:04:15 -05:00 |
|
|
a02d496de5
|
[ox/std] Add Result::Result(const Result<U> other)
|
2022-03-26 16:53:00 -05:00 |
|
|
0739c7d611
|
[ox] Fix for MSVC
|
2022-03-16 02:53:07 -05:00 |
|
|
1372ea9bc9
|
[ox/std] Make toStr(Error)'s return type template-able
|
2022-03-05 11:37:55 -06:00 |
|
|
13ba8430c7
|
[ox/std] Change Result(type&&) to use forward
|
2022-02-26 10:05:11 -06:00 |
|
|
53939a28c6
|
[ox/std] Add const char *toStr(const ox::Error&)
|
2022-02-19 01:43:29 -06:00 |
|
|
99550b60ee
|
[ox/std] Move most macros to def.hpp in anticipation of C++20 modules
|
2022-01-28 19:57:19 -06:00 |
|
|
9ee6cfbbfd
|
[ox] Run liccor
|
2022-01-13 02:05:02 -06:00 |
|
|
a94051644b
|
[ox/std] Make Vector::erase return iterator item after removed item
|
2021-12-11 19:16:29 -06:00 |
|
|
f61efbafaf
|
[ox] Fix for C++20
|
2021-12-11 19:16:29 -06:00 |
|
|
5f7bb2e1ae
|
[ox/std] Make oxIgnoreError take const ref
|
2021-12-11 19:16:29 -06:00 |
|
|
160ef61520
|
[ox/std] Add implementation of what() to ox::Exception
|
2021-10-14 19:21:59 -05:00 |
|
|
eb39c6aaf0
|
[ox/std] Add ox::Exception
|
2021-07-17 12:23:36 -05:00 |
|
|
ae62f89fe8
|
[ox/std] Make oxThrowError do a move to satisfy clang-tidy
|
2021-05-29 15:04:19 -05:00 |
|
|
1df1e3809f
|
[ox/std] Add a form of small string and small vector optimization
|
2021-05-28 22:18:36 -05:00 |
|
|
46ea85fa7d
|
[ox] Cleanup unnecessary namespace specifications
|
2021-05-05 21:19:10 -04:00 |
|
|
3ead29a8bb
|
[ox/std] Make oxIgnoreError constexpr
|
2021-04-24 15:50:02 -05:00 |
|