summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2024-02-08mention REPLXX's license in the licensing section of readmedzaima
2023-12-30make singeli/arch.bqn the source of SINGELI_AVX2dzaima
+ removes noting of lack of AVX2, which isn't shown from the makefile anyway
2023-12-27more "neutral" make clean descriptiondzaima
2023-12-04use Singeli's arch.bqn to convert has= to cc flagsdzaima
2023-11-22nogit=1 option, various readme changesdzaima
2023-11-22add usz=64 make option, document limitationsdzaima
2023-10-31accept comma-separated entries in 'has'dzaima
2023-10-29make static-lib, do more things in make install/uninstalldzaima
2023-08-21relicense core to LGPLv3 or MPL2dzaima
closes #90
2023-08-04fall back from clang to cc in build.bqn & default makefile to ccdzaima
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-07-23compiler version updates in readmedzaima
2023-07-14change BQN link in readme to pages sitedzaima
2023-06-19Add target `make static-bin`Hannu Hartikainen
2023-05-17readme updates, disable more things in make for-bootstrapdzaima
2023-05-12move all targets to build.bqn with Singeli & REPLXX enabled by defaultdzaima
2023-05-11CXXFLAGS, notes on cross-compilationdzaima
2023-05-11slightly nicer error on failed submodule initializationdzaima
2023-04-22update x86-64 status in README.mddzaima
2023-04-02readme updatesdzaima
2023-03-31move shared library builds to build.bqn, update readmedzaima
2023-03-22proper example mlochbaum/BQN path in readmedzaima
2023-01-24prep for NEON squeezedzaima
2023-01-17update readmedzaima
2022-12-31use Ryu for number formattingdzaima
2022-12-27don't error on unknown fill when not overtakingdzaima
2022-12-24remove comment about PIE=dzaima
2022-12-20more easily configurable job countdzaima
2022-11-24add back -ldl, update readmedzaima
2022-11-22use pkg-config if availabledzaima
2022-11-18update README.mddzaima
2022-11-18move build utils to within build/dzaima
2022-11-17add info about submodules to readmedzaima
2022-11-17readme info about bytecodedzaima
2022-11-17move precompiled bytecode to submoduledzaima
2022-10-16information about FFI usage on macOSdzaima
2022-09-27update build & packaging informationdzaima
closes #45
2022-09-14PREFIX and DESTDIR for make installdzaima
2022-06-04remove mention of precompiled.bqn in readmedzaima
2022-06-03update readmedzaima
2022-05-30note FFI=0dzaima
2022-04-26new makefiledzaima
2022-04-01BMI2 bitarr/i8arr & bitarr/i16arrdzaima
2022-03-24note "make install" in readmedzaima
2022-03-23note about gmake on BSDsdzaima
2022-03-18add more readme links in main readmedzaima
2022-01-08readme cleanupdzaima
2021-12-10better readmedzaima
2021-09-09squeeze & hash fixesdzaima
2021-08-27add •Fmt, changes to readme filesdzaima
2021-06-11fix gcc, more readme changesdzaima