summaryrefslogtreecommitdiff
path: root/Demos/embed
Commit message (Expand)AuthorAgeFilesLines
* modernise demos and make them Py2/3 compatibleStefan Behnel2015-07-262-5/+9
* Travis-CI: Attempt to fix embed demo in Py 3.3/3.4Lisandro Dalcin2014-05-071-1/+1
* Compute each Makefile variable immediatelyBrandon Rhodes2014-03-291-13/+13
* add platform specific include directory to compile lineJulian Taylor2012-11-181-1/+2
* Documentation cleanup.Robert Bradshaw2011-03-012-2/+6
* enable embedded testcase in Python 3Lisandro Dalcin2011-02-162-6/+13
* fix makefile for embed testcaseLisandro Dalcin2011-02-161-2/+2
* build embedding test against static Python library to support non-shared CPyt...Stefan Behnel2010-08-271-1/+2
* more robust build for embedded testsLisandro Dalcin2010-08-231-4/+11
* fix typo in Makefile and remove make logfile after runLisandro Dalcin2010-03-111-1/+1
* run embedding test with current Python, not system PythonStefan Behnel2010-03-111-5/+6
* Py3 fixes for embedded example.Robert Bradshaw2010-01-071-4/+4
* Linking flags for embedded mode.Robert Bradshaw2009-11-231-1/+2
* add embedding to the test suiteRobert Bradshaw2009-10-281-1/+1
* Test for --embedded mode.Robert Bradshaw2009-10-283-6/+18
* Type inference testing.Robert Bradshaw2009-10-031-9/+0
* embedding exampleRobert Bradshaw2009-04-213-52/+32
* Cleared file executable bit that was set earlier by a mistakeDag Sverre Seljebotn2008-07-297-0/+0
* Buffer type checking cleanup/rewrite (now uses use_utility_code)Dag Sverre Seljebotn2008-07-267-0/+0
* Demos: pyrexc -> cythonKirill Smelkov2008-02-013-3/+3
* Initial versionWilliam Stein2007-07-287-0/+111