376 Commits (java)

Author SHA1 Message Date
josetr 06f1cd578a Add missing quotes to support paths with spaces in build scripts 4 years ago
Dimitar Dobrev c38556a93b Make auto-compiling of C# work with .NET Core 5 years ago
SnGmng 5041fa328f Update intrin.ps1 5 years ago
josetr 62e9119c63 Create a single nuget package that supports windows / linux / macos 5 years ago
Dimitar Dobrev 3a50a54fa4 Place all output of tests in their own directories 5 years ago
josetr 0b69eb8655 Use C++17 in all native projects 5 years ago
Joao Matos 617517fe14 Add initial Node and N-API testing infrastructure and tests. 5 years ago
josetr d9e738f851 Add workflow files to workspace 5 years ago
josetr 02b50fcfa4 Disable msbuild logo 5 years ago
josetr 1926e69435 Only use premake for native projects and improve c# projects. 5 years ago
Dimitar Dobrev 1c7cfaeaaf Don't warn repeatedly about an existing LLVM dir 5 years ago
Dimitar Dobrev 48ab973db6 Don't download LLVM if its destination exists 5 years ago
josetr bdf055fe6c Take advantage of .NET Core transitive dependencies 5 years ago
josetr 98f40dc1cd
Fix naive version comparison 5 years ago
josetr 64f237db0f Fix GCC version detection 5 years ago
josetr 8de5e1a2ae Move all LLVM files to /build/llvm 5 years ago
josetr 1fec063bb3 Remove secondary Zstandard compression from LLVM packages 5 years ago
josetr b455772f40 Show a message explaining how to build LLVM when a pre-built package is unavailable. 5 years ago
josetr 53073ca2f8 Fix wrong LLVM package name when GCC version is >= 10 5 years ago
josetr 9f4ea1f38c Add LLVM commands to build.sh 5 years ago
Joao Matos 83e3874670 Add install_tools target to build.sh and fix LLVM CI. 5 years ago
josetr e16966b3c4 Move generated .vcxproj files back to their original place 5 years ago
josetr b7b96d31e0 Add missing `-configuration` option to build.sh script 5 years ago
josetr 0a9215b7f3 Include timestamp.cs file in project to ensure bindings are always up to date 5 years ago
josetr b61707944f Replace Generate*.bat files with a single generate.sh which uses VS2019 by default 5 years ago
josetr e51a1bd431 Remove DownloadDeps.bat file 5 years ago
josetr dbbcb6dbdf Upgrade to .NET Core 3.1 and improve build system 5 years ago
josetr 65eaa3fe44 Remove whitespaces 5 years ago
josetr 63b5b3111c Add build.sh and test.sh with execute permissions 5 years ago
josetr e22b8cb8a6 Generate correct LLVM package name regardless of the current operating system 5 years ago
josetr 9e8086501a
Avoid using "action:vs* filter because there are better ones that are more specific (#1523) 5 years ago
Joao Matos 1407f35a11 Some Premake robustness fixes for Clang toolchain. 5 years ago
josetr a8595fc281 A temporary hack to deal with a bug in MSVC v142 - VS 2019 build tools 5 years ago
josetr 87b847156d
Ensure bindings are regenerated as needed without using DisableFastUpToDateCheck (#1511) 5 years ago
josetr a86ca32e8f Remove unsupported Visual Studio versions from generate options 5 years ago
josetr b8bf5f6795 Rename GenerateProjects.bat to Generate.bat 5 years ago
josetr d94031b214 Add GenerateVS2019.bat shortcut similar to GenerateMake.bat 5 years ago
josetr 777f011ac7
Prevent projects from picking up obj files that are generated sometimes (#1508) 5 years ago
Dimitar Dobrev 7d2d8f291e Revert "Generate code from tests where libraries appear" 5 years ago
Joao Matos dea7e4b501 Fix error in Tests.lua by requiring gmake2 module. 5 years ago
Joao Matos c443fe3355 Fix minor issue when invoking Premake without an action. 5 years ago
Joao Matos 2b1095c844 Compress LLVM archives using zstd. 5 years ago
Joao Matos 0c2c554cf4 Call MSBuild in x86 build with Win32 platform. 5 years ago
Joao Matos 8aad7accd4 Do not use LLD when building LLVM under macOS. 5 years ago
josetr f556f1ac17
Use NUnit3TestAdapter package (#1504) 5 years ago
Joao Matos 78716eecf9 Fix Lua cmake() so it works when CMake is in PATH on macOS. 5 years ago
josetr 25b875c034
Avoid installing NUnit if its already installed. (#1500) 5 years ago
Dimitar Dobrev fa47194dae Generate code from tests where libraries appear 5 years ago
josetr aec4ca6442
Check if mono is already installed before trying to install it. (#1496) 5 years ago
josetr ce1b3fe985
CI: Avoid inline scripting and use a single matrix. (#1495) 5 years ago