1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-21 09:27:59 +02:00
Commit graph

673 commits

Author SHA1 Message Date
Damian Day
3ce62c2d22
Update Socket.bf
Allow specifying winsock version.
Added Uninit to cleanup winsock.

These are useful for other network libraries to reuse.
2021-08-17 01:24:42 +01:00
disarray2077
694e663630 Add support for Vista File Dialogs 2021-08-02 23:38:54 -03:00
Brian Fiete
3cd94cbc8e
Merge pull request #1130 from disarray2077/fix_ide_textwrites
Fix issues with the methods for writing files
2021-08-02 11:01:50 -07:00
Brian Fiete
5755b91f2f
Merge pull request #1128 from disarray2077/paramed_trim
Add Trim with char parameter to String/StringView
2021-08-02 10:52:57 -07:00
Brian Fiete
912f5ecfc5
Merge pull request #1127 from disarray2077/fix_sv_startswith
Add Startswith & Endswith char32 overload to StringView
2021-08-02 10:51:30 -07:00
disarray2077
4061d4b58e Add Startswith & Endswith char32 overload for StringView 2021-08-01 18:47:46 -03:00
disarray2077
b3a3e25de9 Add Trim with char parameter 2021-08-01 18:43:19 -03:00
disarray2077
ba8e816e14 Fix a error propagation issue in BufferedStream 2021-08-01 17:44:23 -03:00
disarray2077
06fe5a98c6 Implement FileStream SetLength 2021-08-01 17:38:30 -03:00
disarray2077
4bd3cc641d Add SeekUnderlying to FileStream 2021-08-01 17:37:37 -03:00
disarray2077
a71962a5a8 Fix File OpenOrCreate 2021-08-01 17:30:40 -03:00
disarray2077
3a1c0a3452 Change some file writes to UnbufferedFileStream 2021-08-01 17:29:01 -03:00
disarray2077
6b976e0d1b Return error on event unsubscribe failure 2021-08-01 14:38:09 -03:00
Brian Fiete
3fd6b5a111 Reversed ranges (ie: for (int i in (0 ..< count).Reversed)) 2021-07-21 10:13:26 -07:00
Brian Fiete
465050b81d Ranges (ie: for (int a in 0..<count) for (int i in 1…10)) 2021-07-21 07:48:37 -07:00
Brian Fiete
e561a26695 More trivial inlines 2021-07-21 07:43:11 -07:00
Brian Fiete
c10565678e Reflection support for method param attributes, return attributes 2021-07-06 10:55:38 -07:00
Brian Fiete
961e71c62a Exposed system handle for FileStream 2021-07-03 05:29:50 -07:00
Brian Fiete
1efdb334b4 Scientific notation support 2021-07-02 11:20:51 -07:00
Brian Fiete
bcdf652b99
Merge pull request #1083 from disarray2077/dict_enumerator_remove
Add Remove method to Dictionary Enumerators
2021-06-25 06:13:58 -07:00
disarray2077
ce894beaa9 Update Enumerator version when removing key 2021-06-24 20:19:47 -03:00
disarray2077
709997feb1 Add Remove method to Dictionary Enumerators 2021-06-24 20:04:56 -03:00
disarray2077
36c72e794e Actually, allow Spans to be created from null Arrays 2021-06-24 19:22:22 -03:00
disarray2077
607cca1431 Allow null array to be implictly casted to Span 2021-06-24 19:02:07 -03:00
Brian Fiete
bea4fe007a Fixed static init/deinit priority for Thread.Current 2021-06-24 09:24:41 -07:00
Brian Fiete
3ce389af0f
Merge pull request #1078 from disarray2077/invariantinfo_fix
Fix InvariantInfo
2021-06-22 07:26:28 -07:00
disarray2077
40d11226ba Fix InvariantInfo 2021-06-21 17:39:22 -03:00
disarray2077
47a5785179 Fix a thread safety issue in TimeZoneInfo 2021-06-21 17:06:33 -03:00
Brian Fiete
d998fe2229 Thread priority fixes 2021-06-19 12:35:29 -07:00
Brian Fiete
c3e6282a8b OnCancel 2021-06-07 06:38:29 -07:00
Brian Fiete
6703cd18ee 32-bit read fix 2021-06-07 06:23:08 -07:00
Brian Fiete
543d9bfe33 Declare IDiposable 2021-05-31 07:01:03 -07:00
Brian Fiete
dcfd5a28fd Revert "Declare IDiposable"
This reverts commit e6ef10be4a.
2021-05-31 07:00:03 -07:00
Brian Fiete
e6ef10be4a Declare IDiposable 2021-05-31 06:59:28 -07:00
Brian Fiete
39c140f44a Additional 3d support 2021-05-25 10:57:22 -04:00
Brian Fiete
e004b6fe17 Fixed ContainsValue 2021-05-20 16:25:26 -04:00
Brian Fiete
a574b54348 Merge remote-tracking branch 'origin/master' 2021-05-20 06:35:21 -04:00
Brian Fiete
54e42e8e31
Merge pull request #1012 from EinBurgbauer/comptime-genericarg-fix
comptime get generic arg fix
2021-05-20 06:35:53 -04:00
Brian Fiete
351d94e0e8 ReadStrSized32 2021-05-20 06:33:28 -04:00
Brian Fiete
d08b45018c Simpler ContainsValue 2021-05-20 06:33:07 -04:00
EinBurgbauer
5a19981606 basic Dictionary ContainsValue functionality 2021-05-17 16:23:18 +02:00
EinBurgbauer
46b5bfce1e made static only stuff a static class 2021-05-17 15:01:49 +02:00
EinBurgbauer
f98b9dc99a comptime get generic arg fix 2021-05-17 14:35:14 +02:00
EinBurgbauer
38f4b349f2 collection item dispose mixins, string specific list 2021-05-17 14:22:26 +02:00
Brian Fiete
f26df6c86b Additional 3d support 2021-05-12 07:24:29 -04:00
EinBurgbauer
98da39a3ba properly reset internal state on close 2021-04-13 09:30:59 +02:00
Brian Fiete
1cb5538317 Buffered fix 2021-04-12 17:22:14 -04:00
Brian Fiete
3756323021 32-bit fixes 2021-04-11 07:55:53 -04:00
Brian Fiete
c77f861fb7 Merge remote-tracking branch 'origin/master' 2021-04-11 07:04:23 -04:00
Brian Fiete
4bf12e121c Stream buffering 2021-04-11 07:04:17 -04:00