1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-20 08:58:00 +02:00
Commit graph

30 commits

Author SHA1 Message Date
Damian Day
a0210f1d85 Minor updates to Queue 2020-05-26 20:29:15 +01:00
Brian Fiete
a30ad3d9d2 When resizing, insured we didn't release old memory until after insert 2020-05-11 10:17:45 -07:00
Brian Fiete
b52db47d55 Got rid of Action<T>/Func<T> 2020-05-08 07:10:35 -07:00
Brian Fiete
d5073e810c Reworked ref enumerators to support non-pointer refs 2020-05-01 16:29:12 -07:00
Brian Fiete
70d32885b1 Fixes while working on ref for dictionary 2020-05-01 09:12:50 -07:00
ExMatics HydrogenC
ea143611ab
Update IEnumerator.bf 2020-05-01 14:44:18 +08:00
ExMatics HydrogenC
6512937a84
Remove class keyvaluepair and make it a alias 2020-05-01 14:42:54 +08:00
ExMatics HydrogenC
513949568c
KeyValuePair is unnecessary 2020-05-01 14:33:51 +08:00
Brian Fiete
842a6a8898 Added Obsolete support for moved collections 2020-04-29 09:53:48 -07:00
Brian Fiete
dbd9b32e3f Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
C++ AHS
92bc47f193
Implement ICollection for Dictionary 2020-04-28 19:45:31 +08:00
C++ AHS
4f800bf981
Implement ICollection for List 2020-04-28 19:41:42 +08:00
C++ AHS
1fc7c0ec08
Create ICollection.bf 2020-04-28 19:41:10 +08:00
Damian Day
2a88e95e01 Added List.Front
Added a Front to complement Back.
2020-03-28 22:33:46 +00:00
Damian Day
97501eacee Move assert
Place the assert before the allocation.
2020-03-20 21:50:40 +00:00
Brian Fiete
96c53d4a9e Improvements to Queue, to bring it more inline with List 2020-03-20 09:26:16 -07:00
Brian Fiete
14ac27c977 Removed 'internal' protection - it's all about [Friend] now 2020-03-09 06:34:16 -07:00
Brian Fiete
c2c2c24ac8 Fixed some issues with new/delete generic constraints 2020-02-20 11:57:25 -08:00
Brian Fiete
90e4cf8825 Expanded BinarySearch api, got rid of IComparable due to iOpComparable 2020-02-18 08:43:29 -08:00
Brian Fiete
ca668bf0fe Added ability to enumerate values by reference 2020-02-08 06:11:11 -08:00
Brian Fiete
2b2bb7c960 Lib fixes 2020-02-07 08:50:53 -08:00
Brian Fiete
2ed6a9a94b Corlib fixes 2020-02-05 17:07:47 -08:00
Brian Fiete
d0e8332150 Fixed some tooltips, added Link Dependencies, more int-ness 2019-12-21 05:48:44 -08:00
Brian Fiete
1c6c06fa4d Breakpoint hotkeys, autocomplete fix 2019-12-13 14:25:15 -08:00
Brian Fiete
33edbd18bb Changing System.Runtime namespace 2019-12-11 12:53:02 -08:00
Brian Fiete
c531ade968 Fixed large allocation issues 2019-12-05 06:51:11 -08:00
Brian Fiete
88adb3a1cd New nullable support 2019-11-21 08:23:18 -08:00
Brian Fiete
00a92dd0a7 Now using raw arrays 2019-11-17 09:25:50 -08:00
Brian Fiete
f266fe69d1 Fixes for large strings, multiple 'opposite' operators 2019-10-01 12:48:08 -07:00
Brian Fiete
7dbfd15292 Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00