root/juggler/trunk/modules/gadgeteer/cluster


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @21054 [21054] 02/25/08 21:48:37 patrick Note Dan's refactoring work and roll the version to 1.3.19.
(edit) @21053 [21053] 02/25/08 09:10:07 dshipton Refactor Gadgeteer network code to eliminate costly back-to-back …
(edit) @20974 [20974] 01/01/08 09:31:54 patrick Copyright update.
(edit) @20588 [20588] 07/24/07 10:19:22 patrick MF22 r20582: Added a missing newline.
(edit) @20491 [20491] 07/08/07 16:03:09 patrick When we are running a debug build (not linking against the debug runtime …
(edit) @20252 [20252] 05/22/07 17:41:29 aronb Improve const correctness.
(edit) @20251 [20251] 05/22/07 11:29:44 aronb Improve exception handling and const correctness.
(edit) @20235 [20235] 05/21/07 14:33:00 aronb Fix memory leak in header serialization.
(edit) @20234 [20234] 05/21/07 14:32:26 aronb Silence warning.
(edit) @20231 [20231] 05/21/07 11:22:32 aronb Handle the case when a node does not actually have a display_window.
(edit) @20199 [20199] 05/10/07 10:40:55 aronb Start using shared_ptrs for cluster packet Headers.
(edit) @20198 [20198] 05/10/07 10:10:11 aronb Return packet data by reference.
(edit) @20197 [20197] 05/10/07 10:04:47 aronb Change how we handle packet data so that we don't copy it around nearly as …
(edit) @20191 [20191] 05/09/07 11:53:14 aronb Improve documentation.
(edit) @20190 [20190] 05/09/07 11:16:41 aronb Formating change only.
(edit) @20189 [20189] 05/09/07 11:15:46 aronb There is no need to keep around a list and a map of plugins.
(edit) @20183 [20183] 05/09/07 10:40:52 patrick Silence a data member initialization order warning from GCC.
(edit) @20174 [20174] 05/08/07 10:36:48 aronb Allow changing the slave listen port. Add documentation.
(edit) @20170 [20170] 05/07/07 17:55:38 aronb Remove cluster_node deps.
(edit) @20169 [20169] 05/07/07 17:30:05 aronb Add machine specific elements.
(edit) @20168 [20168] 05/07/07 16:32:30 aronb Add a comment.
(edit) @20167 [20167] 05/07/07 16:31:47 aronb Add support for add/remove.
(edit) @20161 [20161] 05/07/07 16:23:33 aronb Add a true barrier() call. Seperate the update/send calls for cluster …
(edit) @20160 [20160] 05/07/07 16:22:25 aronb No need to derive from noncopyable since PacketHandler? already does.
(edit) @20159 [20159] 05/07/07 16:21:39 aronb Remove old methods that are no longer used.
(edit) @20138 [20138] 05/04/07 11:55:30 aronb Fix windows build.
(edit) @20118 [20118] 05/02/07 18:36:34 aronb Hide packet constructors.
(edit) @20114 [20114] 05/02/07 17:10:42 aronb Make only certain plugins ConfigElementHandlers?. Hide plugin constructors …
(edit) @20113 [20113] 05/02/07 17:10:00 aronb Forgot the Makefile change too.
(edit) @20112 [20112] 05/02/07 17:09:25 aronb Commit ConfigHandler? that I forgot in last revision.
(edit) @20111 [20111] 05/02/07 16:48:50 aronb Add ConfigHandler? as a delegate to ClusterManager? to handle …
(edit) @20110 [20110] 05/02/07 10:20:00 aronb Start using shared_ptrs for PacketHandler?.
(edit) @20109 [20109] 05/02/07 09:50:19 aronb Make the NetworkManager? do the actual node updates so that we don't need …
(edit) @20104 [20104] 05/02/07 08:32:05 aronb Rename AbstractNetworkManager? to the more appropriate NetworkManager?.
(edit) @20103 [20103] 05/02/07 08:21:06 aronb Remove code that is no longer useful.
(edit) @20079 [20079] 05/01/07 17:32:03 aronb Remove deprecated method.
(edit) @20074 [20074] 05/01/07 17:15:19 aronb Use shared_ptrs for Packets. Add sendToAll method.
(edit) @20073 [20073] 05/01/07 17:14:21 aronb Remove more old packet types.
(edit) @20070 [20070] 05/01/07 16:06:36 aronb Remove old packet types that are no longer used.
(edit) @20067 [20067] 05/01/07 15:29:37 aronb Use shared_ptrs for gadget::Nodes.
(edit) @20052 [20052] 05/01/07 10:37:45 aronb Remove locks that are no longer needed.
(edit) @20051 [20051] 05/01/07 10:00:11 aronb Start using shared_ptr for ClusterPlugins?. Use hash_maps when possible.
(edit) @20040 [20040] 04/30/07 21:37:12 patrick Fixed formatting. Whitespace changes only.
(edit) @20036 [20036] 04/30/07 21:18:06 patrick Roll Gadgeteer version to 1.3.3 and note that methods added …
(edit) @20025 [20025] 04/30/07 10:41:23 aronb Start work on cluster revamp.
(edit) @20012 [20012] 04/28/07 09:08:48 patrick MF22 r20010: Change clustering to be single threaded. This uses a Reactor …
(edit) @19847 [19847] 03/02/07 11:53:15 patrick Updated for VPR 1.1.42.
(edit) @19729 [19729] 01/01/07 10:26:55 patrick Copyright update.
(edit) @19644 [19644] 12/12/06 18:28:36 aronb - Update to using std::find.
(edit) @19643 [19643] 12/12/06 18:20:04 aronb - Improve documentation.
(edit) @19544 [19544] 11/15/06 10:42:31 patrick According to the Gadgeteer change log, the use of …
(edit) @19543 [19543] 11/15/06 10:40:26 patrick Fixed a commented out statement so that it would compile if it …
(edit) @19521 [19521] 11/14/06 15:56:58 patrick Replaced uses of vpr::ReturnStatus? with bool. Bumped Gadgeteer version to …
(edit) @19517 [19517] 11/14/06 15:37:25 patrick This file does not appear to be used by anything.
(edit) @19371 [19371] 10/01/06 17:17:48 patrick Whitespace cleaning: * Removed trailing whitespace * Replaced tabs …
(edit) @19022 [19022] 07/11/06 15:12:39 patrick Alphabetize $(SRCS).
(edit) @18965 [18965] 06/25/06 13:14:53 patrick Use gadget::getDefaultPluginRoot() to find the plug-in root …
(edit) @18864 [18864] 05/23/06 15:41:25 dshipton Look at GADGET_BASE_DIR when searching for plugins.
(edit) @18827 [18827] 05/12/06 10:22:33 patrick Update to VPR 1.1.20, which removed all exception specifications …
(edit) @18826 [18826] 05/12/06 10:16:37 patrick Removed a method for which there is a declaration but no implementation.
(edit) @18824 [18824] 05/12/06 08:26:21 patrick Removed RCS keywords. With CVS, these did little else than reuslt …
(edit) @18749 [18749] 04/24/06 13:48:09 aronb - Mergeing more cluster test code.
(copy) @18460 [18460] 04/10/06 11:29:15 allenb Move data for original import.
copied from import/trunk/juggler/modules/gadgeteer/cluster:
(copy) @18458 [18458] 04/10/06 11:26:05 allenb Move original trunk imports.
Note: See TracRevisionLog for help on using the revision log.