summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Add some more gitignores, in case we start (or try) compiling more of ↵Stefan Behnel2022-08-111-11/+15
| | | | Cython's modules.
* Add GitHub Actions build jobs for Windows (GH-4324)0dminnimda2022-07-281-0/+1
| | | There are still test failures, but at least it allows us to see the test results in GHA.
* Pythonise the documentation according to #4187: Basic Tutorial ↵0dminnimda2021-06-151-0/+2
| | | | | | | | | | | (cython_tutorial.rst) (GH-4226) See https://github.com/cython/cython/issues/4187 * .gitignore: add directory for docs build and cython_debug * doc-requirements.txt: add sphinx-tabs * conf.py: add and setup sphinx-tabs extension * Create _static\css\tabs.css for customisation * add "two-syntax-variants-used" file as a preface about the different typing variants
* Merge branch '0.29.x'Stefan Behnel2021-04-141-0/+3
|\
| * Use CFLAGS for compiler defines in test runner (GH-4099)vorfol2021-04-141-0/+2
| | | | | | | | | | | | | | Creating global CDEFS for holding compiler definitions. Then pass it to the distutils. Also add .vscode folder to .gitignore Fixes https://github.com/cython/cython/issues/4096
| * added unit test for bool dtypetelamonian2019-09-101-0/+5
| |
* | Make fused function dispatch O(n) for `cpdef` functions. (GH-3366)will-ca2020-04-011-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Rewrote signature matching for fused cpdef function dispatch to use a pre-built tree index in a mutable default argument and be O(n). * Added test to ensure proper differentiation between ambiguously compatible and definitely compatible arguments. * Added test to ensure fused cpdef's can be called by the module itself during import. * Added test to ensure consistent handling of ambiguous fused cpdef signatures. * Test for explicitly defined fused cpdef method. * Add .komodoproject to .gitignore. * Add /cython_debug/ to .gitignore. Closes #1385.
* | Exclude some more files from git control.Stefan Behnel2019-02-021-0/+11
| |
* | added unit test for bool dtypetelamonian2018-10-231-0/+5
|/
* Corrected the URL of the notebook, removed the output of the cells andgabrieldemarmiesse2018-08-211-0/+1
| | | | ignored the build of the docs in git.
* Made arrays bigger for profiling and corrected some sentences.gabrieldemarmiesse2018-08-191-0/+2
|
* Update gitignore to use some absolute paths.Robert Bradshaw2018-05-031-4/+4
|
* Add missing gitignore for newly generated .c file.Stefan Behnel2018-03-131-0/+1
|
* Apply auditwheel and avoid conflicting wheel changes in 32/64 bits.Stefan Behnel2017-08-291-0/+1
| | | | Add wheelhouse directories to gitignore.
* Rename BUILD to TEST_TMP for bazel support.Robert Bradshaw2016-09-161-1/+1
|
* make git ignore MANIFEST fileStefan Behnel2016-07-151-0/+1
|
* .gitignore: Ignore *.egg and *.egg-infoMarc Abramowitz2013-10-121-0/+3
|
* pxd file for the NumPy core math library (npymath)Lars Buitinck2013-09-071-0/+1
|
* Add support for tox (http://tox.testrun.org/)Marc Abramowitz2012-06-051-0/+2
|
* Ignores generated *.elc files in git submodules.Yesudeep Mangalapilly2012-03-201-0/+2
| | | | | | | | | | * When cython.git is included as a submodule in an Emacs configuration to load cython-mode.el and is byte-compiled, it generates an .elc file which causes the submodule to appear dirty unnecessarily in the parent git repository. Adding this rule will avoid dirty submodules. Signed-off-by: Yesudeep Mangalapilly <yesudeep@google.com>
* added *.o to ignored filesStefan Behnel2011-11-191-0/+1
|
* Add .so files to .gitignore, globallyLars Buitinck2011-07-221-0/+1
| | | | | | | These might be created in Cython/Compiler Cython/Plex Cython/Runtime
* Support pxd/public/api import/export for C variablesLisandro Dalcin2011-05-211-0/+1
|
* Create .gitignore and update .hgignore (thanks to W. Trevor King)Lisandro Dalcin2011-02-171-0/+21