0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected 1 day ago.
Aug 24, 2025 — Aug 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Fixed instruction regarding SSF build option (SSF has to be explicitly specified, and has not been the default for quite some time) More... about 9 years ago
- Added stats reporting (run time, event rate etc.) to SimEngine - Some minor mods to examples. More... over 11 years ago
- Compiled out debug(1|2|3) messages from core SimX files for speed. Use -DDEBUG flag to re-enable. - Added an event counter to simengine - some mods to example code for performance comparison - SimX (with simengine and no MPI) runs about 6-8 times faster after disabling debug messages More... over 11 years ago
Merge pull request #9 from gaber/master More... over 11 years ago
added .travis.yml More... over 11 years ago
Include <string>. More... over 11 years ago
Add using-declarations for boost::shared_ptr. More... over 11 years ago
delay enforcement in LP::sendEventInfo now only enforces LOCAL_MINDELAY for same-LP messages. More... almost 12 years ago
Modified .gitignore to ignore log files, output files and other clutter. More... almost 12 years ago
- Updated release number in setup.py to 0.3 - Added CHANGES.txt to keep track of major changes from version to version. More... almost 12 years ago
Modified setup.py to make SimEngine the default simulation engine. Removed the '--without-ssf' option to build, and replaced it with '--with-ssf' option. The default build will now build with MPI and SimEngine. More... almost 12 years ago
Updated INSTALL.txt to reflect the fact that SimEngine now works without MPI. More... almost 12 years ago
SimEngine now works without MPI as well. build --without-mpi will not force usage of minissf anymore More... almost 12 years ago
New example demonstrating the consensus protocol over a network. Requires networkx More... almost 12 years ago
Some minor docstring modifications. More... about 12 years ago
- Added docstrings for most of the functions exported from C++ to Python. - Updated docstrings for Python functions. More... about 12 years ago
Deleted TODO list. More... about 12 years ago
Removed error-testing line from ossim.py More... about 12 years ago
- Added TODO list for high, medium and low priority items for SimX - Fixed bug in process manager that was causing silent AttributeError exceptions inside processes More... about 12 years ago
- Processes are spawned with supplied arguments. - Also added support for variable length argument list for processes that are created. More... over 12 years ago
No real changes. Deleted some commented out lines. Mainly for testing push connection to git server over https More... over 12 years ago
Modifications to work correctly in a distributed memory setting. More... over 12 years ago
Merge branch 'os' of https://github.com/sim-x/simx into os More... over 12 years ago
Fix import errors. Renamed some classes for this. More... over 12 years ago
Updated copyright year More... over 12 years ago
Added simx.os module in setup.py package list More... over 12 years ago
Added functionality for resource management, including an OS service resources and nodes. More... over 12 years ago
added .gitignore More... over 12 years ago
remove unneeded Makefile More... over 12 years ago
fix for newer setuptools version More... over 12 years ago