Went back to C99. No need for C11. (0.26.4)
This commit is contained in:
parent
f17d0fe505
commit
87da9ce03c
2 changed files with 7 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
cmake_minimum_required(VERSION 3.16)
|
cmake_minimum_required(VERSION 3.16)
|
||||||
project(fun VERSION 0.26.3 LANGUAGES C)
|
project(fun VERSION 0.26.4 LANGUAGES C)
|
||||||
|
|
||||||
set(CMAKE_C_STANDARD 11)
|
set(CMAKE_C_STANDARD 99)
|
||||||
set(CMAKE_C_STANDARD_REQUIRED ON)
|
set(CMAKE_C_STANDARD_REQUIRED ON)
|
||||||
|
|
||||||
include(GNUInstallDirs)
|
include(GNUInstallDirs)
|
||||||
|
|
|
||||||
|
|
@ -15,11 +15,15 @@ Fun is and will ever be 100% free under the terms of the [Apache-2.0 License](ht
|
||||||
- Joy in coding
|
- Joy in coding
|
||||||
- Fun!
|
- Fun!
|
||||||
|
|
||||||
|
### Extras
|
||||||
|
|
||||||
|
- PC/SC smart card support builtin (optional)
|
||||||
|
|
||||||
## Characteristics
|
## Characteristics
|
||||||
|
|
||||||
- Dynamic and optionally statically typed
|
- Dynamic and optionally statically typed
|
||||||
- Type safety
|
- Type safety
|
||||||
- Written in C (C11) and Fun
|
- Written in C (C99) and Fun
|
||||||
- Internal libs are written with no_camel_case even when written in Fun, except class names
|
- Internal libs are written with no_camel_case even when written in Fun, except class names
|
||||||
- Only a minimal function set is written in C, and most other core functions and libraries are implemented in Fun
|
- Only a minimal function set is written in C, and most other core functions and libraries are implemented in Fun
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue