| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-24 | Removed physac #2543 | Ray | |
| 2022-06-06 | WARNING: REMOVED `raygui` from `raylib/src/extras` | Ray | |
| 2022-05-20 | ADDED: `-latomic` linkage, required by `miniaudio` on ARM 32bit #2452 | Ray | |
| 2022-03-12 | Fixed an issue in Makefile when using raygui and physac on unix systems (#2384) | tixvage | |
| * Fixed an issue when using raygui and physac on unix systems hash "#" is single-line comment character in bash so echo ignores #include and #define * tab fix | |||
| 2022-02-13 | Reviewed makefile to use right shell on right platform | Ray | |
| 2022-02-12 | Update Makefile | raysan5 | |
| 2022-02-12 | Allow setting a custom PLATFORM_SHELL | raysan5 | |
| 2022-02-12 | REVIEWED: PLATFORM_OS for PLATFORM_WEB | raysan5 | |
| 2022-02-12 | REVIEWED: Issue when compiling for PLATFORM_WEB | raysan5 | |
| 2022-02-12 | Properly fix make clean under windows (#2341) | Peter0x44 | |
| * Properly fix make clean under sh.exe * Ensure make clean works properly under Windows if RAYLIB_RELEASE_PATH is modified | |||
| 2022-02-12 | Revert "Reviewed Makefile clean target to use CMD shell on Windows" | raysan5 | |
| This reverts commit ab47c6401e3a7da22a2e9e1f4a2a63144d51e13a. | |||
| 2022-02-12 | Reviewed Makefile clean target to use CMD shell on Windows | raysan5 | |
| Tested on the following environments: - w64devkit.exe - Windows 10 cmd - Notepad++ NppExec console | |||
| 2022-02-10 | Fix make clean target failing when shell is not cmd (#2338) | Peter0x44 | |
| GNU make on Windows first tries to find sh.exe on the path, and will execute build rules using it if it is present. The make clean target uses the builtin cmd.exe command del, which won't work under sh.exe The reason this is not done for the entire Makefile is because it would break cross-compilation of raylib. | |||
| 2022-01-11 | Update Makefile, simplified | Ray | |
| 2022-01-11 | Improve Makefile organization | Ray | |
| 2021-12-31 | Update year to 2022 | raysan5 | |
| 2021-12-29 | Support CUSTOM_CFLAGS | raysan5 | |
| 2021-12-29 | Reviewed CFLAGS | raysan5 | |
| 2021-12-27 | Reviewed makefiles | Ray | |
| 2021-12-27 | Update Makefile | Ray | |
| 2021-12-27 | Update Makefile | Ray | |
| 2021-12-27 | Update Makefile | Ray | |
| 2021-12-21 | Review makefiles debug flag | raysan5 | |
| 2021-12-20 | Remove TODO on Makefile (#2232) | Laurentino Luna | |
| Justification: original comment said the following "TODO: Add other platforms. Remove sudo requirement, i.e. add USER mode." For the other platforms part, installing is included on unix-like systems, so for example Windows doesn't have a path where to install libraries. Removing the requirement for sudo is also quite contradictory since we're writing files to directories which require root. Not sure what the original commiter meant by USER mode. | |||
| 2021-12-16 | Fix build results path on Linux and RPi (#2218) | Tomas S | |
| Built files should be put into src/ not into the project root as it was now on these platforms | |||
| 2021-12-16 | Fix RPi make install (#2217) | Tomas S | |
| 2021-12-06 | Update Makefile | Ray | |
| 2021-11-17 | Fixes CC while compiling for ANDROID_ARCH x86 (#2148) | WilledgeR | |
| * Override CC while compiling for ANDROID_ARCH x86 * REfix Override CC while compiling | |||
| 2021-11-02 | Updated some scripts paths | Ray | |
| NOTE: New raylib release installer uses `w64devkit`, smaller and more updated than regular `mingw64-w64` default project. Paths are updated properly. | |||
| 2021-10-21 | Reviewed to support raygui and physac on building | Ray | |
| 2021-10-21 | Update Makefile | Ray | |
| 2021-10-21 | Reviewed physac building | Ray | |
| 2021-10-17 | Reviewed makefile and examples building | raysan5 | |
| 2021-09-23 | Reviewed some TODO comments | Ray | |
| 2021-09-22 | Modify TODO to NOTE on Makefile (#2007) | Laurentino Luna | |
| '# TODO: see 'install' target.' should be a note rather than something to do. | |||
| 2021-09-22 | Update Makefile | Ray | |
| 2021-09-22 | WARNING: MODULES RENAMING!!! | Ray | |
| raylib modules have been slightly renamed to add some identity and note that they are independent modules that can be used as standalone separate parts of raylib if required. The renamed modules are: - `core` -> `rcore` - `shapes` -> `rshapes` - `textures` -> `rtextures` - `text` -> `rtext` - `models` -> `rmodels` - `camera` -> `rcamera` - `gestures` -> `rgestures` - `core` -> `rcore` All the build systems has been adapted to this change. | |||
| 2021-09-21 | Reviewed some compilation issues #1997 | raysan5 | |
| 2021-09-10 | Update Makefile for web compilation | raysan5 | |
| Some flags are only for the linker, not the compiler | |||
| 2021-09-06 | Fix dynamic library issues on Macos (#1978) | Steven Schveighoffer | |
| 2021-09-05 | Updated Makefile for latest Android NDK r32 LTS | raysan5 | |
| It seems now it's required to use archiver `llvm-ar` | |||
| 2021-07-30 | Review include path that was breaking the build | raysan5 | |
| 2021-07-29 | Add external folder to build (just in case) | raysan5 | |
| 2021-07-09 | Update Makefile | raysan5 | |
| 2021-06-30 | REVIEWED: emscripten versions | raysan5 | |
| 2021-06-05 | Update Makefile | raysan5 | |
| 2021-05-22 | Update Makefile | Ray | |
| 2021-05-21 | Update version to 3.8-dev to note breaking changes | raysan5 | |
| Some breaking changes were introduced lately, it's better to note that current version is not 3.7 anymore... | |||
| 2021-04-05 | Update version to raylib 3.7 | raysan5 | |
| 2021-04-02 | Update Makefile | raysan5 | |
