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

68 commits

Author SHA1 Message Date
disarray2077
986b326c25 Don't use Ninja if the build files weren't generated by Ninja 2022-07-07 22:54:17 -03:00
disarray2077
2bedd687db Add Ninja as a optional CMake Generator
Ninja:
real	2m25.508s
user	9m52.981s
sys	0m32.548s

Without ninja:
real	8m38.425s
user	8m5.723s
sys	0m30.840s
2022-07-07 21:22:08 -03:00
Brian Fiete
8c16454006 Added JEMalloc/TCMalloc options 2022-06-02 17:57:09 -07:00
Brian Fiete
84e5a88183 cloc update 2022-03-31 06:57:43 -07:00
Brian Fiete
434a7406de Fixed some comptime dependency rebuilding issues with aliases/extensions 2022-02-16 18:28:23 -05:00
Brian Fiete
dd835e6521 Move build_wasm.bat 2022-02-16 18:09:17 -05:00
Brian Fiete
db065d0cd7 wasm batch fixes 2022-02-16 16:46:08 -05:00
Brian Fiete
99364da32a Batch change 2022-02-16 01:44:57 -05:00
Brian Fiete
18d3acdd52 Change to support build_wasm.bat from installer 2022-02-15 15:29:17 -05:00
disarray2077
2a5f5e87b8
Add missing "Chars.cpp" in build_wasm 2022-02-08 19:34:09 -03:00
Brian Fiete
0e579d07b9 Wasm improvements 2022-02-08 17:02:35 -05:00
Brian Fiete
1210fb7142 LLVM 13 Linux fixes 2022-02-08 10:38:02 -08:00
Brian Fiete
22f54c2f12 emcc.bat invocation fixes 2022-02-07 14:28:32 -05:00
Brian Fiete
114a90dd5e llvm build script updates, vcxproj llvm path updates 2022-02-07 14:23:47 -05:00
Brian Fiete
b0aa27c82c BeefySysLib debug libs 2021-12-03 15:09:43 -08:00
Brian Fiete
a0260aafdd Link Beefy2D libs 2021-12-03 14:53:32 -08:00
Brian Fiete
4b7ad7036c Dependency fix for elemented types (ie: pointer types) 2021-10-24 16:07:12 -07:00
Brian Fiete
7c6c2f20e6 Added Linq to automated tests 2021-06-28 11:43:24 -07:00
Brian Fiete
e6c4a95ccd Start of package management 2021-02-25 08:10:21 -08:00
Brian Fiete
27a586df04 Fixed atom deletion issue 2020-12-25 05:22:02 -08:00
Green Sky
6769390cf2 remove old linux build log 2020-11-28 17:34:39 +01:00
apg360
60a93d2d5d
build.sh check for llvm 8 instead of 11
It is fine in build.bat but not fine in build.sh.  
The script llvm_build.sh work with llvm 11 and not 8
2020-11-22 16:18:46 +02:00
Brian Fiete
b43007a1b6 Upgrade to VS2019, LLVM 11.0.0 2020-10-27 12:28:23 -07:00
Brian Fiete
8ee47190cd
Merge pull request #585 from eveningstarinc/master
Fix misc bugs w/ IDE build in folders with a space
2020-10-26 09:58:52 -07:00
Brian Fiete
2c8b14ebed Test addition 2020-10-24 15:56:59 -07:00
Alam
d50d90fdca
Changed personal environment using user profile 2020-10-21 12:00:21 +08:00
Hunter Bridges
81b909c541 Fix misc bugs w/ IDE build in folders with a space
- Add quotes to bin/msbuild.bat paths
- Tweak PostBuildCmds in Debugger64 and IDEHelper
- Tweak Debug paths in IDE project to be relative to Workspace
- Modify AppendWithOptionalQuotes to not add more quotes if source string already in quotes
- Modify quoting behavior in build shell command construction
2020-10-12 15:49:25 -07:00
Brian Fiete
79c9f5d818 Fixed generic interference with generic tuples 2020-08-26 06:10:36 -07:00
Brian Fiete
b7b065855d Start of wasm support 2020-08-06 09:24:37 -07:00
Brian Fiete
1e446a655c Fixed Test4 2020-07-19 11:07:18 -07:00
Brian Fiete
230ff8270e Temporarily remove BugW004 test 2020-07-19 09:25:33 -07:00
Brian Fiete
87ca2f71af Added new tests scripts 2020-07-19 05:50:22 -07:00
Brian Fiete
6e5b6694a1 Fixed dynamic Beef libs on Linux/macOS 2020-06-30 12:13:20 -07:00
Brian Fiete
1338eec75d Fixed test script 2020-06-10 10:01:24 -07:00
Brian Fiete
5da74382d4 Interop fixes and tests, fixing xplat struct passing issues 2020-06-10 07:12:07 -07:00
Brian Fiete
1e8d2ca6e8 Reformatting 2020-05-30 06:03:28 -07:00
bfiete
af77115f18 macOS fixes 2020-05-21 13:30:30 -07:00
Brian Fiete
672be8a8f7 Linux fixes, now using a IDEHelper_libs.txt file 2020-05-21 12:55:58 -07:00
bfiete
38551d7a1d macOS fixes 2020-05-21 09:21:35 -07:00
bfiete
6b46904510 Working on Linux fixes 2020-05-21 06:58:26 -07:00
Brian Fiete
ddd221c187 Added test for removing project 2020-05-19 09:08:13 -07:00
Bradan J. Wolbeck (CompaqDisc)
7294d4678a Fix build script
Use absolute path rather than erroneously using relative path.
2020-04-29 21:38:57 -06:00
Brian Fiete
5a63fec168 mkdir stats, error text on missing lld-link.exe 2020-03-10 17:31:16 -07:00
Sid
bec59f777b
fixed typo 2020-03-08 14:47:17 +05:30
Brian Fiete
fbb06862b3 Updated tests to fix some Win32 issues 2019-12-21 05:30:22 -08:00
Brian Fiete
61b440ea36 Adding new test suite 2019-11-07 06:49:32 -08:00
Brian Fiete
c7f76f879a Linux fixes 2019-10-29 09:06:51 -07:00
Brian Fiete
9f3fded709 Apple fixes 2019-10-29 05:01:04 -07:00
Brian Fiete
3883a3674d Added Android support, and generalized target triple support
Added PICLevel, RelocKind
DarwinCommon/LinuxCommon/AndroidCommon merged into PosixCommon
Mangling changed to avoid '@'
2019-10-23 07:12:36 -07:00
Brian Fiete
67ee302451 Fixes from macOS, first working build 2019-10-15 17:27:09 -07:00