summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make Python builtin types hashable by defaultbuiltin-hashableWilliam S Fulton2016-08-235-16/+53
* Fix hash function type checking for older versions of PythonWilliam S Fulton2016-08-231-1/+4
* changes file updatesWilliam S Fulton2016-08-221-0/+30
* Merge branch 'builtin-tweaks'William S Fulton2016-08-2210-155/+419
|\
| * Python builtin minor tweaksWilliam S Fulton2016-08-224-16/+12
| * Cosmetic code formatting correctionsWilliam S Fulton2016-08-221-43/+43
| * Further additional Python builtin slots as features for user customizationWilliam S Fulton2016-08-221-6/+6
| * Add additional Python builtin slots as features for user customizationWilliam S Fulton2016-08-221-12/+12
| * Correct notes on customising Python builtin comparison operatorsWilliam S Fulton2016-08-223-12/+52
| * Set tp_new statically rather than during initialisationWilliam S Fulton2016-08-211-3/+3
| * Customize slots tp_basicsize tp_methods tp_getsetWilliam S Fulton2016-08-191-3/+3
| * Additional Python builtin slot overrides and slightly better formatted Python...William S Fulton2016-08-191-15/+26
| * Add Python builtin tp_dealloc override testWilliam S Fulton2016-08-192-0/+61
| * Python getSlot() refactorWilliam S Fulton2016-08-191-18/+9
| * Add Python builtin closure method in commentWilliam S Fulton2016-08-181-3/+3
| * Update Python docs on builtin slotsWilliam S Fulton2016-08-183-43/+105
| * Python builtin hashfunc closure fixWilliam S Fulton2016-08-184-2/+105
* | Merge pull request #765 from richardbeare/RexternCRemovejoequant2016-08-091-11/+11
|\ \
| * | Writing R extensions says:Richard Beare2016-08-051-11/+11
|/ /
* | [xml] Fix how the output filename is builtOlly Betts2016-08-052-3/+10
|/
* changes entry for vector<T *> fixWilliam S Fulton2016-08-011-0/+4
* Merge branch 'stl-vector-ptrs'William S Fulton2016-08-0132-362/+235
|\
| * Test case warning fixes for nodejsstl-vector-ptrsWilliam S Fulton2016-07-307-0/+61
| * Fix testcase causing nodejs test failureWilliam S Fulton2016-07-301-1/+1
| * UTL STL container descriptor checksWilliam S Fulton2016-07-2818-41/+53
| * Fix std::vector of pointers which failed if a pointer to a pointer of the con...William S Fulton2016-07-285-9/+120
| * Remove unused traits.swgWilliam S Fulton2016-07-272-311/+0
* | Remove bogus full stopOlly Betts2016-08-011-1/+1
* | scilab: fix issue #746Simon Marchetto2016-07-291-1/+1
* | scilab: fix issue #755Simon Marchetto2016-07-294-2/+28
|/
* Minor c++11 doc changeWilliam S Fulton2016-07-201-2/+2
* %interface documentation corrections and tweaksWilliam S Fulton2016-07-131-4/+4
* changes file entry for ignoring nested classesWilliam S Fulton2016-06-261-0/+3
* Merge branch 'wkalinin-nested-ignore-fix'William S Fulton2016-06-264-6/+39
|\
| * renamed test module, in accordance with other testsVladimir Kalinin2016-06-081-1/+1
| * function body fixedVladimir Kalinin2016-05-291-1/+1
| * added foo() definition to satisfy some test linking failsVladimir Kalinin2016-05-281-1/+1
| * func() renamed to foo() for 'go'Vladimir Kalinin2016-05-281-1/+1
| * fixed test-suite/nested_ignore.iVladimir Kalinin2016-05-281-1/+4
| * test for #662Vladimir Kalinin2016-05-242-0/+22
| * fix for nested ignored typesVladimir Kalinin2016-05-182-6/+14
* | Merge branch 'avalluri-leaks'William S Fulton2016-06-269-6/+36
|\ \
| * | whitespace fixWilliam S Fulton2016-06-261-1/+1
| * | memory leak improvements - delete at end of scopeWilliam S Fulton2016-06-261-2/+3
| * | CCache: Fix typo in null checkAmarnath Valluri2016-06-171-1/+1
| * | CCache: Fix memory/file descriptor leaksAmarnath Valluri2016-06-175-4/+25
| * | scilab.cxx: Fix memory leaksAmarnath Valluri2016-06-161-0/+3
| * | Fix leaked file descriptorAmarnath Valluri2016-06-161-0/+1
| * | Lua: Fix possible memory leaksAmarnath Valluri2016-06-161-0/+3
| * | go.cxx: Fix use of a freed variableAmarnath Valluri2016-06-161-1/+2