aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts
Commit message (Expand)AuthorAgeFilesLines
* Bump runtest.sh script w/ StringUtil testSven Göthel2024-02-041-2/+2
* Bug 1481 - Hide [ArgumentIs]PascalString argument's lengthSven Gothel2023-12-021-2/+2
* Bug 1474: Only quote exe-file path on Windows for executionSven Gothel2023-11-281-2/+2
* Bug 1474: Allow temp folder for exe-file test to contain parenthesis on WindowsSven Gothel2023-11-283-8/+10
* Bug 1479: NativeLibrary: Add getNativeLibraryPath() returning queried used na...Sven Gothel2023-11-261-2/+2
* Clock/Platform: Add currentMillis() analogue to currentNanos(), returning cur...Sven Gothel2023-10-061-1/+2
* Add WorkerThread: A re-start'able, pause'able and interrupt'able worker threa...Sven Gothel2023-09-201-1/+2
* Bug 1449: Convert manual/index.html to `gfm` (GitHub-Flavored Markdown) using...Sven Gothel2023-08-141-0/+11
* Bump JCPP: Use Unix '/' file separator in #line output for UNIFIED_OUTPUTSven Gothel2023-08-122-3/+6
* Bug 1450: Add test snippets covering the issues: test2.h for Bindingtest2, Te...Sven Gothel2023-08-101-1/+2
* Drop PCPP, GlueGen exclusively uses JCPP; Adopt test case Test{P->J}CPPSven Gothel2023-08-082-3/+3
* Bump jcpp (merged w/ jcpp upstream v1.4.14) and adopt to changesSven Gothel2023-08-081-13/+22
* Add notes `Loading a MacOS Native Library's Dependencies` and use absolute pa...Sven Gothel2023-08-051-6/+14
* Cleanup unit test class names (pt3): Try to start w/ 'Test', remove intermedi...Sven Gothel2023-08-051-7/+7
* wip(test_case): Example of test case for issue related of 927bbc7160a812bb29c...Mathieu Féry2023-08-041-3/+6
* GlueGen JavaCallback: 1st Working Draft: Changed 'JavaCallbackDef' config, ad...Sven Gothel2023-06-291-0/+1
* GlueGen Struct [16]: Add support for pointer-pointer and function-pointer valuesSven Gothel2023-06-231-1/+2
* GlueGen Test: Test2 -> Test2FuncPtrSven Gothel2023-06-231-1/+1
* GlueGen Struct [15]: Add FunctionPointer getter and setter support w/ documen...Sven Gothel2023-06-201-1/+2
* Roll back MacOS Min Version Requirement to 10.5 from 11.0 (macosx-version-min)Sven Gothel2023-05-041-0/+13
* HowToBuild: Windows: We use MinGW64 w/ 'posix threads' instead of 'win32 thre...Sven Gothel2023-05-041-1/+1
* Windows java-win64.bat launch script: Set LIB_DIR to absolute path as require...Sven Gothel2023-01-233-7/+6
* check-java-major-version: Add proper alt versionSven Gothel2023-01-201-1/+1
* Update Windows build/test scripts, remove 32-bit windows scriptsSven Gothel2023-01-176-98/+4
* Build scripts: MacOS + Windows: Use JDK-17 to build our Java-1.8 APISven Gothel2023-01-155-7/+7
* Default build is JDK-17, prepare up to Java-21 (next LTS); PlatformPropsImpl:...Sven Gothel2023-01-153-0/+23
* MacOS: Add description to produce fat OpenJDK libraries for x86_64 and aarch64Sven Gothel2023-01-141-0/+17
* fix windows build scriptsSven Gothel2020-01-042-3/+3
* all build scripts: make.gluegen.all-host-macos.sh make.gluegen.all-host-linux.shSven Gothel2020-01-022-0/+16
* iOS scripts: Use GLUEGEN_CPPTASKS_FILE instead of -DisIOS*=trueSven Gothel2020-01-022-2/+4
* Bump iOS 12.2 -> 13.2Sven Gothel2020-01-022-2/+2
* update make-all scriptSven Gothel2020-01-011-6/+16
* Bug 1417 - Android: Add adb scripts to force-stop and clear all jogamp tasks ...Sven Gothel2019-12-262-0/+28
* Bug 1417 - Android: Add ANDROID_TOOLCHAIN_SYSROOT1_INC_STL for LLVM's C++ STL...Sven Gothel2019-12-241-10/+42
* Bug 1417 - Android: Add ANDROID_TOOLCHAIN_SYSROOT1_INC_ARCH for arch specific...Sven Gothel2019-12-241-0/+10
* Bug 1417 - Android: Classify SYSROOTs in NDK for native libraries (link) and ...Sven Gothel2019-12-231-25/+39
* Bug 1417 - Android: Complete 1st round: make/lib/gluegen-cpptask-android-<abi...Sven Gothel2019-12-103-46/+48
* Bug 1417 - Android: Support building using current SDK and NDK v20 as of 2019...Sven Gothel2019-12-102-82/+313
* Scripts: Macos /opt-share -> /usr/local (Catalina Read-Only)Sven Gothel2019-12-023-9/+9
* Windows Regression: Mingw64 8.1.0 using statical linked tool lib Test1p1Test1...Sven Gothel2019-08-194-15/+18
* Build Update: CMake 2.8.10.2 -> 3.15.2 (Windows + MacOS), Mingw64 4.8.1 -> 8.1.0Sven Gothel2019-08-184-8/+8
* Bug 1363: Java 11: Fix javadoc invocation, drop -source <release> for compile...Sven Gothel2019-08-181-4/+0
* Update HowToBuild (gawk) and windows test scriptsSven Gothel2019-08-182-6/+8
* Bug 1363: Java 11: Mod scripts for OpenJDK11 usageSven Gothel2019-08-1629-195/+137
* Merge branch 'java11'Sven Gothel2019-08-161-3/+3
|\
| * Bug 1363: Java 11: Initial Host/Target Compiler Selection: Java8Sven Gothel2019-06-131-3/+3
* | iOS: Initial iOS support commit: build.xml targets, java code-path etcSven Gothel2019-06-172-0/+70
|/
* Bug 1190: Define TARGET_PLATFORM_SYSROOT TARGET_PLATFORM_USRROOT TARGET_PLATF...Sven Gothel2019-04-088-14/+18
* Bug 1190: Fix arm6hf + aarch64 gcc options, adapt glibc-compat-symbols.hSven Gothel2019-04-072-72/+0
* Bug 1190: Updating crosstools and enabling aarch64 + armv6hf 'ontarget'Sven Gothel2019-04-072-3/+3