Commit Graph

14 Commits

Author SHA1 Message Date
James Knight
cb38b9fe4f add spdx license id to compiled header
This commit adjusts the merging script to include a SPDX license
identifier at the start of the single header file. This can help users
of Crow which have environments using license scanning tools to help
manage/monitor used implementation.

Signed-off-by: James Knight <james.d.knight@live.com>
2024-02-23 10:45:30 +01:00
Oskar Schmölz
5642509eae add utf-8 encoding for file opening 2022-08-12 13:58:21 +02:00
Farook Al-Sammarraie
72d9524c48
Removed unnecessary line 2022-05-14 15:26:36 +03:00
The-EDev
2c490c6f62
Fixed empty lines and multiple "#pragma once" lines in amalgamate script 2022-05-14 15:23:08 +03:00
The-EDev
4710c10120 fixed comment problem 2021-07-10 21:48:42 +03:00
The-EDev
6ee7d298a4 Edited license to reflect the change in development, and merge_all to add it to crow_all.h 2021-07-10 21:24:52 +03:00
dspverden
5aa45f1ebc Changed to #ifndef in logging.h 2021-06-02 17:05:52 +02:00
dspverden
00ed2005bc IDE DEBUG symbol 2021-06-02 16:11:36 +02:00
The-EDev
48bd974b44 made merge_all.py windows compatible 2020-11-12 21:54:49 +03:00
The-EDev
de1187bb4e added note regarding middlewares, and added () to make the -i and -e look more optional 2020-11-12 00:14:36 +03:00
The-EDev
384baaade4 moved middlewares folder inside crow folder
also fixed an issue where by default nothing is included
2020-11-11 23:43:57 +03:00
The-EDev
6444748269 separated middlewares from core code
modified merge script to include middlewares, all are included by default
include excludes everything else (items separated by ',')
exclude only excludes selected items (items separated by ',')
2020-11-11 05:39:57 +03:00
The-EDev
f93d9a8a22 updated paths to merge_all.py, c++ version in cmake, and logo in readme 2020-10-31 21:22:34 +03:00
The-EDev
f7de350707 moved all scripts to a single folder 2020-10-31 20:03:47 +03:00