root/juggler/trunk/modules/gadgeteer


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @21070 [21070] 04/18/08 17:25:57 patrick Added a new position filter that allows the user to specify the full pre- …
(edit) @21058 [21058] 03/01/08 22:56:13 patrick Fixed linker errors by removing invalid uses of the 'inline' keyword.
(edit) @21057 [21057] 02/29/08 15:43:01 patrick MF22 r21056: Fixed a crash caused by hardware having sensors with FBB …
(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) @21020 [21020] 02/09/08 20:58:57 patrick Yet another missed copyright update.
(edit) @21006 [21006] 01/16/08 18:43:28 patrick Fixed misuse of gmtl::Math::clamp<T>().
(edit) @21005 [21005] 01/15/08 19:51:45 patrick Fixed the Flystick HAT switch data now that device drivers do not …
(edit) @20974 [20974] 01/01/08 09:31:54 patrick Copyright update.
(edit) @20973 [20973] 12/31/07 13:11:39 patrick Fixed compile errors.
(edit) @20970 [20970] 12/30/07 14:09:06 patrick Refactored data normalization for analog devices so that user-level code …
(edit) @20969 [20969] 12/30/07 09:34:57 patrick Use boost::noncopyable to simplify the implementation of …
(edit) @20968 [20968] 12/30/07 09:28:46 patrick Improved const correctness including expanded use of const references …
(edit) @20967 [20967] 12/30/07 09:17:31 patrick Removed unneeded Win32 bits.
(edit) @20966 [20966] 12/30/07 08:09:51 patrick De-inline methods for which there is no benefit to use inlining …
(edit) @20965 [20965] 12/19/07 21:15:32 patrick MF22 r20964: Add a driver for the MotionNode? intertial tracker. This is …
(edit) @20954 [20954] 11/28/07 21:30:15 patrick Removed the -m option used with ld(1) on Mac OS X. The Juggler libraries …
(edit) @20953 [20953] 11/28/07 21:18:10 patrick Set the Mach-O -arch options correctly this time.
(edit) @20952 [20952] 11/28/07 20:56:34 patrick Simplify the Mac OS X architecture cases.
(edit) @20951 [20951] 11/28/07 20:24:42 patrick Added the Mach-O x86_64 case.
(edit) @20946 [20946] 11/28/07 08:07:29 patrick startSampling() now returns true on successful startup. Reported by: …
(edit) @20939 [20939] 11/21/07 08:29:19 patrick With Cocoa, identify the right mouse button as MBUTTON3 to be …
(edit) @20934 [20934] 11/18/07 13:31:47 patrick The X,Y position reported for mouse events now uses a coordinate frame …
(edit) @20933 [20933] 11/18/07 13:19:10 patrick Tighten up the implementation of createWindow().
(edit) @20932 [20932] 11/18/07 13:18:04 patrick Removed unneded casts. No functional changes.
(edit) @20931 [20931] 11/18/07 13:16:42 patrick Fixed coding standard violations. Improved debug output. Wrapped a few …
(edit) @20930 [20930] 11/18/07 13:06:37 patrick Put the code for getting the X11 display attributes in a reusable method.
(edit) @20924 [20924] 11/18/07 03:40:12 patrick Backed out more of r20922. All that was supposed to change in that …
(edit) @20923 [20923] 11/18/07 03:37:40 patrick Removed debug output that I did not mean to commit.
(edit) @20922 [20922] 11/18/07 03:14:41 patrick Reorganized code and data in the Cocoa input window and input area …
(edit) @20912 [20912] 11/12/07 10:23:42 patrick MF22 r20911: Work around unexpected breakage in AC_PATH_XTRA on Red Hat …
(edit) @20905 [20905] 11/08/07 17:38:32 patrick Rework the logic for determining when to use Cocoa and when to use X11 …
(edit) @20886 [20886] 10/30/07 09:46:17 dshipton - Fixes a configuration error where we send the configuration to the …
(edit) @20880 [20880] 10/11/07 11:46:13 patrick Implement gadget::InputWindowXWin::setHints() using C++ features.
(edit) @20879 [20879] 10/11/07 11:20:02 patrick MF22 r20743: Make input windows easier to find and recognize from the …
(edit) @20869 [20869] 09/26/07 13:46:41 patrick Protect against operator error if an invalid path is set in the …
(edit) @20794 [20794] 09/08/07 06:44:09 patrick Changed the default installation location for libusb to /usr.
(edit) @20780 [20780] 09/06/07 16:54:59 patrick Fixed a compile error when using a version of GCC older than 4.0.
(edit) @20768 [20768] 09/06/07 09:03:03 patrick Change the run-time behavior of the automatic assignment of …
(edit) @20764 [20764] 09/06/07 07:12:21 patrick Avoid getting stuck in an infinite loop trying to find the package …
(edit) @20761 [20761] 09/04/07 21:49:49 patrick Set GADGET_BASE_DIR and the new environment variable …
(edit) @20741 [20741] 08/21/07 20:02:28 patrick Ignore .svn directories.
(edit) @20737 [20737] 08/21/07 19:49:26 patrick Correct dates.
(edit) @20735 [20735] 08/21/07 19:47:23 patrick No more SPROC.
(edit) @20699 [20699] 08/11/07 14:22:56 aronb Fix debug output that was in the wrong order.
(edit) @20696 [20696] 08/11/07 13:49:55 patrick The FTD2XX SDK is available for Mac OS X, and its usage is just …
(edit) @20694 [20694] 08/11/07 13:31:39 patrick MF22 r20692: Fixed build errors that I introduced last night.
(edit) @20688 [20688] 08/10/07 21:44:02 patrick Register the new input base type added in r20685.
(edit) @20687 [20687] 08/10/07 21:36:10 patrick Fixed a data initialization error (array/vector index out of bounds).
(edit) @20686 [20686] 08/10/07 21:35:42 patrick Derive from a known gadget::InputMixer<S,T> instantiation.
(edit) @20685 [20685] 08/10/07 21:34:17 patrick Derive from a known gadget::InputMixer<S,T> instantiation.
(edit) @20644 [20644] 08/08/07 16:29:55 patrick Fixed VRPN detection. The test needed to link against the pthreads …
(edit) @20624 [20624] 08/02/07 15:09:58 patrick MF22 r20619: VRPN has an installation procedure, so we will use it. This …
(edit) @20605 [20605] 07/29/07 21:42:24 patrick Noted critical bug fix for clustered device usage. Bumped version to …
(edit) @20604 [20604] 07/29/07 21:40:53 patrick Fixed compile error.
(edit) @20603 [20603] 07/28/07 11:28:25 aronb Change getInputTypeName() to be virtual. This fixes a problem with …
(edit) @20601 [20601] 07/27/07 16:12:39 aronb Make sim devices use pre-defined input base types.
(edit) @20600 [20600] 07/27/07 12:07:17 aronb Assert earlier if base type is not known.
(edit) @20588 [20588] 07/24/07 10:19:22 patrick MF22 r20582: Added a missing newline.
(edit) @20577 [20577] 07/20/07 19:41:35 patrick MF22 r20571: Use Flagpoll in the Gadgeteer plug-in build process to …
(edit) @20546 [20546] 07/14/07 21:27:05 aronb Change back to MIN_GMTL_VERSION. This matches up with the unix build.
(edit) @20544 [20544] 07/14/07 20:57:09 aronb MIN_GMTL_VERSION or GMTL_VERSION. Seems like cppdom uses CPPDOM_VERSION, …
(edit) @20539 [20539] 07/13/07 22:56:47 patrick MF22 r20533, r20534: Look for Objective-C++ files.
(edit) @20508 [20508] 07/08/07 19:34:33 patrick MF22 r20507: Fixed the release build. The 'debug' subdirectory for the …
(edit) @20496 [20496] 07/08/07 16:37:35 patrick These modules load plug-ins using vpr::LibraryLoader?. While there has …
(edit) @20493 [20493] 07/08/07 16:12:40 patrick Note the new handling of debug-enabled code on all platforms and …
(edit) @20492 [20492] 07/08/07 16:06:08 patrick Get the non-Windows build and installation in sync with the Windows …
(edit) @20491 [20491] 07/08/07 16:03:09 patrick When we are running a debug build (not linking against the debug runtime …
(edit) @20490 [20490] 07/08/07 16:01:55 patrick Instead of using a different name to distinguish between debug-enabled …
(edit) @20446 [20446] 07/05/07 08:01:48 patrick Merged r20429 from the 2.2 branch: Back out r19558. Quaternion usage …
(edit) @20445 [20445] 07/05/07 08:00:58 patrick Fixed logic inversion introduced in r20419.
(edit) @20430 [20430] 07/04/07 06:59:42 patrick Be sure that we link against the dynamic versions of the Boost and …
(edit) @20419 [20419] 07/02/07 07:45:01 patrick mActive was not being updated to reflect the state of the …
(edit) @20397 [20397] 06/30/07 07:09:06 patrick When looking up the Gadgeteer DLL to get the icon for the window, factor …
(edit) @20389 [20389] 06/29/07 16:32:03 patrick Version number update.
(edit) @20388 [20388] 06/29/07 16:30:14 patrick Get the /Device Driver Guide/ up to date with API changes and …
(edit) @20387 [20387] 06/29/07 16:27:02 patrick Use flagpoll to get the setting for DZR_BASE_DIR.
(edit) @20386 [20386] 06/29/07 16:26:19 patrick Get this to compile again.
(edit) @20359 [20359] 06/27/07 11:14:50 patrick MF22 r20358: Enhanced version of the A.R.T. DTrack driver. This …
(edit) @20357 [20357] 06/27/07 11:02:48 patrick Using /DEBUG when linking causes problems with Visual C++ 7.1 …
(edit) @20356 [20356] 06/27/07 10:59:28 patrick I have determined that it is not necessary for subclasses of gadget::Input …
(edit) @20355 [20355] 06/27/07 09:57:46 patrick Silence API deprecation warnings from Visual C++ 8.0.
(edit) @20351 [20351] 06/26/07 18:10:20 patrick Note the change from _DEBUG to GADGET_DEBUG/JUGGLER_DEBUG and bumped …
(edit) @20345 [20345] 06/26/07 18:02:47 patrick Change the preprocessor symbols that we use for identifying debug …
(edit) @20344 [20344] 06/26/07 17:51:27 patrick Removed debug output.
(edit) @20343 [20343] 06/26/07 17:50:16 patrick Fixed a Visual C++ build error.
(edit) @20342 [20342] 06/26/07 17:37:35 patrick Silence an unused variable warning.
(edit) @20326 [20326] 06/25/07 21:16:07 patrick Updated for Gadgeteer 1.3.9 API changes.
(edit) @20325 [20325] 06/25/07 21:15:53 patrick Roll the version to 1.3.9 after the API changes to …
(edit) @20324 [20324] 06/25/07 20:18:23 patrick Test for GADGET_DEBUG rather than VPR_DEBUG in Gadgeteer. The upcoming …
(edit) @20323 [20323] 06/23/07 19:54:47 aronb Clean up BaseTypeFactory? a little by removing the need for an external …
(edit) @20322 [20322] 06/23/07 17:18:18 aronb Clean up the BaseTypeFactory? a little more. This shared_ptr≠ version of …
(edit) @20321 [20321] 06/23/07 17:13:48 aronb Fix spacing.
(edit) @20320 [20320] 06/23/07 14:48:03 aronb Keep track of IO stats in debug mode.
(edit) @20308 [20308] 06/15/07 16:10:40 patrick Require Gadgeteer 1.3.8 for the gadget::InputMixer<S,T> typedefs.
(edit) @20307 [20307] 06/15/07 16:08:39 patrick MF20: Define all possible input base types in InputBaseTypes?.h. When …
(edit) @20298 [20298] 06/09/07 09:39:25 patrick Added support for DragonFlyBSD, a fork of FreeBSD 4.9.
(edit) @20255 [20255] 05/23/07 09:03:02 aronb We should not recreate a socket if the first attempt failed. This code was …
(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.
Note: See TracRevisionLog for help on using the revision log.