Files
lime/project/lib
Joseph Cloutier 821638ae34 Work around inconsistent header inclusion.
Overriding headers has always been risky, and finally we see why.

Apparently on iOS, files may be compiled in such a way that the original
SDL_config.h file is included, not Lime's custom one. It's hard to do
anything more than we've already done to manage include order, so we
need to find another option.

One such option is to make the two files as similar as possible, such
that it usually doesn't matter which one ends up being included. Then we
only set `USING_GENERATED_CONFIG_H` when it really matters.
2022-05-27 03:59:43 -04:00
..
2022-05-21 17:59:55 -04:00
2022-05-21 19:58:23 -04:00
2022-05-21 20:23:36 -04:00
2022-05-21 20:28:16 -04:00
2022-05-21 19:00:06 -04:00
2022-05-21 20:50:43 -04:00
2022-05-21 20:59:23 -04:00
2022-05-22 00:18:45 -04:00
2022-05-22 21:54:13 -04:00
2022-05-22 22:11:13 -04:00
2022-05-13 01:25:52 -04:00
2022-05-13 14:09:23 -04:00
2022-05-22 22:19:34 -04:00
2022-05-25 18:25:47 -04:00
2022-05-22 22:11:37 -04:00
2022-05-22 22:27:52 -04:00
2022-05-22 22:28:22 -04:00
2022-05-21 18:45:22 -04:00
2022-05-22 23:27:47 -04:00
2022-05-20 17:11:20 -04:00
2022-05-22 23:27:47 -04:00
2022-05-20 17:11:20 -04:00
2022-05-22 00:18:45 -04:00
2022-05-20 17:11:20 -04:00
2022-05-20 17:11:20 -04:00
2022-05-22 23:27:47 -04:00
2022-05-22 23:27:47 -04:00
2022-05-21 20:50:43 -04:00
2022-05-20 17:11:20 -04:00
2022-05-20 17:11:20 -04:00
2022-05-20 17:11:20 -04:00

Submodule projects

Lime includes code from several other C/C++ libraries, listed below. Lime prefers to use GitHub repositories as its submodules, purely so that the links will be clickable when viewed on github.com. However, some of these repos are mirrors, with the development being conducted elsewhere.

Always submit issues and pull requests to the primary repo, not to a GitHub mirror.