|
|
|
@21085
|
[21085]
|
09/30/08 14:11:57 |
dshipton |
Get rid of big render lock for OS X windows. This greatly improves
multi … |
|
|
|
@21081
|
[21081]
|
09/20/08 14:44:35 |
dshipton |
Avoid redefing WIN32_LEAN_AND_MEAN when its defined from a command line |
|
|
|
@21070
|
[21070]
|
04/18/08 17:25:57 |
patrick |
Added a new position filter that allows the user to specify the full
pre- … |
|
|
|
@21058
|
[21058]
|
03/01/08 22:56:13 |
patrick |
Fixed linker errors by removing invalid uses of the 'inline' keyword. |
|
|
|
@21053
|
[21053]
|
02/25/08 09:10:07 |
dshipton |
Refactor Gadgeteer network code to eliminate costly back-to-back … |
|
|
|
@21006
|
[21006]
|
01/16/08 18:43:28 |
patrick |
Fixed misuse of gmtl::Math::clamp<T>(). |
|
|
|
@20974
|
[20974]
|
01/01/08 09:31:54 |
patrick |
Copyright update. |
|
|
|
@20970
|
[20970]
|
12/30/07 14:09:06 |
patrick |
Refactored data normalization for analog devices so that user-level code … |
|
|
|
@20969
|
[20969]
|
12/30/07 09:34:57 |
patrick |
Use boost::noncopyable to simplify the implementation of … |
|
|
|
@20968
|
[20968]
|
12/30/07 09:28:46 |
patrick |
Improved const correctness including expanded use of const references … |
|
|
|
@20967
|
[20967]
|
12/30/07 09:17:31 |
patrick |
Removed unneeded Win32 bits. |
|
|
|
@20966
|
[20966]
|
12/30/07 08:09:51 |
patrick |
De-inline methods for which there is no benefit to use inlining … |
|
|
|
@20939
|
[20939]
|
11/21/07 08:29:19 |
patrick |
With Cocoa, identify the right mouse button as MBUTTON3 to be … |
|
|
|
@20934
|
[20934]
|
11/18/07 13:31:47 |
patrick |
The X,Y position reported for mouse events now uses a coordinate frame … |
|
|
|
@20933
|
[20933]
|
11/18/07 13:19:10 |
patrick |
Tighten up the implementation of createWindow(). |
|
|
|
@20932
|
[20932]
|
11/18/07 13:18:04 |
patrick |
Removed unneded casts. No functional changes. |
|
|
|
@20931
|
[20931]
|
11/18/07 13:16:42 |
patrick |
Fixed coding standard violations. Improved debug output. Wrapped a few … |
|
|
|
@20930
|
[20930]
|
11/18/07 13:06:37 |
patrick |
Put the code for getting the X11 display attributes in a reusable method. |
|
|
|
@20924
|
[20924]
|
11/18/07 03:40:12 |
patrick |
Backed out more of r20922. All that was supposed to change in that … |
|
|
|
@20923
|
[20923]
|
11/18/07 03:37:40 |
patrick |
Removed debug output that I did not mean to commit. |
|
|
|
@20922
|
[20922]
|
11/18/07 03:14:41 |
patrick |
Reorganized code and data in the Cocoa input window and input area … |
|
|
|
@20880
|
[20880]
|
10/11/07 11:46:13 |
patrick |
Implement gadget::InputWindowXWin::setHints() using C++ features. |
|
|
|
@20879
|
[20879]
|
10/11/07 11:20:02 |
patrick |
MF22 r20743: Make input windows easier to find and recognize from the … |
|
|
|
@20869
|
[20869]
|
09/26/07 13:46:41 |
patrick |
Protect against operator error if an invalid path is set in the … |
|
|
|
@20780
|
[20780]
|
09/06/07 16:54:59 |
patrick |
Fixed a compile error when using a version of GCC older than 4.0. |
|
|
|
@20768
|
[20768]
|
09/06/07 09:03:03 |
patrick |
Change the run-time behavior of the automatic assignment of … |
|
|
|
@20764
|
[20764]
|
09/06/07 07:12:21 |
patrick |
Avoid getting stuck in an infinite loop trying to find the package … |
|
|
|
@20761
|
[20761]
|
09/04/07 21:49:49 |
patrick |
Set GADGET_BASE_DIR and the new environment variable … |
|
|
|
@20699
|
[20699]
|
08/11/07 14:22:56 |
aronb |
Fix debug output that was in the wrong order. |
|
|
|
@20688
|
[20688]
|
08/10/07 21:44:02 |
patrick |
Register the new input base type added in r20685. |
|
|
|
@20685
|
[20685]
|
08/10/07 21:34:17 |
patrick |
Derive from a known gadget::InputMixer?<S,T> instantiation. |
|
|
|
@20603
|
[20603]
|
07/28/07 11:28:25 |
aronb |
Change getInputTypeName() to be virtual. This fixes a problem with … |
|
|
|
@20601
|
[20601]
|
07/27/07 16:12:39 |
aronb |
Make sim devices use pre-defined input base types. |
|
|
|
@20491
|
[20491]
|
07/08/07 16:03:09 |
patrick |
When we are running a debug build (not linking against the debug runtime … |
|
|
|
@20490
|
[20490]
|
07/08/07 16:01:55 |
patrick |
Instead of using a different name to distinguish between debug-enabled … |
|
|
|
@20397
|
[20397]
|
06/30/07 07:09:06 |
patrick |
When looking up the Gadgeteer DLL to get the icon for the window, factor … |
|
|
|
@20356
|
[20356]
|
06/27/07 10:59:28 |
patrick |
I have determined that it is not necessary for subclasses of
gadget::Input … |
|
|
|
@20345
|
[20345]
|
06/26/07 18:02:47 |
patrick |
Change the preprocessor symbols that we use for identifying debug … |
|
|
|
@20343
|
[20343]
|
06/26/07 17:50:16 |
patrick |
Fixed a Visual C++ build error. |
|
|
|
@20342
|
[20342]
|
06/26/07 17:37:35 |
patrick |
Silence an unused variable warning. |
|
|
|
@20324
|
[20324]
|
06/25/07 20:18:23 |
patrick |
Test for GADGET_DEBUG rather than VPR_DEBUG in Gadgeteer. The upcoming … |
|
|
|
@20323
|
[20323]
|
06/23/07 19:54:47 |
aronb |
Clean up BaseTypeFactory? a little by removing the need for an external … |
|
|
|
@20322
|
[20322]
|
06/23/07 17:18:18 |
aronb |
Clean up the BaseTypeFactory? a little more. This shared_ptr≠ version of … |
|
|
|
@20321
|
[20321]
|
06/23/07 17:13:48 |
aronb |
Fix spacing. |
|
|
|
@20320
|
[20320]
|
06/23/07 14:48:03 |
aronb |
Keep track of IO stats in debug mode. |
|
|
|
@20307
|
[20307]
|
06/15/07 16:08:39 |
patrick |
MF20: Define all possible input base types in InputBaseTypes?.h. When … |
|
|
|
@20255
|
[20255]
|
05/23/07 09:03:02 |
aronb |
We should not recreate a socket if the first attempt failed. This code was … |
|
|
|
@20243
|
[20243]
|
05/22/07 07:12:49 |
patrick |
Moved destructor implementations into the .cpp file. There is no need … |
|
|
|
@20240
|
[20240]
|
05/21/07 15:18:49 |
aronb |
Add some more profiling info for clustering. |
|
|
|
@20239
|
[20239]
|
05/21/07 15:05:56 |
aronb |
Test for NULL before deleteing. |
|
|
|
@20238
|
[20238]
|
05/21/07 14:45:59 |
aronb |
Fix a few more position filter memory leaks. |
|
|
|
@20237
|
[20237]
|
05/21/07 14:35:18 |
aronb |
Fix memory leak in position filter code. |
|
|
|
@20236
|
[20236]
|
05/21/07 14:34:19 |
aronb |
Fix memory leak in loadKnownDevices and hackLoadKnownDevices. |
|
|
|
@20229
|
[20229]
|
05/21/07 09:18:35 |
aronb |
Print status information when the cluster can not be updated. |
|
|
|
@20228
|
[20228]
|
05/21/07 08:34:02 |
aronb |
Back out revisions 20203 and 20204 to get things working again. I think I … |
|
|
|
@20213
|
[20213]
|
05/13/07 08:41:03 |
patrick |
The vector of ready nodes has to be passed by reference … |
|
|
|
@20204
|
[20204]
|
05/11/07 14:05:36 |
dshipton |
Pass in vector for ready list construction. |
|
|
|
@20203
|
[20203]
|
05/11/07 13:39:20 |
dshipton |
Print output when waiting on nodes to update. |
|
|
|
@20199
|
[20199]
|
05/10/07 10:40:55 |
aronb |
Start using shared_ptrs for cluster packet Headers. |
|
|
|
@20198
|
[20198]
|
05/10/07 10:10:11 |
aronb |
Return packet data by reference. |
|
|
|
@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 … |
|
|
|
@20174
|
[20174]
|
05/08/07 10:36:48 |
aronb |
Allow changing the slave listen port.
Add documentation. |
|
|
|
@20161
|
[20161]
|
05/07/07 16:23:33 |
aronb |
Add a true barrier() call.
Seperate the update/send calls for cluster … |
|
|
|
@20138
|
[20138]
|
05/04/07 11:55:30 |
aronb |
Fix windows build. |
|
|
|
@20136
|
[20136]
|
05/04/07 11:18:00 |
patrick |
Style fixes. Whitespace change only. |
|
|
|
@20135
|
[20135]
|
05/04/07 11:17:25 |
patrick |
Realphabetize $(SRCS). |
|
|
|
@20132
|
[20132]
|
05/04/07 10:14:14 |
aronb |
Fix a few typos. |
|
|
|
@20131
|
[20131]
|
05/04/07 10:02:38 |
aronb |
Hide proxy type's constructors and add create methods. |
|
|
|
@20126
|
[20126]
|
05/03/07 15:21:06 |
aronb |
Fixed a few typos. |
|
|
|
@20125
|
[20125]
|
05/03/07 15:00:14 |
aronb |
getProxiedInputDevice() belongs in TypedProxy?. |
|
|
|
@20124
|
[20124]
|
05/03/07 14:58:47 |
aronb |
Move getProxiedInputDevice() into base Proxy class since every proxy
type … |
|
|
|
@20123
|
[20123]
|
05/03/07 14:53:57 |
aronb |
Hide device type constructors and add create methods. |
|
|
|
@20118
|
[20118]
|
05/02/07 18:36:34 |
aronb |
Hide packet constructors. |
|
|
|
@20117
|
[20117]
|
05/02/07 17:35:19 |
aronb |
Hide constructor for Node and PacketHandler?. |
|
|
|
@20111
|
[20111]
|
05/02/07 16:48:50 |
aronb |
Add ConfigHandler? as a delegate to ClusterManager? to handle … |
|
|
|
@20110
|
[20110]
|
05/02/07 10:20:00 |
aronb |
Start using shared_ptrs for PacketHandler?. |
|
|
|
@20109
|
[20109]
|
05/02/07 09:50:19 |
aronb |
Make the NetworkManager? do the actual node updates so that we don't need … |
|
|
|
@20105
|
[20105]
|
05/02/07 08:35:13 |
aronb |
Remove old methods. |
|
|
|
@20104
|
[20104]
|
05/02/07 08:32:05 |
aronb |
Rename AbstractNetworkManager? to the more appropriate NetworkManager?. |
|
|
|
@20103
|
[20103]
|
05/02/07 08:21:06 |
aronb |
Remove code that is no longer useful. |
|
|
|
@20078
|
[20078]
|
05/01/07 17:21:58 |
aronb |
Fix build error. Oops. |
|
|
|
@20077
|
[20077]
|
05/01/07 17:18:07 |
aronb |
Add documentation about new method. |
|
|
|
@20074
|
[20074]
|
05/01/07 17:15:19 |
aronb |
Use shared_ptrs for Packets.
Add sendToAll method. |
|
|
|
@20072
|
[20072]
|
05/01/07 16:33:19 |
aronb |
Fix configure script to remove old plugins. |
|
|
|
@20071
|
[20071]
|
05/01/07 16:07:02 |
aronb |
Fix compile. |
|
|
|
@20068
|
[20068]
|
05/01/07 15:30:28 |
aronb |
Forgot to add NodePtr? in last revision. |
|
|
|
@20067
|
[20067]
|
05/01/07 15:29:37 |
aronb |
Use shared_ptrs for gadget::Nodes. |
|
|
|
@20066
|
[20066]
|
05/01/07 15:29:15 |
aronb |
We are no longer using these acceptor and connector classes. |
|
|
|
@20061
|
[20061]
|
05/01/07 14:55:06 |
aronb |
Use shared_ptrs for gadget::Proxy and derived classes. |
|
|
|
@20058
|
[20058]
|
05/01/07 13:39:26 |
aronb |
Add shared_ptr files that I forgot in revision 20051. |
|
|
|
@20055
|
[20055]
|
05/01/07 13:33:12 |
aronb |
Start using boost::shared_ptrs for device types. (Input, Digital, … |
|
|
|
@20049
|
[20049]
|
05/01/07 09:13:09 |
aronb |
Clean up network code. |
|
|
|
@20040
|
[20040]
|
04/30/07 21:37:12 |
patrick |
Fixed formatting. Whitespace changes only. |
|
|
|
@20027
|
[20027]
|
04/30/07 11:06:10 |
aronb |
Remove old RemoteInputManager?. |
|
|
|
@20026
|
[20026]
|
04/30/07 11:05:25 |
aronb |
Move RemoteInputManager? into the RIMPlugin. |
|
|
|
@20025
|
[20025]
|
04/30/07 10:41:23 |
aronb |
Start work on cluster revamp. |
|
|
|
@20024
|
[20024]
|
04/30/07 10:23:30 |
aronb |
Fix simple typo. |
|
|
|
@20021
|
[20021]
|
04/29/07 11:40:27 |
patrick |
Renamed the display_system config element property x11_pipes to pipes. … |
|
|
|
@20012
|
[20012]
|
04/28/07 09:08:48 |
patrick |
MF22 r20010: Change clustering to be single threaded. This uses a Reactor
… |
|
|
|
@19871
|
[19871]
|
03/19/07 07:33:26 |
patrick |
Silenced warnings about values not being handled by a switch block. |