0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 25, 2025 — Aug 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
more cmake-lint warnings More... over 4 years ago
fix some cmakelint warnings More... over 4 years ago
cmake case changes More... almost 8 years ago
add .gitignore & fix include More... almost 14 years ago
cleanup generator.py More... almost 14 years ago
slightly improve regex More... almost 14 years ago
fix typo More... about 15 years ago
parser updated to work now with regular expressions More... about 15 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... about 15 years ago
Merge branch 'gcopeland-master' More... almost 16 years ago
Merge branch 'release_gil' More... almost 16 years ago
Fixes a function call order problem. More... almost 16 years ago
Properly fixes the GIL release because of python initialization race issues. More... almost 16 years ago
ensure new-line at end of native source files [minor]
Robin Vobruba
as hoijui
More... almost 16 years ago
Cleaned up some bugs. More... almost 16 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... almost 16 years ago
Merge remote branch 'upstream/master' More... almost 16 years ago
build fix Python Interface (PyObject hSysModule isn't const) More... almost 16 years ago
Slight optimization to the event dispatcher since everything goes through this call path. This should slightly improve cache effectiveness. More... almost 16 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... almost 16 years ago
Initial fixes to release the GIL during callbacks. This version does not work for some minority of function calls. More... almost 16 years ago
Additional memory leak fixes and tweaks. More... almost 16 years ago
Initial round of memory leak fixes. More... almost 16 years ago
Added unit command options from enum UnitCommandOptions More... about 16 years ago
cleanup [CMake]
Robin Vobruba
as hoijui
More... about 16 years ago
bugfix for special case as last commit More... about 16 years ago
Merge branch 'master' of git://github.com/spring/Python More... about 16 years ago
bugfix for special case where a list of SAIFloat3 values is an output parameter More... about 16 years ago
fixed doc: this is the python-interface :-)
abma
as Matthias Ableitner
More... about 16 years ago
added python2.7
abma
as Matthias Ableitner
More... about 16 years ago