Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MacOS: Using 'Minimum Deployment Target' 10.7 (Lion) and documenting MacOS ↵ | Sven Gothel | 2023-05-06 | 1 | -2/+7 |
| | | | | | | | | | | | | | versions Note that starting with Xcode 14.3, the upcoming 'Minimum Deployment Target' is 10.13 (High Sierra). However, we are still using Xcode 14.2 and hence 10.7 is still supported. Note that I upped the 'Minimum Deployment Target' (again) from 10.5 to 10.7 to align with JOAL/openal-soft, i.e. a guaranteed common denominator. You may still try to use 10.5. Note lowest tested MacOS version (from myself) is 10.13.6 w/ x86_64) (High Sierra). | ||||
* | Roll back MacOS Min Version Requirement to 10.5 from 11.0 (macosx-version-min) | Sven Gothel | 2023-05-04 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | | MacOSX compiler configuration. 2023-05-04 Actively supported architectures are 'x86_64' and 'arm64'. XCode 14.2 on a MacOS 12.6.5 x86_64 (mac-mini) machine is capable to produce fat-lipo code for MacOS >= 10.5 for 'x86_64' and 'arm64'. The MacOS SDK 11.3 has been re-added from a previous XCode installation. However, alternative source is <https://github.com/phracker/MacOSX-SDKs>. Only for using C++ and hence the C++ STL, the minimum version is 10.7 due to clang++ libc++. This is currently the case for JOAL's bundled openal-soft, as well as for JOGL's optional oculusvr-sdk (disabled). | ||||
* | HowToBuild: MacOS: Detail cmake commandline installation and mention 7-Zip | Sven Gothel | 2023-05-04 | 1 | -1/+5 |
| | |||||
* | HowToBuild: Windows: We use MinGW64 w/ 'posix threads' instead of 'win32 ↵ | Sven Gothel | 2023-05-04 | 1 | -2/+11 |
| | | | | threads', allowing C++ std::mutex etc to be used (openal-soft) | ||||
* | HowToBuild: Update Debian >= 11 | Sven Gothel | 2023-01-17 | 1 | -11/+2 |
| | |||||
* | HowToBuild: Remove Windows 32bit; Update Window 64bit toolchain, fix MacOS ↵ | Sven Gothel | 2023-01-17 | 1 | -28/+10 |
| | | | | cmake version | ||||
* | HowToBuild: adoptopenjdk -> adoptium, openjdk-11 -> openjdk-17 | Sven Gothel | 2023-01-15 | 1 | -10/+10 |
| | |||||
* | MacOS: Add description to produce fat OpenJDK libraries for x86_64 and aarch64 | Sven Gothel | 2023-01-14 | 1 | -1/+16 |
| | |||||
* | MacOS: Add fat universal build w/ x86_64 + aarch64; Bump min SDK version >= 11.0 | Sven Gothel | 2023-01-14 | 1 | -4/+4 |
| | |||||
* | Build Update: CMake 2.8.10.2 -> 3.15.2 (Windows + MacOS), Mingw64 4.8.1 -> 8.1.0 | Sven Gothel | 2019-08-18 | 1 | -15/+19 |
| | |||||
* | Bug 1363: Java 11: Java version must be 11 or greater; Fix HowToBuild: Give ↵ | Sven Gothel | 2019-08-18 | 1 | -7/+26 |
| | | | | detailed build commandline. | ||||
* | Update HowToBuild (gawk) and windows test scripts | Sven Gothel | 2019-08-18 | 1 | -3/+12 |
| | |||||
* | Bug 1363: Java 11: HowToBuild Update | Sven Gothel | 2019-08-16 | 1 | -33/+55 |
| | | | | Also update GNU/Linux and other platforms information to current OS versions and developer toolchains. | ||||
* | Update CSS; Add responsive viewport design tag | Sven Gothel | 2019-05-06 | 1 | -0/+2 |
| | |||||
* | Update HowToBuild.html | Sven Gothel | 2019-03-27 | 1 | -20/+3 |
| | | | | | Minimum supported Debian version is now Debian 9 or Stretch to minimize maintenance. Note: No other GNU/Linux version has been validated so far. | ||||
* | Merge pull request #31 from xranby/bug682 | Sven Gothel | 2019-03-26 | 1 | -1/+1 |
|\ | | | | | Bug 682: Rename com.sun.gluegen -> com.jogamp.gluegen in doc/** | ||||
| * | Bug 682: Rename com.sun.gluegen -> com.jogamp.gluegen in doc/** | Xerxes Rånby | 2015-11-26 | 1 | -1/+1 |
| | | |||||
* | | HowToBuild: Refine and add Debian 9 (Stretch) | Sven Gothel | 2017-02-22 | 1 | -2/+15 |
|/ | |||||
* | Bug 1149 - Replacing PCPP w/ JCPP, allowing complete macro handling (Part-2: ↵ | Sven Gothel | 2015-03-24 | 1 | -0/+269 |
JCPP submodule, build, test and doc) |