Commit Graph

9 Commits

Author SHA1 Message Date
Gustavo J. A. M. Carneiro
775ff127a4 Python: only call ns3::Simulator::RunOne if we're running the default event scheduler; partially fixes Bug 631. 2010-08-10 12:16:10 +01:00
Gustavo J. A. M. Carneiro
0ceaecc18f Reorder the #includes in ns3module_helpers.cc to solve Fedora 11 compilation error 2009-08-12 12:07:25 +01:00
Gustavo J. A. M. Carneiro
c0ea878ba2 Bug 375: Ctrl-C does not always work when running Python simulations 2009-01-13 19:28:26 +00:00
Gustavo J. A. M. Carneiro
47980e80e6 Const fix (needed for older Python versions) 2008-11-28 15:12:05 +00:00
Gustavo J. A. M. Carneiro
d474f1933a Bug 289: CommandLine::AddValue is not wrapped 2008-11-26 12:11:11 +00:00
Gustavo J. A. M. Carneiro
fe8cbc9a0f A more pythonic wrapper for ns3.TypeId.LookupByNameFailSafe 2008-10-15 15:55:09 +01:00
Gustavo J. A. M. Carneiro
d607ae00f3 Need to acquire the Python GIL also in ~PythonEventImpl, as it may be called at any time from the C++ code, from any thread. 2008-09-27 15:32:04 +01:00
Gustavo J. A. M. Carneiro
a2f945ddda Add missing Python GIL locking in PythonEventImpl::Notify 2008-09-17 15:47:07 +01:00
Gustavo J. A. M. Carneiro
5f994081d5 python bindings 2008-07-08 10:43:58 -07:00