summaryrefslogtreecommitdiff
path: root/numpy/distutils/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22493 from mwtoews/maint-openSebastian Berg2023-04-281-2/+2
|\
| * MAINT: remove redundant open() modes and io.open() aliasMike Taves2022-10-291-2/+2
* | ENH: add support for fujitsu C/C++ compiler and SSL2 to numpy.yamadafuyuka2023-03-021-3/+3
* | TST: Skip tests that are not currently supported in wasmHood Chatham2022-11-113-1/+9
|/
* STY: Make linter happySebastian Berg2022-10-271-1/+0
* TST: Try using setup_class for `_Test_CCompilerOpt`Sebastian Berg2022-10-271-2/+2
* TST,MAINT: Replace most `setup` with `setup_method` (also teardown)Sebastian Berg2022-10-273-5/+5
* TST: Remove most prints from the test suit runSebastian Berg2022-05-051-1/+3
* TST: Add CPU dispatch/baseline tests for VSX4Rafael Cardoso Fernandes Sousa2022-01-171-5/+5
* ENH: Add CPU feature detection for VSX4 (Power10)Rafael Cardoso Fernandes Sousa2022-01-131-1/+1
* BUG, DIST: fix normalize IBMZ features flagsSayed Adel2021-12-151-1/+5
* TST: expend ccompiler tests to cover s390x featuresSayed Adel2021-12-141-30/+45
* ENH: add log level as prefixes to respective messagesMatthew2021-11-121-0/+32
* BUG: Don't pass /arch:SSE2 to MSVC when targeting x64 (#20190)Tom Tan2021-10-251-2/+4
* TST: xfail `test_overrides` when numpy is build with MKL supportBas van Beek2021-10-231-0/+4
* MAINT: Python3 classes do not need to inherit from objectMike Taves2021-05-191-1/+1
* BUG: Fix test_ccompiler_opt when path contains dotsMichał Górny2021-03-281-1/+1
* BUG: don't mutate list of fake libraries while iterating over it (#18295)Nicholas McKibben2021-02-041-0/+72
* TST: Avoid changing odd tempfile names in tests' site.cfgDWesl2021-01-011-2/+2
* BLD, BUG: Fix detecting aarch64 on macOSSayed Adel2020-12-202-3/+3
* TST: Expanded the `_parse_env_order` testsBas van Beek2020-09-181-1/+7
* BLD: enabled negation of library choices in NPY_*_ORDER (#17219)Nick R. Papior2020-09-171-0/+27
* TST: remove unnecessary backslashes from CCompilerOpt config testSayed Adel2020-08-261-24/+12
* BLD: Check for reduce intrinsics and AVX512BW mask operationsSayed Adel2020-08-261-2/+21
* ENH: [2/7] enable multi-platform SIMD compiler optimizationsSayed Adel2020-06-152-0/+956
* BUG: fix logic error when nm fails on 32-bitmattip2020-03-081-4/+7
* MAINT: use list-based APIs to call subprocesses (#15714)Sebastian Berg2020-03-071-0/+39
* MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-062-4/+1
* Merge pull request #15338 from mattip/site.cfgCharles Harris2020-01-311-1/+33
|\
| * DOC: link and cleanup docstrings in site.cfg.examplemattip2020-01-201-1/+33
* | STY: use `with open` when possibleSeth Troisi2020-01-211-3/+2
|/
* MAINT: Remove sys.version checks in testsSeth Troisi2020-01-151-4/+1
* Merge pull request #15238 from mattip/redo-c99Charles Harris2020-01-051-22/+0
|\
| * MAINT: add --std=c99 in setup.py, not distutilsmattip2020-01-051-22/+0
* | MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-057-16/+16
|/
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-0310-20/+0
* BUG: remove -std=c99 for c++ compilation (#15194)Matti Picus2019-12-301-0/+24
* BLD: MAINT: change default behavior of build flag appending.Ralf Gommers2019-08-201-34/+0
* BLD: streamlined library names in site.cfg sections (#13157)Nick R. Papior2019-04-301-2/+22
* DEP: deprecate exec_commandmattip2019-03-101-13/+18
* Merge pull request #12925 from eric-wieser/distutils-shlex-splitCharles Harris2019-02-251-4/+6
|\
| * BUG: parse shell escaping in extra_compile_args and extra_link_argsEric Wieser2019-02-241-4/+6
* | Merge pull request #13023 from eric-wieser/distutils-windows-splitCharles Harris2019-02-241-0/+79
|\ \ | |/
| * MAINT: Add functions to parse shell-strings in the platform-native wayEric Wieser2019-02-231-0/+79
* | TST: suppress test warnings for appending flag behavior better.Ralf Gommers2018-12-271-3/+8
* | MAINT: add warning to numpy.distutils for LDFLAGS append behavior.Ralf Gommers2018-12-271-2/+34
* | MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-061-0/+3
|/
* Remove redundant codeIsuru Fernando2018-07-071-2/+0
* Use monkeypatch's setenv, getenvIsuru Fernando2018-07-071-8/+7
* Test distutils flags appendingIsuru Fernando2018-07-071-0/+47