- 21 Jun, 2022 1 commit
-
-
bbguimaraes authored
-
- 06 Jun, 2022 1 commit
-
-
bbguimaraes authored
-
- 04 Jun, 2022 1 commit
-
-
bbguimaraes authored
-
- 16 Jul, 2021 9 commits
-
-
bbguimaraes authored
- use `const char*` for string literals - do not use `NULL` as integer - use `/` as path separator - do not hard-code platforms
-
bbguimaraes authored
-
bbguimaraes authored
-
bbguimaraes authored
-
bbguimaraes authored
Visual Studio is notoriously lax with these rules. - add `template`/`typename` where necessary - fix template constructor call - declare template before use - declare explicit instantiations `inline` - `typedef`s are not allowed in destructor declarations
-
bbguimaraes authored
- `__debugbreak` -> `assert` - `__declspec(align)` -> `alignas` - `sprintf_s` -> `snprintf` - `_aligned_malloc` -> `aligned_alloc` - `QueryPerformanceCounter` -> `chrono` - `LARGE_INTEGER` -> `int64_t` - conditionally add `__stdcall`
-
bbguimaraes authored
- use correct case - remove/fix Windows-only headers
-
bbguimaraes authored
-
bbguimaraes authored
-
- 26 Apr, 2019 28 commits
-
-
bbguimaraes authored
-
bbguimaraes authored
-
bbguimaraes authored
-
bbguimaraes authored
-
bbguimaraes authored
-
bbguimaraes authored
-
bbguimaraes authored
-
bbguimaraes authored
-
bbguimaraes authored
-
bbguimaraes authored
-
bbguimaraes authored
-
bbguimaraes authored
-
bbguimaraes authored
-
bbguimaraes authored
-
bbguimaraes authored
-
bbguimaraes authored
-
bbguimaraes authored
-
bbguimaraes authored
-
bbguimaraes authored
-
bbguimaraes authored
-
bbguimaraes authored
-
bbguimaraes authored
-
bbguimaraes authored
-
bbguimaraes authored
-
bbguimaraes authored
This chapter requires libapophenia. It can be found on http://apophenia.info/. After downloading, extracting and compiling, the Makefile has to be tweaked, adding the appropriate -I and -L flags to CFLAGS and LDFLAGS (respectively).
-
bbguimaraes authored
Corretions.
-
bbguimaraes authored
_Generic, extending structs, dict, substring, agents.
-
bbguimaraes authored
-