aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2010-12-21rammed [hid] into the template Makefile and started debianizingHans-Christoph Steiner
svn path=/trunk/externals/hid/; revision=14672
2010-12-21removed old Makefile to make way for template-derived versionHans-Christoph Steiner
svn path=/trunk/externals/hid/; revision=14671
2006-08-22everything is building, the element array is being properly populated, I ↵Hans-Christoph Steiner
just need to fix the data output to use the new element array svn path=/trunk/externals/hcs/hid/; revision=5706
2006-06-02ripped out old method of get events and build whole new method which should ↵Hans-Christoph Steiner
use a lot less CPU; its now based on arrays of structs that are built before running. There is a 2D array for (device,element) struct, t_hid_element, which holds the output symbols, thus eliminating symbol lookups for each event that is outputted; its Mac OS X only write now, GNU/Linux will come eventually... svn path=/trunk/externals/hcs/hid/; revision=5156
2006-05-27seemed to fix the mac crasher bug caused by HIDReleaseBuildList wierdness; ↵Hans-Christoph Steiner
cleaned up things a bit and made it possible to open devices by type svn path=/trunk/externals/hcs/hid/; revision=5138
2006-05-26thought I'd check in a working(?) version of this makefile before I wipe it ↵Hans-Christoph Steiner
and use externals/Makefile svn path=/trunk/externals/hcs/hid/; revision=5137
2006-04-06only include Makefile.buildlayout if it is available; this allows us to ↵IOhannes m zmölnig
build hid even if you don't have everything checked out with something like: "OS_NAME=linux make all" svn path=/trunk/externals/hcs/hid/; revision=4822
2005-12-19got the basic sketch working, but now I have to figure out the hid.dll ↵Hans-Christoph Steiner
nameclash issue... arg svn path=/trunk/externals/hcs/hid/; revision=4258
2005-06-11added barebones ff function to linux file so that it'll workHans-Christoph Steiner
svn path=/trunk/externals/hcs/hid/; revision=3166
2005-06-10- got ff_autocenter and ff_gain working fine, now its time for some actualHans-Christoph Steiner
effects!! svn path=/trunk/externals/hcs/hid/; revision=3164
2005-06-06- cleaned up CFLAGS and tried higher optimization, which failed to buildHans-Christoph Steiner
- implemented a second outlet which outputs data upon [refresh( to build a popup menu to select the device by name using a [popup]. This uncovered a bug, which is not fixed, it seems that everytime you open a device, that device gets added again to the list of devices svn path=/trunk/externals/hcs/hid/; revision=3122
2005-06-04updated joystick support on Mac OS X so that joystick twist is set to abs_rz ↵Hans-Christoph Steiner
and throttle is set to abs_throttle even when devices use different code pages (USB HID spec sucks!); minor code cleanups svn path=/trunk/externals/hcs/hid/; revision=3111
2005-05-25changed make stuff to reflect that the *-help.pd files were moved to doc/ in ↵Hans-Christoph Steiner
the CVS repository svn path=/trunk/externals/hcs/hid/; revision=3088
2005-05-20got rid of some minor warningsHans-Christoph Steiner
svn path=/trunk/externals/hcs/hid/; revision=3040
2004-10-23got everything running under GNU/Linux again, time to switch back to MacOS XHans-Christoph Steiner
svn path=/trunk/externals/hcs/hid/; revision=2144
2004-10-22more progress generalizing for cross-platformness; Darwin stuff compiles and ↵Hans-Christoph Steiner
the object loads, but it doesn't do anything yet svn path=/trunk/externals/hcs/hid/; revision=2141
2004-10-20auto-generated event type/code listings as pd filesHans-Christoph Steiner
svn path=/trunk/externals/hcs/hid/; revision=2132
2004-10-18[hid] now outputs downcased event names from input.h and Makefile should ↵Hans-Christoph Steiner
work on MacOSX and GNU/Linux svn path=/trunk/externals/hcs/hid/; revision=2121
2004-10-18got the input event array goingsvn2git-rootHans-Christoph Steiner
svn path=/trunk/externals/hcs/hid/; revision=2116