lite-xl/src
Jan fff10a2612
Cleanup (#826)
* Update meson.build
- add logic to loop over more lua names (in the future more names might be discovered)
- disable warnings and errors on dependencies

* adding missing includes and checks, correct data types, pointer mess […]
- various functions from string.h were used but never defined
- logic was done across multiple different data types with different signedness, got all of them up to snuff
- give 0 sized array size of 1 (array of size 0 is illegal, but rewriting the code is out of the scope of this commit)
- add preprocessor that marks possibly unused argument as such (does not mean they will get optimized out or anything)
- correctly initialize structs with all data needed

All these were found by generating the project using `meson -Dwarning_level=3 -Dwerror=true`

* remove undefined behavior, correct data types

* Comment manual bit manipulation to be investigated

* check for more edge cases, replace multiple cleanups with goto

* remove system specific includes
2022-04-15 11:34:46 -04:00
..
api Cleanup (#826) 2022-04-15 11:34:46 -04:00
bundle_open.m Takes kivutar's changes into account, cleaning things up slightly. 2021-12-15 20:31:24 -05:00
main.c Fix Project Scanning (#746) 2022-03-06 00:59:22 -05:00
meson.build seperate dirmonitor logic, add build time detection of features (#866) 2022-03-17 13:43:01 -04:00
rencache.c Cleanup (#826) 2022-04-15 11:34:46 -04:00
rencache.h Cleanup (#826) 2022-04-15 11:34:46 -04:00
renderer.c Cleanup (#826) 2022-04-15 11:34:46 -04:00
renderer.h Cleanup (#826) 2022-04-15 11:34:46 -04:00
renwindow.c Cleanup (#826) 2022-04-15 11:34:46 -04:00
renwindow.h Make usage of SDL renderer optional 2021-04-29 14:15:24 +02:00