-
ORCA/C was originally designed as a near-complete implementation of the initial ANSI C standard (C89/C90). We are working on adding support for features from later C standards. Most features from th…
-
```
Did the code janitor, workarounds c89 compilation issues. CMakefile and added a
stripped down glew version. Fix issues with demos (c89 and unitialized glew) -
demos, freetype-gl lib and makefont…
-
```
Did the code janitor, workarounds c89 compilation issues. CMakefile and added a
stripped down glew version. Fix issues with demos (c89 and unitialized glew) -
demos, freetype-gl lib and makefont…
-
```
Did the code janitor, workarounds c89 compilation issues. CMakefile and added a
stripped down glew version. Fix issues with demos (c89 and unitialized glew) -
demos, freetype-gl lib and makefont…
-
- 完全なサポート終了は breaking change となるため v5.0.0 で行う
- しかし、現在でも C89 な C2A user は非常に限定的であるため、c2a-core 本体以外については v5.0.0 を待たずに C99 を前提とするように順次変えていく
sksat updated
6 months ago
-
```
Did the code janitor, workarounds c89 compilation issues. CMakefile and added a
stripped down glew version. Fix issues with demos (c89 and unitialized glew) -
demos, freetype-gl lib and makefont…
-
```
Did the code janitor, workarounds c89 compilation issues. CMakefile and added a
stripped down glew version. Fix issues with demos (c89 and unitialized glew) -
demos, freetype-gl lib and makefont…
-
```
Did the code janitor, workarounds c89 compilation issues. CMakefile and added a
stripped down glew version. Fix issues with demos (c89 and unitialized glew) -
demos, freetype-gl lib and makefont…
-
The README states as a goal: "Intended to be portable to any system with a C89 compiler and uint64_t support."
The C89 syntax does not specify `unsigned long long` (`ULL`) constants because there i…
-
Discuss C versions and select the target:
Choice:
- ANSI (C89)
- C99
- C11
- C18