4c569471d9
initial commit to the microcontroller port. changes to build system and syfns.
2026-02-07 16:25:12 +01:00
dzaima
c95482e8e0
gcc-15 should fix 32-bit x86 miscompilation
2025-04-24 00:00:32 +03:00
dzaima
fa2fccf218
update limitations section in readme
2025-03-21 21:40:06 +02:00
dzaima
6bf8f4d3c7
Include packaging status in readme
...
closes #130
2025-01-16 00:52:09 +02:00
dzaima
93292cc002
default to usz=64
2024-10-09 03:31:20 +03:00
dzaima
d24031a125
add target_from_cc=1 option
2024-10-01 21:56:57 +03:00
dzaima
286b9e3a14
update tested compiler versions
2024-09-26 03:47:27 +03:00
dzaima
cc7b56ff30
Merge pull request #119 from Brian-ED/patch-1
...
Added missing newline between `nogit=1` and `CC=...`
2024-09-21 21:24:48 +03:00
Brian E
6b4162e26a
Added missing newline between nogit=1 and CC=...
2024-09-21 15:09:01 +01:00
dzaima
a9f59b5793
mention target_os in README
2024-07-15 00:56:02 +03:00
dzaima
dc80bc6809
mention REPLXX's license in the licensing section of readme
2024-02-08 15:38:26 +02:00
dzaima
9dc44ed1a9
make singeli/arch.bqn the source of SINGELI_AVX2
...
+ removes noting of lack of AVX2, which isn't shown from the makefile anyway
2023-12-30 02:09:56 +02:00
dzaima
74673395f6
more "neutral" make clean description
2023-12-27 19:23:10 +02:00
dzaima
e30973e48b
use Singeli's arch.bqn to convert has= to cc flags
2023-12-04 16:44:30 +02:00
dzaima
469cf08647
nogit=1 option, various readme changes
2023-11-22 20:54:43 +02:00
dzaima
96da7af1c2
add usz=64 make option, document limitations
2023-11-22 20:27:44 +02:00
dzaima
d911697242
accept comma-separated entries in 'has'
2023-10-31 03:03:12 +02:00
dzaima
31bfaff9dd
make static-lib, do more things in make install/uninstall
2023-10-29 21:34:59 +02:00
dzaima
bc796eac32
relicense core to LGPLv3 or MPL2
...
closes #90
2023-08-21 15:15:46 +03:00
dzaima
fd4477992f
fall back from clang to cc in build.bqn & default makefile to cc
...
even without the makefile change here, a `make o3` will work without clang, but it gave harmless errors from the CC_IS_CLANG check before the makefile recurses to where the custom CC is set (and CC_IS_CLANG recomputed)
2023-08-04 22:27:41 +03:00
dzaima
f416d58579
compiler version updates in readme
2023-07-23 18:00:51 +03:00
dzaima
8c7e26e999
change BQN link in readme to pages site
2023-07-14 13:55:47 +03:00
Hannu Hartikainen
fb5efa3104
Add target make static-bin
2023-06-19 10:02:42 +03:00
dzaima
32841f43a1
readme updates, disable more things in make for-bootstrap
2023-05-17 17:35:38 +03:00
dzaima
a3e8a1388d
move all targets to build.bqn with Singeli & REPLXX enabled by default
2023-05-12 20:51:25 +03:00
dzaima
ea4da381f2
CXXFLAGS, notes on cross-compilation
2023-05-11 17:32:09 +03:00
dzaima
3312406774
slightly nicer error on failed submodule initialization
2023-05-11 17:19:18 +03:00
dzaima
80b63ddf99
update x86-64 status in README.md
2023-04-22 22:33:32 +03:00
dzaima
d02a0e43d8
readme updates
2023-04-02 16:22:43 +03:00
dzaima
8c76561883
move shared library builds to build.bqn, update readme
2023-03-31 22:17:07 +03:00
dzaima
39a0cb63c6
proper example mlochbaum/BQN path in readme
2023-03-22 18:00:47 +02:00
dzaima
88410c02e5
prep for NEON squeeze
2023-01-24 22:21:38 +02:00
dzaima
bc4079b126
update readme
2023-01-17 02:09:42 +02:00
dzaima
fd38a5b241
use Ryu for number formatting
2022-12-31 03:19:06 +02:00
dzaima
33580b91ca
don't error on unknown fill when not overtaking
2022-12-27 23:44:34 +02:00
dzaima
4b1b935742
remove comment about PIE=
2022-12-24 15:47:12 +02:00
dzaima
2d1882fae2
more easily configurable job count
2022-12-20 19:08:48 +02:00
dzaima
05d2a0a26b
add back -ldl, update readme
2022-11-24 17:15:08 +02:00
dzaima
6044a0479f
use pkg-config if available
2022-11-22 15:17:34 +02:00
dzaima
99563a3391
update README.md
2022-11-18 14:37:18 +02:00
dzaima
ba571949b1
move build utils to within build/
2022-11-18 00:30:49 +02:00
dzaima
fb06da343e
add info about submodules to readme
2022-11-17 23:55:38 +02:00
dzaima
9d0befbc60
readme info about bytecode
2022-11-17 23:40:48 +02:00
dzaima
5c65a1a7eb
move precompiled bytecode to submodule
2022-11-17 23:20:07 +02:00
dzaima
3431a3808f
information about FFI usage on macOS
2022-10-16 16:15:51 +03:00
dzaima
46501ac819
update build & packaging information
...
closes #45
2022-09-27 17:53:06 +03:00
dzaima
5bf4e20ead
PREFIX and DESTDIR for make install
2022-09-14 16:57:23 +03:00
dzaima
be738cc2b7
remove mention of precompiled.bqn in readme
2022-06-04 02:32:44 +03:00
dzaima
acd655af09
update readme
2022-06-03 22:43:38 +03:00
dzaima
71e53833b4
note FFI=0
2022-05-30 14:57:45 +03:00