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

90 commits

Author SHA1 Message Date
Brian Fiete
f61cb91255 Change params to Span<Object> 2024-03-02 17:08:49 -05:00
Brian Fiete
0990537b7e Path.Combine 2024-02-22 06:52:01 -05:00
Brian Fiete
81b98575c6 Made 'Align' work for both reading as well as writing 2023-12-24 07:04:04 -05:00
Brian Fiete
a5e3794e6a Cast fix 2023-09-05 06:14:25 -07:00
Brian Fiete
d0de4776f3 Large collection fixes 2023-08-18 12:04:01 -07:00
disarray2077
f070c3e0d2
Fix PendingNewlineCheck 2023-05-05 00:12:49 -03:00
disarray2077
3a4b22c6b1
Fix ReadBuffer 2023-05-04 23:57:58 -03:00
Brian Fiete
037cb39240 Fixed Console.Readline, added Console.KeyAvailable 2023-04-17 15:16:19 -07:00
Brian Fiete
aae2215942 32-bit fix 2023-01-26 11:13:30 -05:00
Brian Fiete
701d28d2d6 Faster File.ReadAll 2023-01-26 10:56:05 -05:00
Brian Fiete
2746a53839 Process attach improvements 2023-01-13 07:00:11 -05:00
Brian Fiete
c52f3a247e Added required 'using' 2022-11-23 06:22:58 -08:00
disarray2077
4a0ec6ce8c
Add capacity ctor and SetLength to MemoryStream 2022-11-22 17:30:02 -03:00
Brian Fiete
4ea28022bf Use SetFolder instead of SetDefaultFolder 2022-07-16 09:55:17 -04:00
Brian Fiete
4c2530e227 Serialize IDE collapse state 2022-07-12 05:53:22 -04:00
Brian Fiete
31608be8a9 Changed sharing in File.ReadAll 2022-06-28 10:00:09 -07:00
Brian Fiete
676e7988fb Fixes from valgrind 2022-03-18 18:06:14 -07:00
Brian Fiete
5fd0e6d0c8 Make GetExtension failure softer 2022-02-28 11:28:11 -08:00
disarray2077
77b4ddce89
Fix GetExtension and add HasExtension to Path 2022-02-21 16:56:09 -03:00
Brian Fiete
8c79e26d40 Fixed file enumerator GetFilePath case where no directory is specified 2022-02-12 15:22:23 -05:00
Brian Fiete
f37fb2c1b7 Comptime improvments, IOn<X> interfaces, const payload enum 2022-02-11 05:47:32 -05:00
Brian Fiete
0dbe75cf65 Fixed relPath check 2022-01-20 19:13:15 -05:00
disarray2077
c886702d2b
Fix StreamReader Peek method 2022-01-07 18:23:50 -03:00
disarray2077
9ce0cc217a
Add Peek to StreamReader class 2022-01-01 21:25:52 -03:00
disarray2077
e146475a39
Add parameterless WriteLine to StreamWriter class 2022-01-01 21:22:18 -03:00
disarray2077
4acc2cca67
Add doAppend parameter to WriteAllLines 2022-01-01 21:19:44 -03:00
disarray2077
bc92643c99
Add InvalidFileNameChars & InvalidPathChars to Path class 2022-01-01 21:14:09 -03:00
Brian Fiete
befc60aa63 Improved errors on files 2021-12-31 10:26:32 -05:00
Brian Fiete
af8bd5a813 Added a bunch more comptime platform file & directory methods 2021-12-28 15:49:50 -05:00
Brian Fiete
b9908cb4a8 Allow calling convention attributes 2021-12-27 12:55:14 -05:00
Brian Fiete
5cc6f13af4 Merge vista code into main FileDialog 2021-12-17 07:12:27 -05:00
Brian Fiete
77c3ab596f
Merge pull request #1134 from disarray2077/vistafiledialogs
Add complete support for Vista File Dialogs
2021-12-17 07:04:39 -05:00
disarray2077
4d337e3a31 Fix dialogs in release mode
... and inline "GetFilterItems" method so we can use scoped allocation
2021-12-14 16:25:39 -03:00
EinBurgbauer
e13f194c6f make BufferedFileStream act like UnbufferedFileStream 2021-12-09 20:04:17 +01:00
EinBurgbauer
32966b79a6 buffered stream seek accepts everything by default + fromEnd fix 2021-12-09 19:46:52 +01:00
EinBurgbauer
92738418eb Merge branch 'master' into bufstream-fixes 2021-12-09 16:13:29 +01:00
Brian Fiete
c3644d15de MemStream improvements 2021-11-14 18:01:01 -08:00
Brian Fiete
29e374bcab
Merge pull request #1184 from miere43/fix-char8
Fix incorrect search & replace for "char => char8" in comments
2021-10-30 06:36:09 -07:00
miere43
c0b787cbf0 Fix incorrect search & replace for "char => char8" in comments 2021-10-30 00:11:37 +03:00
miere43
b109396024 Pass "components" argument as StringView[] in Path.InternalCombine 2021-10-29 23:10:26 +03:00
Brian Fiete
7e75a24807 Allow passing in memory list 2021-10-04 09:41:48 -07:00
Brian Fiete
9158002a42 Properly truncate files 2021-09-15 11:18:32 -07:00
Brian Fiete
0cdfff4898 Chunked string reading 2021-08-27 10:06:52 -07:00
disarray2077
694e663630 Add support for Vista File Dialogs 2021-08-02 23:38:54 -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
Brian Fiete
961e71c62a Exposed system handle for FileStream 2021-07-03 05:29:50 -07:00