aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-08-09cleaned up buildsrc and unfiltered sections and turned them into libdirs; ↵Hans-Christoph Steiner
made 'pan' libdir and cleaned up source dir for easy makefile install rules; created 'deprecated' libdir and moved cruft there svn path=/trunk/externals/hcs/; revision=5529
2006-08-02sys/types.h is explicitly needed on Mac OS X 10.3; it shouldn't hurt on any ↵Hans-Christoph Steiner
of the other UNIXes svn path=/trunk/externals/hcs/; revision=5461
2006-08-01added a couple more device IDsHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=5451
2006-08-01separated usbhid into its own folder since it had dependencies that don't ↵Hans-Christoph Steiner
work on all platforms svn path=/trunk/externals/hcs/; revision=5448
2006-07-31GLOB_ABORTED and GLOB_NOMATCH don't exist in Mac OS X before 10.4, so check ↵Hans-Christoph Steiner
to see if they exist before using them svn path=/trunk/externals/hcs/; revision=5440
2006-07-31switched to nicer names =DHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=5437
2006-06-14ported [stat] to MinGW; #ifdef'ed out uname since there is no unamHans-Christoph Steiner
e with MinGW; ifdefed out [usbhid] since libhid hasn't been ported to MinGW yet svn path=/trunk/externals/hcs/; revision=5238
2006-06-13oops, got the POSIX macro switched around, works nowHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=5215
2006-06-13fixed error messages, they now output into Pd spaceHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=5206
2006-06-12changed [file_status] to [stat] since that's all it does; got [stat] ↵Hans-Christoph Steiner
working, still need to get error messages to work properly; created file_type Pd object svn path=/trunk/externals/hcs/; revision=5205
2006-06-12removed useless and annyoing password fieldHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=5204
2006-06-12removed Mac OS X-specific fields, they weren't used anywayHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=5203
2006-06-12turned passwd.c into group.c; fixed error message wording; added group/gid ↵Hans-Christoph Steiner
abstractions svn path=/trunk/externals/hcs/; revision=5202
2006-06-12added generic makefile with etags supportHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=5201
2006-06-12created a direct Pd interface for uname and utsname.hHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=5198
2006-06-12cleaned up ISOdate.pd, created ISOtime.pd, and added help filesHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=5197
2006-06-12return all passwd fields, and made abstractions for converting UID<->usernameHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=5196
2006-06-12added more file-based classes; file_status needs to output timestamp info tooHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=5192
2006-06-12changed default folder to folder of current patchHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=5190
2006-05-25made a quick square wave object based on [pwm~]Hans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=5125
2006-05-25updated to use purepd style; fixed up help and added linkHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=5124
2006-05-25wrote [float->ascii] in Pd for those wanted characters from a serial port, ↵Hans-Christoph Steiner
or whatever svn path=/trunk/externals/hcs/; revision=5123
2006-05-25updated to use only purepd objectsHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=5119
2006-05-25message naming makes more sense now, and there is more status info; don't ↵Hans-Christoph Steiner
know if writing works yet, probably needs some work svn path=/trunk/externals/hcs/; revision=5118
2006-05-25updated [pwm] to have default frequency if none is specified; added help ↵Hans-Christoph Steiner
file with visualization svn path=/trunk/externals/hcs/; revision=5117
2006-05-24got reading working, and some descriptor reporting working, but it doesn't ↵Hans-Christoph Steiner
make sense yet svn path=/trunk/externals/hcs/; revision=5115
2006-05-18lots of string bullshit, reports name nowHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=5086
2006-05-18renamed [libhid] to [usbhid] since it only works with USB HID devicesHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=5082
2006-05-18first sketch of opening workingHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=5081
2006-05-18got the packet building from messages working; now its time for some reading ↵Hans-Christoph Steiner
and writing svn path=/trunk/externals/hcs/; revision=5076
2006-05-17deleted test cruftHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=5068
2006-04-28documented trailing slash removalHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=5029
2006-04-28object for creating date symbol in ISO formatHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=5013
2006-04-08wrote [strip_path] to separate path from filename, and to handle filenames ↵Hans-Christoph Steiner
without paths properly; added instance counters so that the version is only displayed on the first instantiation svn path=/trunk/externals/hcs/; revision=4852
2006-03-27cleaned up files for releaseHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=4780
2006-03-27got the full path working on windows... ug.. why is windows programming ↵Hans-Christoph Steiner
inevitably a total pain in the ass? svn path=/trunk/externals/hcs/; revision=4779
2006-03-26minor cleanupsHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=4777
2006-03-26ported to windows, and some UNIX-side cleanups and fixes as well. Now its ↵Hans-Christoph Steiner
time to test it on Mac OS X and try to get envvar expansion working svn path=/trunk/externals/hcs/; revision=4776
2006-03-26fixed typo and warningHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=4774
2006-03-26removed getenv dep and ported to GNU libc for GNU/LinuxHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=4773
2006-03-26fully working version based on glob.hHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=4768
2006-03-26first attempt using opendir/readdirHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=4767
2006-03-17converted to use [float_argument]Hans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=4728
2006-03-17 changed [pddp] object tp [pddp( message to disable the [pddp] object, which ↵Hans-Christoph Steiner
causes crashes svn path=/trunk/externals/hcs/; revision=4727
2006-03-17 changed [pddp] object tp [pddp( message to disable the [pddp] object, which ↵Hans-Christoph Steiner
causes crashes svn path=/trunk/externals/hcs/; revision=4723
2006-03-17rough start at a cursor object, I need help with Pd GUI programmingHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=4722
2006-03-17object for converting Gem-style RGB values to the bizarre Pd color formatHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=4716
2006-03-17started sketch of a fancy audio amp slider with an embedded vu meter and a ↵Hans-Christoph Steiner
slider that changes color based on the level; needs some tweaking svn path=/trunk/externals/hcs/; revision=4715
2006-01-17added ideas the came about from the Pd-0.38.4-extendedRC7 build processHans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=4445
2006-01-17removed old HID cruft code. Its unused.Hans-Christoph Steiner
svn path=/trunk/externals/hcs/; revision=4435