summaryrefslogtreecommitdiff
path: root/Cython/Compiler/CmdLine.py
Commit message (Expand)AuthorAgeFilesLines
* Add --3str command line option to 'cython' programBjörn Dahlgren2018-09-291-0/+4
* Exposes compile_time_env to the command lineJerome Kieffer2018-06-081-1/+13
* Add cimport-from-pyx to command linexoviat2018-02-171-0/+2
* 2to3: Apply the 'except' fixerPetr Viktorin2015-07-251-1/+1
* test CmdLine.py and rework long option parsingStefan Behnel2015-02-271-14/+30
* only passing "--annotate-coverage" should be enough, don't require "-a" in th...Stefan Behnel2015-02-271-1/+2
* integrate coverage report into annotated HTML source pageStefan Behnel2015-02-261-0/+3
* use explicit relative imports everywhere and enable absolute imports by defaultStefan Behnel2014-06-171-5/+7
* Merge branch 'gdbout' of github.com:felix-salfelder/cythonRobert Bradshaw2013-09-241-0/+4
|\
| * --dbg-outdir option: specify gdb output location (default os.curdir())Felix Salfelder2013-07-231-0/+4
* | add --lenient option also to normal command lineStefan Behnel2013-08-231-0/+5
|/
* Remove broken recursive option.Robert Bradshaw2013-05-271-6/+0
* Remove archaic disable_function_redefinition option.Robert Bradshaw2013-02-131-2/+0
* Merge pull request #142 from mongi3/masterscoder2012-10-121-0/+3
|\
| * added "--capi-reexport-cincludes" optionmongi32012-08-111-0/+3
* | usage does not match the optionsB. Clausius2012-09-121-2/+1
|/
* Typo in Cmd-Line handler.Charles Grunwald (Juntalis)2012-01-261-1/+1
* Add flag for archaic behavior of globals().Robert Bradshaw2011-06-071-0/+2
* Add control flow directivesVitja Makarov2011-05-281-0/+3
* Fix --embed argument parsing.Robert Bradshaw2011-05-061-6/+4
* assume that source files without suffix are Python files instead of rejecting...Stefan Behnel2011-04-301-9/+1
* mergeStefan Behnel2011-04-161-0/+3
|\
| * Add command line flag --warning-errors and gcc compat alias -WerrorVitja Makarov2011-04-141-0/+3
* | support '-Xdirective=value' on cmd line, in addition to '-X directive=value'Stefan Behnel2011-04-151-2/+6
|/
* Allow embed option to take function name.Robert Bradshaw2011-02-171-3/+7
* patch for ticket #646 by klepa: provide dedicated switches for 'c_line_in_tra...Stefan Behnel2011-01-171-0/+2
* clean up cmd line usage descriptionStefan Behnel2010-12-301-7/+7
* support -h/--help in cmd line utilityStefan Behnel2010-12-301-0/+3
* Add --disable-function-redefinition for legacy code.Robert Bradshaw2010-12-131-0/+2
* Remove trailing whitespace.Robert Bradshaw2010-12-131-4/+4
* Merge https://github.com/markflorisson88/cythonRobert Bradshaw2010-12-091-0/+5
|\
| * Merge branch 'master' of https://github.com/cython/cythonMark Florisson2010-12-051-0/+3
| |\
| * | Excluded cygdb from python 2.3 and 2.4 installations and made it 2.5 compatibleMark Florisson2010-12-011-3/+3
| * | Have cygdb pass gdb command line arguments to gdbMark Florisson2010-09-241-0/+3
| * | Preliminary debug support for CythonMark Florisson2010-09-191-0/+2
* | | fatal_errors -> fast_failRobert Bradshaw2010-12-091-3/+3
| |/ |/|
* | Implement the --fatal-errors command line optionOndrej Certik2010-12-031-0/+3
|/
* Command line option for debug flags.Robert Bradshaw2010-09-111-1/+9
* Remove obsolete option now that import * works.Robert Bradshaw2010-09-111-3/+0
* compiler cmdline switches -2 and -3Stefan Behnel2010-05-311-0/+6
* Make multiple '--directive's on command line cumulativeCraig Citro2010-03-141-1/+3
* Fix DeprecationWarning: e.message -> e.args[0] for exceptionsCraig Citro2010-03-101-1/+1
* remove old Pyrex code for calling a C compiler to build extension modulesLisandro Dalcin2009-12-171-10/+0
* support non-bool options and multiple options as compiler comment directivesStefan Behnel2009-12-061-1/+1
* Better cmd line error message.Robert Bradshaw2009-11-201-0/+1
* remove broken optionRobert Bradshaw2009-11-051-1/+4
* remove sage-specific and unused incref-local-binop optionRobert Bradshaw2009-10-291-4/+0
* Change command-line directive behaviour for 0.12Dag Sverre Seljebotn2009-10-161-7/+3
* naming references changed from 'option' to 'directive'Peter Alexander2009-10-151-1/+1
* Rename pragma => directive in sourceDag Sverre Seljebotn2009-06-271-1/+1