summaryrefslogtreecommitdiff
path: root/numpy/core/meson.build
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' into mesonmattip2022-12-011-1/+0
|\
| * MAINT: npymath cleanups for isnan, isinf, isinfinite, signbit, nextafter (#22...Matti Picus2022-11-281-1/+0
| * BLD: enable building NumPy with MesonRalf Gommers2022-11-251-0/+929
* BUILD: fixes for MSVCMatti Picus2022-11-301-7/+17
* BLD: fix up private signbit/isnan/isinf/isfinite definesRalf Gommers2022-11-231-0/+4
* BLD: fix checks for optional tread variable attributesRalf Gommers2022-11-231-0/+25
* BLD: fix backtrace checks and compiler warningRalf Gommers2022-11-231-8/+14
* BLD: add list of optimize/target function attributesRalf Gommers2022-11-191-7/+21
* BLD: add checks for optional intrinsicsRalf Gommers2022-11-191-1/+60
* BUG: deal with `strtold_l` issue, and add notes on long doubleRalf Gommers2022-11-171-4/+14
* BLD: meson: detect long double format and add it to config.hRalf Gommers2022-11-171-4/+24
* BLD: don't use `svml_z0_tanh_d_la.s`, has a universal intrinsics implementationRalf Gommers2022-11-161-5/+4
* BUG: only define `HAVE_*` headers to 1, never to 0Ralf Gommers2022-11-151-23/+45
* BLD: meson: include SVML into the buildRalf Gommers2022-11-151-1/+56
* BLD: meson: handle C API and C ABI version strings and checksRalf Gommers2022-11-151-4/+51
* BLD: minor refactor of meson.build file contentsRalf Gommers2022-11-151-6/+2
* BLD: fix missing header dependencyRalf Gommers2022-11-141-0/+1
* BLD: meson: fix build on macOSRalf Gommers2022-11-141-2/+9
* BLD: deal with npy-pkg-config and pkg-config filesRalf Gommers2022-11-131-1/+42
* BLD: meson: fix ctypeslib test failure because of symbol visibilityRalf Gommers2022-11-131-0/+1
* BLD: meson: build `_simd` moduleRalf Gommers2022-11-131-1/+18
* BLD: meson: build numpy.core test modulesRalf Gommers2022-11-131-8/+47
* BLD: meson: build `random` moduleRalf Gommers2022-11-131-10/+1
* BLD: fix minor issue with optional header definesRalf Gommers2022-11-121-2/+3
* BLD: build `_multiarray_umath` moduleRalf Gommers2022-11-121-11/+203
* BLD: meson: rename config dict for numpy/core back to cdataRalf Gommers2022-11-121-34/+34
* BLD: install `_multiarray_tests.so`Ralf Gommers2022-11-121-0/+2
* BLD: meson: add `core/code_generators` supportRalf Gommers2022-11-121-2/+53
* WIP: BLD: build `multiarray_tests` moduleRalf Gommers2022-11-121-0/+15
* BLD: install all pure Python directories below numpy/Ralf Gommers2022-11-111-3/+3
* BLD: generate _numpyconfig.hRalf Gommers2022-11-111-14/+90
* BLD: add .src file processing; build libnpymathRalf Gommers2022-11-111-0/+35
* BLD: install all tests incl data, .py and .pyi files in numpy/coreRalf Gommers2022-11-111-0/+55
* BLD: install all headers, except for oldnumeric.hRalf Gommers2022-11-111-0/+2
* BLD: meson: update config.h generationRalf Gommers2022-11-101-78/+76
* BLD: implement checks and cli flag for building with SVMLRalf Gommers2022-11-101-2/+13
* Use `py` instead of `py3` for Python module nameStefan van der Walt2022-11-041-4/+4
* WIP: BLD: add complete config.h, minus SIMD propertiesRalf Gommers2022-11-041-9/+63
* WIP: BLD: add configure checks for math functionalityRalf Gommers2022-11-041-0/+83