matter.c

Cross-platform minimalist libc
git clone git://git.finwo.net/lib/matter.c
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2026-03-14 21:07Remove override, we shouldn't use itYersa Nordman1+1-1
2026-03-14 20:18Update package formatYersa Nordman2+11-16
2023-05-26 22:52Merge pull request #3 from finwo/static-rebuildYersa Nordman19+84-118
2023-05-26 22:48Fix nobuiltin trigger in config.mkYersa Nordman1+1-1
2023-05-26 22:46Fixed config.mk wildcardYersa Nordman1+1-1
2023-05-26 22:29Copy old code, redefined exportsYersa Nordman21+721-1
2023-05-26 22:02Reset as a statically-embedded libraryYersa Nordman25+4-758
2023-04-03 18:20Fix building heap_limit pointer without casting from size_tYersa Nordman1+1-1
2023-01-29 16:37Initialized package.iniYersa Nordman2+9-0
2021-08-18 16:09Don't allow undefined symbol references in wasm32Yersa Nordman1+1-1
2021-08-18 16:07sbrk now calls upon __builtin_wasm_memory_grow for wasm32Yersa Nordman5+25-2
2021-06-21 08:59Added libmatter.so makerule for future referenceYersa Nordman1+3-0
2021-03-29 12:56Update FUNDING.ymlYersa Nordman1+1-4
2020-08-31 13:11Added funding.yml; editorconfig is tracked nowYersa Nordman2+10-0
2020-06-19 12:16Added prng/randYersa Nordman2+22-0
2020-06-17 14:00Added strlenYersa Nordman10+254-136
2020-06-17 12:19Re-added stdint.h from uclibcYersa Nordman1+322-0
2020-06-17 09:56Separate cflags and includes from the compilation stepYersa Nordman1+8-1
2020-06-17 09:46Include whole path in file deduplication definitionYersa Nordman5+13-13
2020-06-17 09:35Based malloc on sbrk nowYersa Nordman10+164-286
2020-05-22 11:55Clang using -Ofast instead of -Os nowYersa Nordman1+1-1
2020-05-21 22:21Allow custom source and headers for each targetYersa Nordman3+2-2
2020-05-21 21:59Added license and code of conductYersa Nordman2+31-0
2020-05-21 21:55Added calloc and realloc functionsYersa Nordman5+49-6
2020-05-21 21:36Prepared for multiple targetsYersa Nordman9+16-25
2020-05-17 18:17Allow chaning AR based on targetYersa Nordman1+7-1
2020-05-17 03:11Start separation of generic and arch-specific codeYersa Nordman11+9-5
2019-10-12 09:55Copied compilation from supercop-jsYersa Nordman2+5-1
2019-10-12 09:50Separation didn't work so wellYersa Nordman1+1-4
2019-10-12 09:45Separate .ll generationYersa Nordman1+5-5
2019-10-12 09:42 -Os is require for wasm compilationYersa Nordman1+1-1
2019-10-12 09:27Different archive creationYersa Nordman1+1-1
2019-10-12 09:24Target can now be selectedYersa Nordman3+8-3
2019-10-12 09:16Build the right libmatter.a filenameYersa Nordman1+2-2
2019-10-11 23:17Added UINTn_C to stdintYersa Nordman1+35-0
2019-10-11 23:14Added missing semicolonYersa Nordman1+1-1
2019-10-11 23:13Added size_t in stddef.hYersa Nordman1+2-0
2019-10-11 23:09Simplified stdint.hYersa Nordman2+45-41
2019-10-11 22:49Added basic stdintYersa Nordman2+55-6
2019-10-11 22:34Added limits.hYersa Nordman1+87-0
2019-10-11 22:12Useful build structureYersa Nordman11+155-6
2019-10-07 11:09Added initial todosYersa Nordman2+6-0
2019-10-07 10:58Project initYersa Nordman2+12-0