Mitch Watrous
|
50cf7a1641
|
Fix verbose parameter specifications
|
2010-10-11 16:03:38 -07:00 |
|
Jens Mittag
|
2f4defe975
|
Extension of method Enum::MakeEnumChecker() to accept more parameters
|
2010-09-29 14:37:52 +02:00 |
|
Mathieu Lacage
|
1fcb3aecbe
|
bug 956: workaround compiler bug
|
2010-08-07 14:18:04 +02:00 |
|
Mathieu Lacage
|
ed81c2b49a
|
bug 965: Problem building /src/core/callback.cc
|
2010-07-24 18:19:04 +02:00 |
|
Josh Pelkey
|
274e6f6444
|
simple doxygen fixes
|
2010-07-15 15:21:56 -04:00 |
|
Mathieu Lacage
|
0adaab0ad9
|
plug leak
|
2010-07-06 09:07:15 +02:00 |
|
Mathieu Lacage
|
fe8a11d26b
|
avoid crash upon process exit
|
2010-07-05 17:37:05 +02:00 |
|
Josh Pelkey
|
2133aa49c5
|
ensure objects are regsitered
|
2010-06-29 20:24:20 -04:00 |
|
Quincy Tse
|
38e14ee828
|
add missing files
|
2010-06-23 06:43:21 +02:00 |
|
Quincy Tse
|
074a1f7c0e
|
bug 933: Flushing ostream and files on abnormal program exit
|
2010-06-22 15:44:10 +02:00 |
|
Nicola Baldo
|
25339d0db6
|
added Copy method for SimpleRefCountBase
|
2010-06-11 19:25:18 +02:00 |
|
Quincy Tse
|
b65ae65e7a
|
bug 921: Inconsistent declaration of class/struct Object
|
2010-05-27 08:34:16 +02:00 |
|
Andrey Mazo
|
892d5e3f3d
|
spell check, mostly in comments.
|
2010-04-23 15:09:31 +04:00 |
|
Craig Dowell
|
236b34a61f
|
enable debugger breaks in test-runner and document changes
|
2010-04-15 16:37:57 -07:00 |
|
Sebastien Vincent
|
b125e94d61
|
Fix build with g++-4.5.
|
2010-03-24 08:49:24 +01:00 |
|
Pavel Boyko
|
07c6b0f555
|
Initialize all members in SystemThread c-tor
|
2010-03-10 16:44:26 +03:00 |
|
Tommaso Pecorella
|
a8fd7c9c4b
|
- added Scale and Shape Pareto rng constuctor
- clarified documentation
|
2010-03-02 01:14:02 +01:00 |
|
Tommaso Pecorella
|
7efbad9193
|
random-variable - doc updated and new Zeta distribution
|
2010-02-04 14:00:04 +01:00 |
|
Mathieu Lacage
|
3af2472ce4
|
merge with HEAD
|
2009-12-26 15:45:44 +01:00 |
|
Mathieu Lacage
|
c53146408d
|
The iterator needs to actually go forward
|
2009-12-26 15:38:14 +01:00 |
|
Mathieu Lacage
|
3f88119010
|
add copy constructors and assignment operators to avoid leaks.
|
2009-12-09 17:40:12 +01:00 |
|
Mathieu Lacage
|
3c10a5c742
|
get rid of last duplicated reference counting implementation
|
2009-12-08 19:56:24 +01:00 |
|
Tom Henderson
|
ef4e408690
|
Wno-error=deprecated-declarations not supported for gcc-4.1 or earlier
|
2009-12-03 23:02:21 -08:00 |
|
Mathieu Lacage
|
fe86ae64d8
|
Handle recursive calls to GetObject, AggregateObject and Start
|
2009-11-19 20:51:55 +01:00 |
|
Mathieu Lacage
|
123fc6afc8
|
make the destructor non-pure for the python bindings
|
2009-11-15 09:16:32 +01:00 |
|
Guillaume Seguin
|
a23934a4b7
|
Make applications generate traffic within their associated context/node
|
2009-11-14 17:47:05 +01:00 |
|
Guillaume Seguin
|
94cf348701
|
Print node context in log messages
|
2009-11-14 17:47:05 +01:00 |
|
Mathieu Lacage
|
1668a400c9
|
replace RefCountBase with SimpleRefCount<> to avoid duplicate refcounting implementations.
|
2009-11-12 13:01:01 +01:00 |
|
Craig Dowell
|
c4ad800f32
|
correct some wildly out-of-date doxygen
|
2009-11-10 11:03:04 -08:00 |
|
Mathieu Lacage
|
f0a2528a9f
|
gah, we don't want to copy the count in the assignment operator
|
2009-11-09 16:45:54 +01:00 |
|
Mathieu Lacage
|
1fc1107e92
|
delete dead code
|
2009-11-09 16:02:05 +01:00 |
|
Mathieu Lacage
|
a0ff88e591
|
Optimization: use a shared reference counter instead of a per-object counter in Object::Ref/Unref
|
2009-11-06 17:47:44 +01:00 |
|
Mathieu Lacage
|
622273405c
|
merge with HEAD
|
2009-11-06 11:27:17 +01:00 |
|
Mathieu Lacage
|
b1400fd928
|
Optimization: try to optimistically dynamically_cast in case the requested object is the first entry in the aggregate buffer.
|
2009-11-06 11:27:04 +01:00 |
|
Craig Dowell
|
932c44209e
|
Make tests pass on MinGW, add fifth tutorial example
|
2009-11-05 22:29:53 -08:00 |
|
Craig Dowell
|
d2837e960b
|
branch merge
|
2009-11-05 19:15:28 -08:00 |
|
Craig Dowell
|
4450bbafc3
|
pass explicit temp directory to test suites
|
2009-11-05 19:14:37 -08:00 |
|
Mathieu Lacage
|
580033fc2b
|
Optimize Object::GetObject. Introduce an array of aggregates and sort is by access frequency.
|
2009-11-05 21:04:05 +01:00 |
|
Mathieu Lacage
|
6a66402911
|
Optimize Object::GetObject. A 40% improvement on some testcases
|
2009-11-04 22:08:21 +01:00 |
|
Craig Dowell
|
e17fe2e7cf
|
make win32 compile again
|
2009-10-26 14:50:38 -07:00 |
|
Craig Dowell
|
1ea257ac14
|
Apply Gustavo's patch for MinGW compatibiliy
|
2009-10-26 11:26:35 -07:00 |
|
Craig Dowell
|
b2dbe4454e
|
Backed out changeset 04cc3ffe0202
|
2009-10-20 12:04:20 -07:00 |
|
Craig Dowell
|
48ee52fffb
|
Make tests work with MinGW (make win32-system-wall-clock-ms work)
|
2009-10-20 10:05:57 -07:00 |
|
Mathieu Lacage
|
620130d5c2
|
actually port the ptr test code
|
2009-10-01 13:41:21 +02:00 |
|
Mathieu Lacage
|
42c5970153
|
kill dead code
|
2009-10-01 13:41:02 +02:00 |
|
Mathieu Lacage
|
c940ca5a90
|
bug 675: kill old test framework
|
2009-10-01 13:17:24 +02:00 |
|
Craig Dowell
|
c1142f7738
|
Refalgamize test framework to allow multiple test failures
|
2009-09-30 20:26:33 -07:00 |
|
Mathieu Lacage
|
3cd32263ef
|
merge with HEAD
|
2009-09-30 11:09:35 +02:00 |
|
Mathieu Lacage
|
09576cd905
|
according to C language lawyers, this construct is undefined. In practice, its gcc definition is not what you want: the variable content is read before calling DoRun, and is ored+stored after calling DoRun.
|
2009-09-30 10:50:03 +02:00 |
|
Craig Dowell
|
88d279cf2d
|
Remove and replace basic random number unit tests (bug 675)
|
2009-09-29 21:44:59 -07:00 |
|