Wed, 27 Feb 2008 19:36:03 +0100 |
Mathieu Lacage |
do not use operator []. Use iterators instead to work with std::list.
|
changeset |
files
|
Wed, 27 Feb 2008 19:35:37 +0100 |
Mathieu Lacage |
re-organize the code to avoid link-time errors due to duplicate symbols.
|
changeset |
files
|
Wed, 27 Feb 2008 17:39:32 +0100 |
Mathieu Lacage |
fix compilation bug on osx
|
changeset |
files
|
Wed, 27 Feb 2008 00:05:23 +0100 |
Mathieu Lacage |
port Applications to Attributes
|
changeset |
files
|
Tue, 26 Feb 2008 23:27:19 +0100 |
Mathieu Lacage |
use names closer to those used in the previous DefaultValues.
|
changeset |
files
|
Tue, 26 Feb 2008 23:26:59 +0100 |
Mathieu Lacage |
make Ipv4Address/Ipv4Mask attributes
|
changeset |
files
|
Tue, 26 Feb 2008 22:41:25 +0100 |
Mathieu Lacage |
typo.
|
changeset |
files
|
Tue, 26 Feb 2008 22:41:02 +0100 |
Mathieu Lacage |
forgot to uncomment code.
|
changeset |
files
|
Tue, 26 Feb 2008 22:40:20 +0100 |
Mathieu Lacage |
do not use the private constructor to avoid overload resolution confusions.
|
changeset |
files
|
Tue, 26 Feb 2008 22:39:57 +0100 |
Mathieu Lacage |
add an extra overload of SetTypeId to avoid overload resolution confusions.
|
changeset |
files
|
Tue, 26 Feb 2008 20:23:47 +0100 |
Mathieu Lacage |
add extra checker construction function
|
changeset |
files
|
Tue, 26 Feb 2008 20:23:43 +0100 |
Mathieu Lacage |
add extra checker construction function
|
changeset |
files
|
Tue, 26 Feb 2008 20:22:13 +0100 |
Mathieu Lacage |
add extra checker construction function
|
changeset |
files
|
Tue, 26 Feb 2008 19:52:17 +0100 |
Mathieu Lacage |
port Olsr code to attributes/helpers
|
changeset |
files
|
Tue, 26 Feb 2008 19:51:58 +0100 |
Mathieu Lacage |
add templated version of ObjectFactory::Create
|
changeset |
files
|
Tue, 26 Feb 2008 19:51:33 +0100 |
Mathieu Lacage |
EventTraceSource -> TracedCallback, ValueTraceSource -> TracedValue.
|
changeset |
files
|
Tue, 26 Feb 2008 18:33:10 +0100 |
Mathieu Lacage |
use Attributes in ErrorModel.
|
changeset |
files
|
Tue, 26 Feb 2008 18:17:29 +0100 |
Mathieu Lacage |
convert NodeList to Attributes.
|
changeset |
files
|
Tue, 26 Feb 2008 18:17:10 +0100 |
Mathieu Lacage |
fix tests
|
changeset |
files
|
Tue, 26 Feb 2008 18:03:59 +0100 |
Mathieu Lacage |
application and netdevice lists are attributes now.
|
changeset |
files
|
Tue, 26 Feb 2008 18:03:44 +0100 |
Mathieu Lacage |
export public header
|
changeset |
files
|
Tue, 26 Feb 2008 01:09:16 +0100 |
Mathieu Lacage |
merge
|
changeset |
files
|
Tue, 26 Feb 2008 01:08:58 +0100 |
Mathieu Lacage |
merge
|
changeset |
files
|
Tue, 26 Feb 2008 01:07:16 +0100 |
Mathieu Lacage |
A Config class which hooks into the Object Attribute/Tracing system.
|
changeset |
files
|
Mon, 25 Feb 2008 22:08:56 +0100 |
Mathieu Lacage |
add a base arg to MakeSimpleAttributeChecker
|
changeset |
files
|
Mon, 25 Feb 2008 22:07:19 +0100 |
Mathieu Lacage |
do not attempt to access the AttributeList as a fallback from GlobalValue.
|
changeset |
files
|
Mon, 25 Feb 2008 22:06:14 +0100 |
Mathieu Lacage |
add a few public methods for the Config code
|
changeset |
files
|
Mon, 25 Feb 2008 19:33:46 +0100 |
Mathieu Lacage |
make NetDevice fully virtual.
|
changeset |
files
|
Sun, 24 Feb 2008 20:18:02 +0100 |
Mathieu Lacage |
test the ValueTraceSource with an arbitrary class.
|
changeset |
files
|
Sun, 24 Feb 2008 20:04:31 +0100 |
Mathieu Lacage |
replace IntegerTraceSource with ValueTraceSource
|
changeset |
files
|
Sat, 23 Feb 2008 05:23:59 +0100 |
Mathieu Lacage |
InitialValue -> GlobalValue
|
changeset |
files
|
Fri, 22 Feb 2008 00:22:16 +0100 |
Mathieu Lacage |
make EventTraceSource acceptable to the MakeTraceSourceAccessor function
|
changeset |
files
|
Fri, 22 Feb 2008 00:12:47 +0100 |
Mathieu Lacage |
invoke getters on tid temp variable to allow proper iteration over tid list.
|
changeset |
files
|
Fri, 22 Feb 2008 00:11:20 +0100 |
Mathieu Lacage |
get rid of useless accessor maker
|
changeset |
files
|
Fri, 22 Feb 2008 00:08:00 +0100 |
Mathieu Lacage |
actually allow connection and disconnection to trace sources registered in TypeIds
|
changeset |
files
|
Thu, 21 Feb 2008 23:15:00 +0100 |
Mathieu Lacage |
add an IntegerTraceSource which behaves just like an Integer.
|
changeset |
files
|
Thu, 21 Feb 2008 21:57:38 +0100 |
Mathieu Lacage |
remove accessor BASE arg to MakeAccessorHelper
|
changeset |
files
|
Thu, 21 Feb 2008 19:46:39 +0100 |
Mathieu Lacage |
Object::Set/Get -> Object::SetAttribute/GetAttribute
|
changeset |
files
|
Thu, 21 Feb 2008 19:31:17 +0100 |
Mathieu Lacage |
Attributes -> AttributeList
|
changeset |
files
|
Thu, 21 Feb 2008 19:28:41 +0100 |
Mathieu Lacage |
AddParameter -> AddAttribute
|
changeset |
files
|
Thu, 21 Feb 2008 19:16:00 +0100 |
Mathieu Lacage |
enum-value -> enum
|
changeset |
files
|
Thu, 21 Feb 2008 19:13:39 +0100 |
Mathieu Lacage |
fp-value -> double
|
changeset |
files
|
Thu, 21 Feb 2008 19:09:05 +0100 |
Mathieu Lacage |
uint-value -> uinteger
|
changeset |
files
|
Thu, 21 Feb 2008 19:04:18 +0100 |
Mathieu Lacage |
int-value -> integer
|
changeset |
files
|
Thu, 21 Feb 2008 18:58:08 +0100 |
Mathieu Lacage |
small typo
|
changeset |
files
|
Thu, 21 Feb 2008 18:57:34 +0100 |
Mathieu Lacage |
boolean-value -> boolean
|
changeset |
files
|
Thu, 21 Feb 2008 18:54:02 +0100 |
Mathieu Lacage |
value-helper.h -> attribute-helper.h
|
changeset |
files
|
Thu, 21 Feb 2008 18:46:48 +0100 |
Mathieu Lacage |
value-test.cc -> attribute-test.cc
|
changeset |
files
|
Thu, 21 Feb 2008 18:44:27 +0100 |
Mathieu Lacage |
param-spec-helper.h -> attribute-accessor-helper.h
|
changeset |
files
|
Thu, 21 Feb 2008 18:35:55 +0100 |
Mathieu Lacage |
remove old helpers
|
changeset |
files
|
Thu, 21 Feb 2008 18:35:44 +0100 |
Mathieu Lacage |
convert to new helpers
|
changeset |
files
|
Thu, 21 Feb 2008 18:35:34 +0100 |
Mathieu Lacage |
fix includes
|
changeset |
files
|
Thu, 21 Feb 2008 18:28:05 +0100 |
Mathieu Lacage |
convert RandomVariable to new helpers.
|
changeset |
files
|
Thu, 21 Feb 2008 00:54:05 +0100 |
Mathieu Lacage |
fpValue -> Double
|
changeset |
files
|
Thu, 21 Feb 2008 00:28:22 +0100 |
Mathieu Lacage |
indent align
|
changeset |
files
|
Thu, 21 Feb 2008 00:19:43 +0100 |
Mathieu Lacage |
small typo: use the Value type for simple checking.
|
changeset |
files
|
Thu, 21 Feb 2008 00:19:31 +0100 |
Mathieu Lacage |
BooleanValue -> Boolean
|
changeset |
files
|
Thu, 21 Feb 2008 00:00:18 +0100 |
Mathieu Lacage |
EnumValue -> Value
|
changeset |
files
|
Thu, 21 Feb 2008 00:09:16 +0100 |
Mathieu Lacage |
UintValue -> Uinteger, IntValue -> Integer
|
changeset |
files
|
Wed, 20 Feb 2008 21:45:42 +0100 |
Mathieu Lacage |
value.h -> attribute.h
|
changeset |
files
|