summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-03Parse syntax-rules more strictlysyntax-rules-parserMarc Nieper-Wißkirchen
2021-07-28Merge branch 'master' of github.com:ashinn/chibi-schemeAlex Shinn
2021-07-28signal error on improper lists passed to map/for-eachAlex Shinn
2021-07-28Merge pull request #761 from lubgr/cmake-install-targetokuoku
2021-07-28don't assume map works on improper lists in cpp-defineAlex Shinn
2021-07-28ensure ffi assertions are a proper listAlex Shinn
2021-07-25Merge pull request #763 from lubgr/fix-unused-variable-warningAlex Shinn
2021-07-23don't dump images in static library configurationsLukas Böger
2021-07-23remove unused variableLukas Böger
2021-07-23Build images and .meta lists with ALL targetLukas Böger
2021-07-22fix dependencies of package list generation commandLukas Böger
2021-07-22set! should guard against exceptions in the var ref lookup (fixes issue #762)Alex Shinn
2021-07-21install an EXPORT set and cooperate with find_packageLukas Böger
2021-07-21add missing template/helper files for install targetsLukas Böger
2021-07-21install pkgconfig file, tooLukas Böger
2021-07-21don't manually specify default behaviour for file permissionsLukas Böger
2021-07-21install main targets, images and meta listsLukas Böger
2021-07-21build images and meta package listsLukas Böger
2021-07-22Merge pull request #758 from lubgr/cmake-lift-platform-restrictionsokuoku
2021-07-21leave the default module path empty on windowsLukas Böger
2021-07-21streamline library alias nameLukas Böger
2021-07-21remove unnecessary left-over flagsLukas Böger
2021-07-20prefer consistent low caps command namesLukas Böger
2021-07-20remove outdated platform restriction noticeLukas Böger
2021-07-20remove exclusion of weak-test, which works on unixLukas Böger
2021-07-20fix repeated liblib prefix in library output nameLukas Böger
2021-07-20mostly revert module path handling introduced in 27c421e3Lukas Böger
2021-07-20reduce scope of clib.c within the chibi libraryLukas Böger
2021-07-20fix paths of includes in clib.cLukas Böger
2021-07-20improve module path handling and provide basic installationLukas Böger
2021-07-20enable more tetst on unix buildsLukas Böger
2021-07-20leave selected zero feature macros undefinedLukas Böger
2021-07-20comply with older CMake versions (dependency graph)Lukas Böger
2021-07-20use bootstrap exec only for static buildsLukas Böger
2021-07-20shorten sanitizer configurationLukas Böger
2021-07-20fix string stream config on windowsLukas Böger
2021-07-20fix missing variable dereferencing syntaxLukas Böger
2021-07-20shorten preprocessor configurationLukas Böger
2021-07-20reorganize linking of common configuration libraryLukas Böger
2021-07-20add module search path to test runsLukas Böger
2021-07-20replace custom function with target_link_librariesLukas Böger
2021-07-20compile shared libraries for non-static configurationsLukas Böger
2021-07-20use sensible default module paths for Linux/UnixLukas Böger
2021-07-20refactor library generation from stubsLukas Böger
2021-07-20compile shared libraries for non-static buildsLukas Böger
2021-07-20add SEXP_USE_BOEHM configuration optionLukas Böger
2021-07-20mimic Makefile's option for cygwin buildLukas Böger
2021-07-20build with -Wall when using clang or gccLukas Böger
2021-07-20fix CMake 3.12 list(REMOVE ...) invocationLukas Böger
2021-07-20set default build type, add sanitizer build supportLukas Böger