|
e2b9823ae2
|
[ox/std] Fix Vector reverse iterators
|
2021-12-11 19:16:29 -06:00 |
|
|
853f8c25ea
|
[ox/std] Add begin and end methods to BasicString
|
2021-10-14 19:21:59 -05:00 |
|
|
b61f7a95ad
|
[ox/std] Specify std::bit_cast in Vector
|
2021-08-02 21:23:19 -05:00 |
|
|
90b2e7a43c
|
[ox/std] Fix another inappropriate assign with constructor
|
2021-08-02 21:23:19 -05:00 |
|
|
313b35f605
|
[ox/std] Fix problems with Vector using operator= where constructors should be used
|
2021-08-02 21:23:19 -05:00 |
|
|
d8a0a5f50d
|
[ox/std] Remove preprocessor condition for Vector(initializer_list) constructor implementation
|
2021-07-30 20:10:20 -05:00 |
|
|
68f829ff2d
|
[ox/std] Improve Vector::iterator to better conform to std::vector::iterator
|
2021-07-30 20:10:20 -05:00 |
|
|
11873bc3ed
|
[ox/std] Add implementation of initializer_list
|
2021-07-29 23:25:43 -05:00 |
|
|
24ca5623e8
|
[ox/std] Add initializer_list constructor to Vector
|
2021-07-29 23:25:38 -05:00 |
|
|
7ea0654af6
|
[ox/std] Add proper forward function
|
2021-07-23 21:44:11 -05:00 |
|
|
b6b9837bbf
|
[ox/std] Fix Vector::emplace_back and make_unique to properly forward arguments
|
2021-07-23 21:44:09 -05:00 |
|
|
33775f59ff
|
[ox/std] Fix Vector copy constructor not to move items
|
2021-06-04 23:37:47 -05:00 |
|
|
1df1e3809f
|
[ox/std] Add a form of small string and small vector optimization
|
2021-05-28 22:18:36 -05:00 |
|
|
15d8e9de5b
|
[ox/std] Add iterator to Vector
|
2021-05-08 22:03:33 -05:00 |
|
|
9a31e898d0
|
[ox/std] Add Error return value to {,B}String::append
|
2021-05-07 16:10:41 -05:00 |
|
|
fb59d8033b
|
[ox/std] Add append to String and cleanup BString::operator+=
|
2021-05-06 11:58:27 -05:00 |
|
|
46ea85fa7d
|
[ox] Cleanup unnecessary namespace specifications
|
2021-05-05 21:19:10 -04:00 |
|
|
72f53b08cb
|
[ox/std] Add size_type and value_type to Vector
|
2021-05-05 17:00:37 -04:00 |
|
|
0cf25f3029
|
[ox/std] Fix HashMap and Vector move operators
|
2021-04-22 01:17:57 -05:00 |
|
|
a86bad1719
|
[ox/std] Cleanup
|
2021-04-20 23:16:58 -05:00 |
|
|
69fb4acd24
|
[ox/std] Cleanup
|
2021-04-17 16:40:19 -05:00 |
|
|
c46ec57431
|
[ox/std] Make Vector erase methods return Errors
|
2021-04-17 12:44:27 -05:00 |
|
|
09383401e5
|
[ox/std] Make Vector::{front,back} return Result
|
2021-04-17 11:29:21 -05:00 |
|
|
86a38c7197
|
[ox/std] Add support for explicity printing to stdout and stderr
|
2021-04-16 21:18:31 -05:00 |
|
|
caca376028
|
[ox/std] Add operator== to Vector
|
2021-04-15 23:34:56 -05:00 |
|
|
546f083346
|
[ox] Run liccor
|
2021-01-21 23:35:13 -06:00 |
|
|
a5e518ec7a
|
[ox/std] Make Vector::size() nodiscard
|
2020-11-21 23:21:11 -06:00 |
|
|
985b2b57ba
|
[ox/std] Replace reinterpret_cast with bit_cast in Vector
|
2020-10-20 19:34:55 -05:00 |
|
|
84dfb17f7f
|
[ox/std] Remove inappropriate noexcepts and call destructors on erase and resize
|
2020-10-20 19:22:30 -05:00 |
|
|
0035faa416
|
[ox/std] Make Vector::push_back use copy constructor instead of copy assign
|
2020-06-20 02:58:20 -05:00 |
|
|
b6f8c9e242
|
[ox] Add HashMap<String, T> to serializaton handlers
|
2020-06-19 07:34:04 -05:00 |
|
|
c99b60186d
|
[ox/std] Fix Vector::expandCap not to delete old array an not new one
|
2020-03-31 21:42:47 -05:00 |
|
|
4011773374
|
[ox/std] Add insert method to Vector
|
2020-03-29 13:32:17 -05:00 |
|
|
38acb5dfc3
|
[nostalgia/std] Add String as alternative to BString, which uses heap allocations
|
2020-03-14 16:33:08 -05:00 |
|
|
22378d0a9f
|
[ox/std] Fix alignment of Vector elements
|
2019-07-19 22:11:01 -05:00 |
|
|
0b218f57c2
|
[ox/std] Fix Vector copy assignment to allocate as char*
|
2019-07-15 18:10:00 -05:00 |
|
|
16a09d6814
|
[ox/std] Make Vector only call constructor and destructor on valid items
|
2019-07-12 22:48:10 -05:00 |
|
|
b33cd06031
|
[ox] Get building with devkitARM again
|
2019-03-18 00:19:04 -05:00 |
|
|
cd91f6b60a
|
[ox/mc] Add basic walking of data by data descriptor
|
2019-03-07 06:05:08 -06:00 |
|
|
564ca7511c
|
[ox/std] Add pop_back to Vector
|
2019-03-02 22:10:12 -06:00 |
|
|
3facd25794
|
[ox] Remove redundant null check before delete
|
2019-02-24 23:52:14 -06:00 |
|
|
5c51e17156
|
[ox/mc] Add Vector handler to DefWriter, add static_assert tests
|
2019-02-12 03:58:14 +00:00 |
|
|
75aeedb7b5
|
[ox/mc] Add def writer
|
2019-02-11 05:59:33 +00:00 |
|
|
87e6b8d19f
|
[ox/std] Add HashMap
|
2019-02-02 21:06:42 -06:00 |
|
|
b8c54eba0c
|
[ox/std] Remove ::size_t
|
2018-04-12 19:35:16 -05:00 |
|
|
04e5af6fe6
|
Run liccor
|
2018-01-29 21:55:58 -06:00 |
|
|
e45db79a77
|
Cleanup ox::Vector organization
|
2017-12-24 01:45:50 -06:00 |
|
|
ebdd31315d
|
Fix Vector::resize to delete old array
|
2017-12-23 20:35:10 -06:00 |
|
|
48de8f2561
|
Fix ox::Vector::~Vector to use delete[] instead of delete
|
2017-12-23 20:28:15 -06:00 |
|
|
1d65ca210f
|
Rename larray to vector
|
2017-12-23 20:25:24 -06:00 |
|