Sun, 16 Mar 2008 20:47:46 +0100 Mathieu Lacage get rid of unneeded object-base include
Sun, 16 Mar 2008 19:24:50 +0100 Mathieu Lacage replace TypeId::CreateObject with TypeId::GetConstructor
Sun, 16 Mar 2008 18:42:23 +0100 Mathieu Lacage do not use ObjectBase as a base class.
Thu, 20 Mar 2008 15:16:17 +0000 Gustavo J. A. M. Carneiro Fix parsing of GlobalValues as command line options.
Thu, 20 Mar 2008 15:10:56 +0000 Gustavo J. A. M. Carneiro Fix deserialization for Constant and Uniform random variables.
Wed, 19 Mar 2008 15:43:08 -0700 Mathieu Lacage static-ify
Wed, 19 Mar 2008 15:30:41 -0700 Mathieu Lacage A bunch of wifi smoke tests.
Wed, 19 Mar 2008 15:30:18 -0700 Mathieu Lacage fix typename
Wed, 19 Mar 2008 15:14:17 -0700 Mathieu Lacage get the typename right. make sure the object is registered with our type system.
Wed, 19 Mar 2008 07:10:01 -0700 Tom Henderson Add sample file for attribute values
Sun, 16 Mar 2008 14:35:32 +0000 Gustavo J. A. M. Carneiro Make waf dist much more efficient.
Sat, 15 Mar 2008 23:25:13 +0100 Mathieu Lacage improve doxygen and add explicit getters/setters
Sat, 15 Mar 2008 23:04:01 +0100 Mathieu Lacage make sure that all the Setters can be invoked in any order without memory leak
Sat, 15 Mar 2008 23:03:40 +0100 Mathieu Lacage add missing accessor construction functions.
Sat, 15 Mar 2008 22:27:42 +0100 Mathieu Lacage release the channel.
Sat, 15 Mar 2008 22:27:35 +0100 Mathieu Lacage avoid double-frees.
Sat, 15 Mar 2008 19:51:40 +0100 Mathieu Lacage don't forget to setup propagation delay and loss models on channel.
Sat, 15 Mar 2008 19:38:00 +0100 Mathieu Lacage use the right position attribute name.
Sat, 15 Mar 2008 19:31:57 +0100 Mathieu Lacage more ns3:: prefix fixes.
Sat, 15 Mar 2008 19:29:22 +0100 Mathieu Lacage need to use ns3:: prefix for TypeId names now.
Sat, 15 Mar 2008 16:26:39 +0000 Gustavo J. A. M. Carneiro Fix 'deprecated conversion of string literal to char*' warning with GCC 4.2
Sat, 15 Mar 2008 16:13:18 +0000 Gustavo J. A. M. Carneiro Generate foo-module.h module aggreator header files, for use in user scripts.
Sat, 15 Mar 2008 15:30:37 +0000 Gustavo J. A. M. Carneiro Missing headers.module attribute in the new 'helper' module...
Wed, 26 Dec 2007 13:40:39 +0000 Gustavo J. A. M. Carneiro Add a 'module' attribute to the ns3header object specifying which module each set of headers belongs to.
Fri, 14 Mar 2008 16:37:02 -0700 Mathieu Lacage merge with HEAD
Fri, 14 Mar 2008 16:36:55 -0700 Mathieu Lacage add CopyObject
Thu, 13 Mar 2008 14:35:54 -0700 Mathieu Lacage merge with HEAD
Thu, 13 Mar 2008 14:28:22 -0700 Mathieu Lacage merge
Wed, 12 Mar 2008 11:17:16 -0700 Mathieu Lacage Add sufficient information to AttributeChecker to generate nice-looking documentation.
Thu, 13 Mar 2008 14:24:45 -0700 Mathieu Lacage move helpers to their own dir.
Thu, 13 Mar 2008 12:56:49 -0700 Mathieu Lacage add back support for introspected doxygen.
Thu, 13 Mar 2008 11:21:12 -0700 Mathieu Lacage rework the Wifi API to not use a single WifiNetDevice::Setup method
Thu, 13 Mar 2008 11:10:38 -0700 Mathieu Lacage add Application::SetNode and NetDevice::SetNode, use them from Node::AddApplication and Node::AddDevice. kill useless "Node" attributes.
Wed, 12 Mar 2008 11:35:00 -0700 Mathieu Lacage Add sufficient information to AttributeChecker to generate nice-looking doxygen documentation.
Wed, 12 Mar 2008 10:18:14 -0700 Mathieu Lacage make sure attributes always start with a capital letter.
Wed, 12 Mar 2008 10:17:52 -0700 Mathieu Lacage fix typo
Wed, 12 Mar 2008 09:32:02 -0700 Mathieu Lacage kill valueref dox macro.
Wed, 12 Mar 2008 09:31:50 -0700 Mathieu Lacage fix doxygen errors
Tue, 11 Mar 2008 13:46:22 -0700 Mathieu Lacage Config::Connect -> Config::ConnectWithoutContext && Config::ConnectWithContext -> Config::Connect
Tue, 11 Mar 2008 13:34:29 -0700 Mathieu Lacage TraceSourceConnect -> TraceConnect && TraceSourceDisconnect -> TraceDisconnect
Tue, 11 Mar 2008 13:30:12 -0700 Mathieu Lacage get rid of CreateObjectWith
Tue, 11 Mar 2008 11:35:26 -0700 Mathieu Lacage do not set attributes if they have their default value.
Tue, 11 Mar 2008 11:35:03 -0700 Mathieu Lacage check all errors.
Tue, 11 Mar 2008 11:29:21 -0700 Mathieu Lacage kill multiple constructors per TypeId
Mon, 10 Mar 2008 14:59:49 -0700 Mathieu Lacage dox doc
Mon, 10 Mar 2008 14:57:04 -0700 Mathieu Lacage dox doc
Mon, 10 Mar 2008 14:52:08 -0700 Mathieu Lacage add missing copyright/license headers
Mon, 10 Mar 2008 14:51:15 -0700 Mathieu Lacage dox doc
Mon, 10 Mar 2008 14:05:26 -0700 Mathieu Lacage doxygen doc
Mon, 10 Mar 2008 13:09:32 -0700 Mathieu Lacage doxygen doc
Mon, 10 Mar 2008 00:46:44 +0100 Mathieu Lacage rename old VALUE leftovers
Mon, 10 Mar 2008 00:38:48 +0100 Mathieu Lacage add missing copyright statements.
Mon, 10 Mar 2008 00:32:36 +0100 Mathieu Lacage attribute should be Uinteger, not Integer
Mon, 10 Mar 2008 00:32:24 +0100 Mathieu Lacage kill dead code.
Mon, 10 Mar 2008 00:29:41 +0100 Mathieu Lacage forgot to ensure registration of GridPositionAllocator.
Mon, 10 Mar 2008 00:27:53 +0100 Mathieu Lacage kill DefaultValue
Mon, 10 Mar 2008 00:26:54 +0100 Mathieu Lacage handle string input in GlobalValue code. Improve tests.
Sun, 09 Mar 2008 23:43:52 +0100 Mathieu Lacage rewrite CommandLine to not handle DefaultValues anymore.
Sun, 09 Mar 2008 23:43:29 +0100 Mathieu Lacage ensure that device is reported in node.
Sun, 09 Mar 2008 22:55:25 +0100 Mathieu Lacage make GetAttributeFlags and GetAttributeChecker public. add GetAttributeHelp
(0) -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip