Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing print statements to the Python import_packages tests | William S Fulton | 2016-06-06 | 3 | -0/+23 |
| | |||||
* | Examples readme file tweak | William S Fulton | 2016-06-05 | 1 | -7/+2 |
| | |||||
* | remove builtin tests as they are already covered. | Mike Romberg | 2016-06-04 | 11 | -93/+1 |
| | |||||
* | Apply patch to cleanup whitespace from wsfulton | Mike Romberg | 2016-06-04 | 6 | -16/+14 |
| | |||||
* | and... remove all the .py files that were copied over from the source tree. | Mike Romberg | 2016-06-03 | 1 | -1/+1 |
| | |||||
* | remove -py3 related tests. Move py3 specific code to it's own module | Mike Romberg | 2016-06-03 | 21 | -226/+49 |
| | |||||
* | copy everything with a .py extension into the build tree (creating dirs if ↵ | Mike Romberg | 2016-06-03 | 1 | -4/+5 |
| | | | | needed) | ||||
* | debug | Mike Romberg | 2016-06-03 | 1 | -8/+4 |
| | |||||
* | avoid the shell checks involving __init__.py | Mike Romberg | 2016-06-03 | 1 | -2/+8 |
| | |||||
* | Something optimizes out empty files and breaks the tests. Put something in. | Mike Romberg | 2016-06-03 | 17 | -0/+11 |
| | |||||
* | split_wrapper -> split_modules to avoid conflict with clean rule | Mike Romberg | 2016-06-02 | 47 | -1/+2 |
| | |||||
* | Add cases for tests without the -py3 flag even when PY3 is set. | Mike Romberg | 2016-06-02 | 24 | -3/+181 |
| | |||||
* | Tests/Examples for the use case of splitting the wrapper. | Mike Romberg | 2016-06-02 | 24 | -0/+208 |
| | | | | Half of the wrapper in a package and 1/2 is global. | ||||
* | use %inline for test | Mike Romberg | 2016-05-24 | 3 | -8/+4 |
| | |||||
* | disable namespace package build | Mike Romberg | 2016-04-05 | 1 | -2/+1 |
| | |||||
* | Attempt to calm the testing gods... | Mike Romberg | 2016-04-05 | 1 | -34/+0 |
| | |||||
* | use whatever name winders uses for .so files. | Mike Romberg | 2016-04-05 | 1 | -2/+2 |
| | |||||
* | Examples (and tests) for python namespace packages | Mike Romberg | 2016-04-05 | 2 | -1/+36 |
| | |||||
* | disable namespace package build | Mike Romberg | 2016-04-05 | 1 | -2/+1 |
| | |||||
* | spelling | Mike Romberg | 2016-04-05 | 1 | -1/+1 |
| | |||||
* | Attempt to calm the testing gods... | Mike Romberg | 2016-04-05 | 2 | -42/+45 |
| | |||||
* | use whatever name winders uses for .so files. | Mike Romberg | 2016-04-05 | 1 | -2/+2 |
| | |||||
* | Don't run example for old pythons | Mike Romberg | 2016-04-05 | 2 | -3/+6 |
| | |||||
* | Examples (and tests) for python namespace packages | Mike Romberg | 2016-04-05 | 12 | -2/+133 |
| | |||||
* | Support checking names of old-style classic classes | Alec Cooper | 2016-02-04 | 2 | -4/+16 |
| | |||||
* | Remove use of preinst-swig script | William S Fulton | 2015-08-21 | 58 | -272/+463 |
| | | | | | | | | | | | | | Complete the prototype removal in ca1431. The script prevents SWIGTOOL=gdb from working as gdb can't be used to debug a shell script, it requires a binary. Add support for SWIGTOOL in all the examples. SWIG_LIB_DIR and SWIGEXE must now instead be set by all Makefiles. See issue #473. | ||||
* | Remove realpath from python/import_packages example | William S Fulton | 2015-08-20 | 51 | -133/+100 |
| | |||||
* | Warning fixes in generated Python code for 64bit Visual C++ on Windows. | William S Fulton | 2015-07-03 | 1 | -3/+3 |
| | |||||
* | Merge branch 'yazug-python_examples_pep8_whitespace_cleanup' | William S Fulton | 2015-05-10 | 40 | -325/+266 |
|\ | | | | | | | | | | | | | * yazug-python_examples_pep8_whitespace_cleanup: Fixup 2 additional whitespace warnings pep8 found Add pep8 check for Examples/python autopep8 cleanup of Examples/python whitespace | ||||
| * | Fixup 2 additional whitespace warnings pep8 found | Jon Schlueter | 2015-05-08 | 2 | -2/+2 |
| | | | | | | | | | | | | E241 multiple spaces after ',' cleanup in enum/runme.py and constants/runme.py | ||||
| * | autopep8 cleanup of Examples/python whitespace | Jon Schlueter | 2015-05-08 | 40 | -323/+264 |
| | | | | | | | | automated cleanup only of the Examples/python example code | ||||
* | | Remove unused std_string.i from callback examples | William S Fulton | 2015-05-10 | 1 | -2/+0 |
|/ | |||||
* | Portability fixes for python example | William S Fulton | 2015-04-04 | 1 | -2/+2 |
| | |||||
* | PY3 fixes for import_package example | William S Fulton | 2015-04-04 | 7 | -7/+0 |
| | |||||
* | Eliminate trivial differences between the reference examples | Olly Betts | 2014-11-07 | 2 | -9/+1 |
| | |||||
* | Remove bogus ; after } in examples | Olly Betts | 2014-11-07 | 4 | -8/+8 |
| | |||||
* | Bypass Python exmples not supported by -builtin | William S Fulton | 2014-10-07 | 4 | -6/+34 |
| | | | | | Builtin classes as exceptions not supported, so don't run these aspects of the examples when using -builtin. | ||||
* | Remove Python swigrun example | William S Fulton | 2014-10-07 | 6 | -145/+0 |
| | | | | | | | | By default it doesn't work as it does not call the CEO's __del__ method as indicated in the comments. __del__ is called with -builtin but then the base class's __del__ is not available and so it errors out. Python 3 and -builtin goes into an endless loop. So removing as hopelessly broken. | ||||
* | Display testname when running the import_packages Python examples | William S Fulton | 2014-10-07 | 8 | -13/+46 |
| | | | | For easier identification of what is running in these examples. | ||||
* | Fix Python 3 import_packages/relativeimport2 example clean | William S Fulton | 2014-10-07 | 1 | -9/+0 |
| | | | | runme3.py files are generated and should not be checked in | ||||
* | Small fixes to the relative import fix. | Johan Hake | 2014-09-29 | 1 | -1/+2 |
| | | | | | -- Now the tests actually runs -- Corrected the syntax for the fix in the yacc file | ||||
* | Fix issue with relative import when using single header file import. | Johan Hake | 2014-08-12 | 23 | -0/+190 |
| | | | | | | | | -- The commit propagates the package option to the newly create module node so it is recognized by SWIG -- Added a relativeimport test for this combination (in lack of py3 I was not able to test it with py3 but it "should just work") | ||||
* | Fully clean Python examples and test-suite | Karl Wette | 2014-05-29 | 1 | -0/+5 |
| | |||||
* | Fix compiler warnings in examples when using -std=c++98 -std=gnu89 -pedantic ↵ | William S Fulton | 2014-05-24 | 5 | -6/+6 |
| | | | | -Wreturn-type | ||||
* | Allow examples and test-suite to be built out of source tree | Karl Wette | 2014-05-11 | 77 | -245/+250 |
| | | | | | | | | | | | | | | | | | | | | | | | - Examples/Makefile.in rules use SRCDIR as the relative source directory - ./config.status replicates Examples/ source directory tree in build directory, and copies each Makefile to build directory, prefixed with a header which sets SRCDIR to source directory - Examples/test-suite/.../Makefile.in set SRCDIR from Autoconf-set srcdir - Examples/test-suite/errors/Makefile.in needs to filter out source directory from SWIG error messages - Lua: embedded interpreters are passed location of run-time test - Python: copy run-time scripts to build directory because of 2to3 conversion; import_packages example copies __init__.py from source directory; test-suite sets SCRIPTDIR to location of run-time tests - Javascript: binding.gyp renamed to binding.gyp.in so that $srcdir can be substituted with SRCDIR; removed './' from require() statements so that NODE_PATH can be used to point Node.js to build directory | ||||
* | Fix {python|perl5|ruby|tcl}/java examples | Karl Wette | 2014-05-02 | 2 | -4/+9 |
| | | | | | | | | | | - in Lib/gcj/cni.i: remove JvAllocObject(), change JvCreateJavaVM() argument from void* to JvVMInitArgs* - in Examples/{python|perl5|ruby|tcl}/java/Makefile: pass full class name to gcjh, add Example.h as dependency, do not override CXX for compiling C++ sources - in Examples/python/java/example.i: add destructor to class to prevent memory loss complaint | ||||
* | Whitespace cleanup of Example Makefiles | Karl Wette | 2014-04-16 | 16 | -23/+22 |
| | |||||
* | Further fixes when using type() when using -builtin to include module name | William S Fulton | 2014-03-01 | 2 | -0/+5 |
| | | | | | Using type() on a builtin type should include the package and module name, see http://docs.python.org/2/c-api/typeobj.html | ||||
* | Update one dead link and remove another | Olly Betts | 2014-02-24 | 1 | -2/+1 |
| | |||||
* | Further cleaning up of class examples | Olly Betts | 2014-02-24 | 1 | -1/+0 |
| |