Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Exposes compile_time_env to the command line | Jerome Kieffer | 2018-06-08 | 1 | -1/+13 |
| | | | close #2314 | ||||
* | Add cimport-from-pyx to command line | xoviat | 2018-02-17 | 1 | -0/+2 |
| | |||||
* | 2to3: Apply the 'except' fixer | Petr Viktorin | 2015-07-25 | 1 | -1/+1 |
| | |||||
* | test CmdLine.py and rework long option parsing | Stefan Behnel | 2015-02-27 | 1 | -14/+30 |
| | |||||
* | only passing "--annotate-coverage" should be enough, don't require "-a" in ↵ | Stefan Behnel | 2015-02-27 | 1 | -1/+2 |
| | | | | that case | ||||
* | integrate coverage report into annotated HTML source page | Stefan Behnel | 2015-02-26 | 1 | -0/+3 |
| | |||||
* | use explicit relative imports everywhere and enable absolute imports by default | Stefan Behnel | 2014-06-17 | 1 | -5/+7 |
| | |||||
* | Merge branch 'gdbout' of github.com:felix-salfelder/cython | Robert Bradshaw | 2013-09-24 | 1 | -0/+4 |
|\ | | | | | | | | | Conflicts: Cython/Compiler/CmdLine.py | ||||
| * | --dbg-outdir option: specify gdb output location (default os.curdir()) | Felix Salfelder | 2013-07-23 | 1 | -0/+4 |
| | | |||||
* | | add --lenient option also to normal command line | Stefan Behnel | 2013-08-23 | 1 | -0/+5 |
|/ | |||||
* | Remove broken recursive option. | Robert Bradshaw | 2013-05-27 | 1 | -6/+0 |
| | |||||
* | Remove archaic disable_function_redefinition option. | Robert Bradshaw | 2013-02-13 | 1 | -2/+0 |
| | |||||
* | Merge pull request #142 from mongi3/master | scoder | 2012-10-12 | 1 | -0/+3 |
|\ | | | | | Added "--capi-reexport-cincludes" option | ||||
| * | added "--capi-reexport-cincludes" option | mongi3 | 2012-08-11 | 1 | -0/+3 |
| | | |||||
* | | usage does not match the options | B. Clausius | 2012-09-12 | 1 | -2/+1 |
|/ | |||||
* | Typo in Cmd-Line handler. | Charles Grunwald (Juntalis) | 2012-01-26 | 1 | -1/+1 |
| | |||||
* | Add flag for archaic behavior of globals(). | Robert Bradshaw | 2011-06-07 | 1 | -0/+2 |
| | |||||
* | Add control flow directives | Vitja Makarov | 2011-05-28 | 1 | -0/+3 |
| | |||||
* | Fix --embed argument parsing. | Robert Bradshaw | 2011-05-06 | 1 | -6/+4 |
| | |||||
* | assume that source files without suffix are Python files instead of ↵ | Stefan Behnel | 2011-04-30 | 1 | -9/+1 |
| | | | | rejecting them | ||||
* | merge | Stefan Behnel | 2011-04-16 | 1 | -0/+3 |
|\ | | | | | | | | | --HG-- rename : bin/cythonrun => Cython/Build/BuildExecutable.py | ||||
| * | Add command line flag --warning-errors and gcc compat alias -Werror | Vitja Makarov | 2011-04-14 | 1 | -0/+3 |
| | | |||||
* | | support '-Xdirective=value' on cmd line, in addition to '-X directive=value' | Stefan Behnel | 2011-04-15 | 1 | -2/+6 |
|/ | |||||
* | Allow embed option to take function name. | Robert Bradshaw | 2011-02-17 | 1 | -3/+7 |
| | |||||
* | patch for ticket #646 by klepa: provide dedicated switches for ↵ | Stefan Behnel | 2011-01-17 | 1 | -0/+2 |
| | | | | 'c_line_in_traceback' option | ||||
* | clean up cmd line usage description | Stefan Behnel | 2010-12-30 | 1 | -7/+7 |
| | |||||
* | support -h/--help in cmd line utility | Stefan Behnel | 2010-12-30 | 1 | -0/+3 |
| | |||||
* | Add --disable-function-redefinition for legacy code. | Robert Bradshaw | 2010-12-13 | 1 | -0/+2 |
| | |||||
* | Remove trailing whitespace. | Robert Bradshaw | 2010-12-13 | 1 | -4/+4 |
| | |||||
* | Merge https://github.com/markflorisson88/cython | Robert Bradshaw | 2010-12-09 | 1 | -0/+5 |
|\ | |||||
| * | Merge branch 'master' of https://github.com/cython/cython | Mark Florisson | 2010-12-05 | 1 | -0/+3 |
| |\ | |||||
| * | | Excluded cygdb from python 2.3 and 2.4 installations and made it 2.5 compatible | Mark Florisson | 2010-12-01 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | Made the distutils extension 2.3 compatible Renamed the --debug flag to --gdb and --pyrex-debug to --pyrex-gdb | ||||
| * | | Have cygdb pass gdb command line arguments to gdb | Mark Florisson | 2010-09-24 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | Write cython_debug to the actual build directory (distutils and the cython command line tool) List --debug flag in cython's usage | ||||
| * | | Preliminary debug support for Cython | Mark Florisson | 2010-09-19 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added the --pyrex-debug flag to Cython's build_ext added the pyrex_debug boolean to Cython's Cython.Distutils.extension.Extension (for per-module debugging information) debug output is written to the cython_debug directory bin/cygdb is included (start this from the build directory) working commands: cy import, cy locals, cy break when debugging is active, export all functions as extern | ||||
* | | | fatal_errors -> fast_fail | Robert Bradshaw | 2010-12-09 | 1 | -3/+3 |
| |/ |/| | |||||
* | | Implement the --fatal-errors command line option | Ondrej Certik | 2010-12-03 | 1 | -0/+3 |
|/ | | | | | | | If enabled, it will abort on the first error occured. Just like "gcc -Wfatal-errors". Signed-off-by: Ondrej Certik <ondrej@certik.cz> | ||||
* | Command line option for debug flags. | Robert Bradshaw | 2010-09-11 | 1 | -1/+9 |
| | |||||
* | Remove obsolete option now that import * works. | Robert Bradshaw | 2010-09-11 | 1 | -3/+0 |
| | |||||
* | compiler cmdline switches -2 and -3 | Stefan Behnel | 2010-05-31 | 1 | -0/+6 |
| | |||||
* | Make multiple '--directive's on command line cumulative | Craig Citro | 2010-03-14 | 1 | -1/+3 |
| | |||||
* | Fix DeprecationWarning: e.message -> e.args[0] for exceptions | Craig Citro | 2010-03-10 | 1 | -1/+1 |
| | |||||
* | remove old Pyrex code for calling a C compiler to build extension modules | Lisandro Dalcin | 2009-12-17 | 1 | -10/+0 |
| | |||||
* | support non-bool options and multiple options as compiler comment directives | Stefan Behnel | 2009-12-06 | 1 | -1/+1 |
| | |||||
* | Better cmd line error message. | Robert Bradshaw | 2009-11-20 | 1 | -0/+1 |
| | |||||
* | remove broken option | Robert Bradshaw | 2009-11-05 | 1 | -1/+4 |
| | |||||
* | remove sage-specific and unused incref-local-binop option | Robert Bradshaw | 2009-10-29 | 1 | -4/+0 |
| | |||||
* | Change command-line directive behaviour for 0.12 | Dag Sverre Seljebotn | 2009-10-16 | 1 | -7/+3 |
| | |||||
* | naming references changed from 'option' to 'directive' | Peter Alexander | 2009-10-15 | 1 | -1/+1 |
| | |||||
* | Rename pragma => directive in source | Dag Sverre Seljebotn | 2009-06-27 | 1 | -1/+1 |
| | |||||
* | Only one source file allowed when using -embed | Robert Bradshaw | 2009-05-14 | 1 | -0/+4 |
| |