0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
more cmake-lint warnings More... about 3 years ago
fix some cmakelint warnings More... about 3 years ago
cmake case changes More... over 6 years ago
add .gitignore & fix include More... about 12 years ago
cleanup generator.py More... about 12 years ago
slightly improve regex More... about 12 years ago
fix typo More... over 13 years ago
parser updated to work now with regular expressions More... over 13 years ago
I started a new implementation of the Python AI interface with the use of regular expressions matching the current interface. The old interface was not compatible anymore. More... over 13 years ago
Merge branch 'gcopeland-master' More... about 14 years ago
Merge branch 'release_gil' More... about 14 years ago
Fixes a function call order problem. More... about 14 years ago
Properly fixes the GIL release because of python initialization race issues. More... about 14 years ago
ensure new-line at end of native source files [minor]
Robin Vobruba
as hoijui
More... about 14 years ago
Cleaned up some bugs. More... over 14 years ago
Simple changes which include less, code, reference of constant variable rather than constant value, and reduction to common code path which results in less code and slightly faster execution. More... over 14 years ago
Merge remote branch 'upstream/master' More... over 14 years ago
build fix Python Interface (PyObject hSysModule isn't const) More... over 14 years ago
Slight optimization to the event dispatcher since everything goes through this call path. This should slightly improve cache effectiveness. More... over 14 years ago
This modifies the callback generator code in two key ways. Firstly, it wraps the callback with python's macros for controlling the GIL which allows for increased concurrency in exchange for slightly more expensive callback overhead. Secondly, for the special case map functions, this specifically detects the GIL macro and adjusts the size call placement and generation accordingly. More... over 14 years ago
Initial fixes to release the GIL during callbacks. This version does not work for some minority of function calls. More... over 14 years ago
Additional memory leak fixes and tweaks. More... over 14 years ago
Initial round of memory leak fixes. More... over 14 years ago
Added unit command options from enum UnitCommandOptions More... over 14 years ago
cleanup [CMake]
Robin Vobruba
as hoijui
More... over 14 years ago
bugfix for special case as last commit More... over 14 years ago
Merge branch 'master' of git://github.com/spring/Python More... over 14 years ago
bugfix for special case where a list of SAIFloat3 values is an output parameter More... over 14 years ago
fixed doc: this is the python-interface :-)
abma
as Matthias Ableitner
More... over 14 years ago
added python2.7
abma
as Matthias Ableitner
More... over 14 years ago