Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| e3d2d4cd | 2025-12-04 07:48:02 | Make this work with gcc15 Remove base-gcc from COMPILER, replace the CXXFLAGS_base-clang with CXXFLAGS so that the right -std=c++XY is passed to the compiler since in most cases the c++ needs to be downgraded to make the code compile. OK sthen@ tb@ | ||
| 0e493dd2 | 2023-11-15 17:25:51 | use -std=c++14 for base-clang to unbreak with clang16 | ||
| 4e66d499 | 2023-11-07 14:19:05 | http://*sourceforge.net now redirect to https Update SITES, HOMEPAGE, and comments. | ||
| 8fd74949 | 2023-09-26 11:39:01 | MASTER_SITES -> SITES | ||
| fd2de2c6 | 2022-08-11 20:50:12 | Unbreak freeimage on BE_ARCHS PluginBMP.cpp had compiler errors before I added this patch. fixed PluginBMP, PluginDDS for compilation under Big Endian OS (see FREEIMAGE_BIGENDIAN) https://sourceforge.net/p/freeimage/svn/1809/ ok tb@ | ||
| 7084fc7b | 2022-08-04 19:03:14 | graphics/freeimage: do not attempt to build the bundled libpng with neon support on arm and aarch64. The sources are not included, so the library has missing external references such as png_init_filter_functions_neon(). This in turn breaks the build of emulators/emulationstation and x11/ogre. ok jca (who also suggested that arm needed same fix) | ||
| 086d9cac | 2022-07-10 12:27:10 | Update freeimage to 3.18.0 OK kn@ | ||
| 124da53a | 2022-03-31 14:20:40 | sync WANTLIB | ||
| af6a7994 | 2022-03-11 19:22:04 | drop RCS Ids | ||
| 1216bcec | 2021-02-27 13:37:24 | add some FIX_CRLF_FILES for ports hiding behind s/\015//g (left out games/dungeon which also has ^Z fixes in the same perl subst) |