aboutsummaryrefslogtreecommitdiff
path: root/src/platform/msc (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-07-02Remove src/platformJeffrey4-143/+0
All the files in src/platform are currently unused and unnecessary. See below: * `mingw/alloca.h`: unused throughout project * `msc/sys/param.h`: 1. In `fix_darwin.patch`, `sys/param.h` is well-defined to be used only in OpenBSD environment 2. `int-util.h` already handles when `sys/param.h` is not present and injects its own values 3. `db_drivers/liblmdb/mdb.c` is a similar situation: already explicity handles different platforms 4. `src/crypto/chacha.h` uses `int-util.h` for endianness context * `msc/alloca.h`: unused * `msc/inline_c.h`: not needed. the `inline` keyword is supported for C99 I believe, and certainly for C11, C14+ * `msc/stdbool.h`: `stdbool.h` is standard since C99, and MSVC has supported it for a long time (~10 years)
2023-01-16Copyright: Update to 2023mj-xmr4-4/+4
Co-authored-by: plowsof <plowsof@protonmail.com> extra files
2022-03-04Copyright: Update to 2022mj-xmr4-4/+4
2020-05-06Update copyright year to 2020SomaticFanatic4-4/+4
Update copyright year to 2020
2019-03-05Update 2019 copyrightbinaryFate4-4/+4
2018-01-26Update 2018 copyrightxmr-eric4-4/+4
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni4-4/+4
2015-12-31updated copyright yearRiccardo Spagni4-4/+4
2015-01-02year updated in licenseRiccardo Spagni4-4/+4
2014-07-23License updated to BSD 3-clausefluffypony4-12/+116
2014-03-03moved all stuff to githubAntonio Juarez4-0/+39