Marc Nieper-Wißkirchen
1f9b4796d6
Parse syntax-rules more strictly
...
See issue #767 .
2021-08-03 17:05:37 +02:00
Alex Shinn
1f508fbdb5
Merge branch 'master' of github.com:ashinn/chibi-scheme
2021-07-28 17:04:36 +09:00
Alex Shinn
18d0adf13b
signal error on improper lists passed to map/for-each
2021-07-28 17:00:40 +09:00
okuoku
5de159a72a
Merge pull request #761 from lubgr/cmake-install-target
...
CMake update 3/3: provide install target
2021-07-28 10:46:45 +09:00
Alex Shinn
9710962cd2
don't assume map works on improper lists in cpp-define
2021-07-28 10:35:05 +09:00
Alex Shinn
7854371728
ensure ffi assertions are a proper list
2021-07-28 10:25:18 +09:00
Alex Shinn
dd05444d91
Merge pull request #763 from lubgr/fix-unused-variable-warning
...
Triviality: silence an unused variable warning in compiled test
2021-07-25 22:24:24 +09:00
Lukas Böger
2e41cf06b2
don't dump images in static library configurations
2021-07-23 22:47:41 +01:00
Lukas Böger
cbf8cfb392
remove unused variable
2021-07-23 22:19:27 +01:00
Lukas Böger
b827cfb429
Build images and .meta lists with ALL target
2021-07-23 22:13:46 +01:00
Lukas Böger
fe953319ff
fix dependencies of package list generation command
2021-07-22 21:08:41 +01:00
Alex Shinn
24fb7585c7
set! should guard against exceptions in the var ref lookup (fixes issue #762 )
2021-07-22 21:43:50 +09:00
Lukas Böger
cba39c2ede
install an EXPORT set and cooperate with find_package
2021-07-21 21:01:33 +01:00
Lukas Böger
7015657c42
add missing template/helper files for install targets
2021-07-21 21:01:33 +01:00
Lukas Böger
2508c61174
install pkgconfig file, too
2021-07-21 21:01:31 +01:00
Lukas Böger
4c1f10e79e
don't manually specify default behaviour for file permissions
2021-07-21 21:00:45 +01:00
Lukas Böger
3b5f08c1da
install main targets, images and meta lists
2021-07-21 21:00:45 +01:00
Lukas Böger
8eb0961b40
build images and meta package lists
2021-07-21 21:00:45 +01:00
okuoku
879c16c3d9
Merge pull request #758 from lubgr/cmake-lift-platform-restrictions
...
CMake update 2/3: lift platform restriction
2021-07-22 02:56:00 +09:00
Lukas Böger
527101a1c2
leave the default module path empty on windows
2021-07-21 18:32:23 +01:00
Lukas Böger
47a6e7fd3c
streamline library alias name
2021-07-21 18:29:17 +01:00
Lukas Böger
32e7f0bf7e
remove unnecessary left-over flags
2021-07-21 18:29:15 +01:00
Lukas Böger
5fcbb7c15c
prefer consistent low caps command names
2021-07-20 22:49:30 +01:00
Lukas Böger
a4a8ba0038
remove outdated platform restriction notice
2021-07-20 22:48:37 +01:00
Lukas Böger
287014e3d6
remove exclusion of weak-test, which works on unix
2021-07-20 22:47:03 +01:00
Lukas Böger
0ae8069a07
fix repeated liblib prefix in library output name
2021-07-20 15:37:56 +01:00
Lukas Böger
699ffe18e9
mostly revert module path handling introduced in 27c421e3
...
chibi/install.h is included in C source files, and providing a different
install.h upon actual installation is inconsistent and dangerous. When
working with a chibi executable within the build tree (i.e., not an
installed executable), the CHIBI_MODULE_PATH environment tweak can be
used to not always specify -I paths on the command line.
2021-07-20 15:37:56 +01:00
Lukas Böger
16b97a6e26
reduce scope of clib.c within the chibi library
2021-07-20 15:37:56 +01:00
Lukas Böger
e2555e5fed
fix paths of includes in clib.c
...
With the module search path cleverly handled with different install.h
configurations, the genstatic script inserted absolute paths into the
generated clib.c file. This didn't fail on Windows CI as this is an
in-source build. For out-of-source builds, it's crucial that clib.c can
refer to both .c files in the source directory and those generated in
the build directory. As a fix, the genstatic invocation now uses the -I
flag.
This patch also improves the handling of include paths to find the .c.
files mentioned above by trimming down the scope of this property to
clib.c only. Also, there is no need to manually tell the preprocessor
where to look for generated .c, as they live relative to clib.c anyhow.
2021-07-20 15:37:56 +01:00
Lukas Böger
7de835bad8
improve module path handling and provide basic installation
2021-07-20 15:37:56 +01:00
Lukas Böger
86c439a4bb
enable more tetst on unix builds
2021-07-20 15:37:56 +01:00
Lukas Böger
fcfd518a0d
leave selected zero feature macros undefined
2021-07-20 15:37:56 +01:00
Lukas Böger
9c22b7d1c2
comply with older CMake versions (dependency graph)
2021-07-20 15:37:56 +01:00
Lukas Böger
de4fa6439a
use bootstrap exec only for static builds
2021-07-20 15:37:56 +01:00
Lukas Böger
f58dfdb67d
shorten sanitizer configuration
2021-07-20 15:37:56 +01:00
Lukas Böger
57410deca9
fix string stream config on windows
2021-07-20 15:37:56 +01:00
Lukas Böger
15be953446
fix missing variable dereferencing syntax
2021-07-20 15:37:56 +01:00
Lukas Böger
46fbc423d3
shorten preprocessor configuration
2021-07-20 15:37:56 +01:00
Lukas Böger
9652d08ae3
reorganize linking of common configuration library
2021-07-20 15:37:56 +01:00
Lukas Böger
1b960f949f
add module search path to test runs
2021-07-20 15:37:56 +01:00
Lukas Böger
d06d56154e
replace custom function with target_link_libraries
2021-07-20 15:37:56 +01:00
Lukas Böger
82aa16a3f1
compile shared libraries for non-static configurations
2021-07-20 15:37:56 +01:00
Lukas Böger
17ffa4b36c
use sensible default module paths for Linux/Unix
2021-07-20 15:37:56 +01:00
Lukas Böger
0bade8de2f
refactor library generation from stubs
2021-07-20 15:37:56 +01:00
Lukas Böger
2efcc53098
compile shared libraries for non-static builds
2021-07-20 15:37:56 +01:00
Lukas Böger
3b33a9561a
add SEXP_USE_BOEHM configuration option
2021-07-20 15:37:56 +01:00
Lukas Böger
584bfa225c
mimic Makefile's option for cygwin build
2021-07-20 15:37:56 +01:00
Lukas Böger
b8a3500222
build with -Wall when using clang or gcc
2021-07-20 15:37:56 +01:00
Lukas Böger
36f7d86cad
fix CMake 3.12 list(REMOVE ...) invocation
2021-07-20 15:37:56 +01:00
Lukas Böger
d7c28021c8
set default build type, add sanitizer build support
2021-07-20 15:37:56 +01:00