summaryrefslogtreecommitdiff
path: root/Examples/python
Commit message (Expand)AuthorAgeFilesLines
...
* Something optimizes out empty files and breaks the tests. Put something in.Mike Romberg2016-06-0317-0/+11
* split_wrapper -> split_modules to avoid conflict with clean ruleMike Romberg2016-06-0247-1/+2
* Add cases for tests without the -py3 flag even when PY3 is set.Mike Romberg2016-06-0224-3/+181
* Tests/Examples for the use case of splitting the wrapper.Mike Romberg2016-06-0224-0/+208
* use %inline for testMike Romberg2016-05-243-8/+4
* disable namespace package buildMike Romberg2016-04-051-2/+1
* Attempt to calm the testing gods...Mike Romberg2016-04-051-34/+0
* use whatever name winders uses for .so files.Mike Romberg2016-04-051-2/+2
* Examples (and tests) for python namespace packagesMike Romberg2016-04-052-1/+36
* disable namespace package buildMike Romberg2016-04-051-2/+1
* spellingMike Romberg2016-04-051-1/+1
* Attempt to calm the testing gods...Mike Romberg2016-04-052-42/+45
* use whatever name winders uses for .so files.Mike Romberg2016-04-051-2/+2
* Don't run example for old pythonsMike Romberg2016-04-052-3/+6
* Examples (and tests) for python namespace packagesMike Romberg2016-04-0512-2/+133
* Support checking names of old-style classic classesAlec Cooper2016-02-042-4/+16
* Remove use of preinst-swig scriptWilliam S Fulton2015-08-2158-272/+463
* Remove realpath from python/import_packages exampleWilliam S Fulton2015-08-2051-133/+100
* Warning fixes in generated Python code for 64bit Visual C++ on Windows.William S Fulton2015-07-031-3/+3
* Merge branch 'yazug-python_examples_pep8_whitespace_cleanup'William S Fulton2015-05-1040-325/+266
|\
| * Fixup 2 additional whitespace warnings pep8 foundJon Schlueter2015-05-082-2/+2
| * autopep8 cleanup of Examples/python whitespaceJon Schlueter2015-05-0840-323/+264
* | Remove unused std_string.i from callback examplesWilliam S Fulton2015-05-101-2/+0
|/
* Portability fixes for python exampleWilliam S Fulton2015-04-041-2/+2
* PY3 fixes for import_package exampleWilliam S Fulton2015-04-047-7/+0
* Eliminate trivial differences between the reference examplesOlly Betts2014-11-072-9/+1
* Remove bogus ; after } in examplesOlly Betts2014-11-074-8/+8
* Bypass Python exmples not supported by -builtinWilliam S Fulton2014-10-074-6/+34
* Remove Python swigrun exampleWilliam S Fulton2014-10-076-145/+0
* Display testname when running the import_packages Python examplesWilliam S Fulton2014-10-078-13/+46
* Fix Python 3 import_packages/relativeimport2 example cleanWilliam S Fulton2014-10-071-9/+0
* Small fixes to the relative import fix.Johan Hake2014-09-291-1/+2
* Fix issue with relative import when using single header file import.Johan Hake2014-08-1223-0/+190
* Fully clean Python examples and test-suiteKarl Wette2014-05-291-0/+5
* Fix compiler warnings in examples when using -std=c++98 -std=gnu89 -pedantic ...William S Fulton2014-05-245-6/+6
* Allow examples and test-suite to be built out of source treeKarl Wette2014-05-1177-245/+250
* Fix {python|perl5|ruby|tcl}/java examplesKarl Wette2014-05-022-4/+9
* Whitespace cleanup of Example MakefilesKarl Wette2014-04-1616-23/+22
* Further fixes when using type() when using -builtin to include module nameWilliam S Fulton2014-03-012-0/+5
* Update one dead link and remove anotherOlly Betts2014-02-241-2/+1
* Further cleaning up of class examplesOlly Betts2014-02-241-1/+0
* Improve the class example for several languages.Olly Betts2014-02-234-95/+31
* Fix assorted comment and documentation typosOlly Betts2014-02-232-2/+2
* Executable bits and shebang fixesWilliam S Fulton2014-02-166-12/+0
* Fixed SF bug #1297 (Python imports)Paweł Tomulik2013-12-24145-0/+1381
* Fix gcc -Waddress warning in variables examplesWilliam S Fulton2013-10-181-1/+1
* Use a less confusing macro name, SWIG_PYTHON_NO_DEBUG => SWIG_PYTHON_INTERPRE...William S Fulton2013-06-118-8/+8
* Add SWIG_PYTHON_NO_DEBUG macro for building Debug wrappers against the Python...William S Fulton2013-06-118-8/+8
* Fix Python examples to compile and run under Python 3William S Fulton2013-05-264-30/+51
* Python examples makefiles clean target fixed and use RUNPIPE and tidyupWilliam S Fulton2013-04-1934-269/+225