414 Commits (c8cace9092476e55fa9abf8b9635e7cf58af1968)

Author SHA1 Message Date
DrZiplok@gmail.com 458dfde81d Move the warning controls for APM out to AP_Common. This makes it easier to grab these for libraries uniformly. 14 years ago
DrZiplok@gmail.com a468abcdbf Add a better workaround for a GCC bug that generates spurious warnings for PSTR() 14 years ago
DrZiplok f345d5392f Back out the workaround for PSTR() warnings; it doesn't. 14 years ago
DrZiplok@gmail.com 906239160d Add a workaround for a GCC bug that generates spurious warnings for PSTR() 14 years ago
DrZiplok d2a2ee0fd8 More runtime magic; this time support required for static class objects at function scope. 14 years ago
james.goppert 33a7d26846 Adding missing loop counter for menu. 14 years ago
DrZiplok@gmail.com c39639045c Default un-supplied command arguments to the empty string and zero rather than leaving them potentially un-initialised. This makes it safe for commands to compare argument strings without adding the expense of checking argc first. 14 years ago
DrZiplok 23ccff2ccd Add support for 'new' and 'delete', so we can cons things on the fly. 15 years ago
DrZiplok 58c1714bd3 Add more documentation to the Menu class. 15 years ago
DrZiplok@gmail.com 6838829428 Use strtok_r rather than strtok. Saves a stack frame, two bytes of global, and fixes backwards compatibility with older avr-libc versions. 15 years ago
DrZiplok@gmail.com 4b09c9fade Fell asleep before committing these, oops. 15 years ago
DrZiplok@gmail.com e2184615d9 Change the way pre-prompt printing works to avoid having to deal with "magic" menu entries. 15 years ago
DrZiplok@gmail.com 064dda10bf Provide an easy way to print stuff before displaying the prompt. 15 years ago
DrZiplok@gmail.com eb6113e685 Add a simple commandline menu library. 15 years ago
DrZiplok@gmail.com dc85377587 Don't count on things including <stdint.h> before AP_Common.h. 15 years ago
DrZiplok@gmail.com 10f3a6f9cb Drop a couple things in here in support of code moving to libraries. 15 years ago