| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge branch 'main' into meson | mattip | 2022-12-01 | 1 | -1/+0 |
| |\ |
|
| | * | MAINT: npymath cleanups for isnan, isinf, isinfinite, signbit, nextafter (#22... | Matti Picus | 2022-11-28 | 1 | -1/+0 |
| | * | BLD: enable building NumPy with Meson | Ralf Gommers | 2022-11-25 | 1 | -0/+929 |
| * | BUILD: fixes for MSVC | Matti Picus | 2022-11-30 | 1 | -7/+17 |
| * | BLD: fix up private signbit/isnan/isinf/isfinite defines | Ralf Gommers | 2022-11-23 | 1 | -0/+4 |
| * | BLD: fix checks for optional tread variable attributes | Ralf Gommers | 2022-11-23 | 1 | -0/+25 |
| * | BLD: fix backtrace checks and compiler warning | Ralf Gommers | 2022-11-23 | 1 | -8/+14 |
| * | BLD: add list of optimize/target function attributes | Ralf Gommers | 2022-11-19 | 1 | -7/+21 |
| * | BLD: add checks for optional intrinsics | Ralf Gommers | 2022-11-19 | 1 | -1/+60 |
| * | BUG: deal with `strtold_l` issue, and add notes on long double | Ralf Gommers | 2022-11-17 | 1 | -4/+14 |
| * | BLD: meson: detect long double format and add it to config.h | Ralf Gommers | 2022-11-17 | 1 | -4/+24 |
| * | BLD: don't use `svml_z0_tanh_d_la.s`, has a universal intrinsics implementation | Ralf Gommers | 2022-11-16 | 1 | -5/+4 |
| * | BUG: only define `HAVE_*` headers to 1, never to 0 | Ralf Gommers | 2022-11-15 | 1 | -23/+45 |
| * | BLD: meson: include SVML into the build | Ralf Gommers | 2022-11-15 | 1 | -1/+56 |
| * | BLD: meson: handle C API and C ABI version strings and checks | Ralf Gommers | 2022-11-15 | 1 | -4/+51 |
| * | BLD: minor refactor of meson.build file contents | Ralf Gommers | 2022-11-15 | 1 | -6/+2 |
| * | BLD: fix missing header dependency | Ralf Gommers | 2022-11-14 | 1 | -0/+1 |
| * | BLD: meson: fix build on macOS | Ralf Gommers | 2022-11-14 | 1 | -2/+9 |
| * | BLD: deal with npy-pkg-config and pkg-config files | Ralf Gommers | 2022-11-13 | 1 | -1/+42 |
| * | BLD: meson: fix ctypeslib test failure because of symbol visibility | Ralf Gommers | 2022-11-13 | 1 | -0/+1 |
| * | BLD: meson: build `_simd` module | Ralf Gommers | 2022-11-13 | 1 | -1/+18 |
| * | BLD: meson: build numpy.core test modules | Ralf Gommers | 2022-11-13 | 1 | -8/+47 |
| * | BLD: meson: build `random` module | Ralf Gommers | 2022-11-13 | 1 | -10/+1 |
| * | BLD: fix minor issue with optional header defines | Ralf Gommers | 2022-11-12 | 1 | -2/+3 |
| * | BLD: build `_multiarray_umath` module | Ralf Gommers | 2022-11-12 | 1 | -11/+203 |
| * | BLD: meson: rename config dict for numpy/core back to cdata | Ralf Gommers | 2022-11-12 | 1 | -34/+34 |
| * | BLD: install `_multiarray_tests.so` | Ralf Gommers | 2022-11-12 | 1 | -0/+2 |
| * | BLD: meson: add `core/code_generators` support | Ralf Gommers | 2022-11-12 | 1 | -2/+53 |
| * | WIP: BLD: build `multiarray_tests` module | Ralf Gommers | 2022-11-12 | 1 | -0/+15 |
| * | BLD: install all pure Python directories below numpy/ | Ralf Gommers | 2022-11-11 | 1 | -3/+3 |
| * | BLD: generate _numpyconfig.h | Ralf Gommers | 2022-11-11 | 1 | -14/+90 |
| * | BLD: add .src file processing; build libnpymath | Ralf Gommers | 2022-11-11 | 1 | -0/+35 |
| * | BLD: install all tests incl data, .py and .pyi files in numpy/core | Ralf Gommers | 2022-11-11 | 1 | -0/+55 |
| * | BLD: install all headers, except for oldnumeric.h | Ralf Gommers | 2022-11-11 | 1 | -0/+2 |
| * | BLD: meson: update config.h generation | Ralf Gommers | 2022-11-10 | 1 | -78/+76 |
| * | BLD: implement checks and cli flag for building with SVML | Ralf Gommers | 2022-11-10 | 1 | -2/+13 |
| * | Use `py` instead of `py3` for Python module name | Stefan van der Walt | 2022-11-04 | 1 | -4/+4 |
| * | WIP: BLD: add complete config.h, minus SIMD properties | Ralf Gommers | 2022-11-04 | 1 | -9/+63 |
| * | WIP: BLD: add configure checks for math functionality | Ralf Gommers | 2022-11-04 | 1 | -0/+83 |