Age | Commit message (Expand) | Author |
2012-08-14 | use g_str functions to extract units | Michael J. Chudobiak |
2012-08-14 | Fix cppcheck warning, and add explicit Flash init names | Michael J. Chudobiak |
2012-08-14 | Fix improper string memory allocation | Michael J. Chudobiak |
2012-08-14 | remove unneeded outer loop | Michael J. Chudobiak |
2012-08-14 | astyle formatting run | Michael J. Chudobiak |
2012-08-14 | String_trim_excess_digits is not needed, since atof "just works" in glib | Michael J. Chudobiak |
2012-08-14 | remember to unref regex | Michael J. Chudobiak |
2012-08-14 | fix header for String_is_it_numeric | Michael J. Chudobiak |
2012-08-14 | use pcre regex to implement String_is_it_numeric | Michael J. Chudobiak |
2012-08-13 | better newline formatting of responses | Michael J. Chudobiak |
2012-08-13 | let parser handle command prompt generation | Michael J. Chudobiak |
2012-08-13 | renamed a variable | Michael J. Chudobiak |
2012-08-13 | separate main output and error responses | Michael J. Chudobiak |
2012-08-13 | wrong str length used in output | Michael J. Chudobiak |
2012-08-13 | always append CR+LF to outgoing message | Michael J. Chudobiak |
2012-08-13 | simplify output callback by calculating string size automatically | Michael J. Chudobiak |
1999-12-31 | re-add old is_numeric detector - new code couldn't handle ".1" or "2" | root |
1999-12-31 | prepare to arrange responses as callbacks | root |
1999-12-31 | Merge branch 'master' of ulmo:Instrument | root |
2012-08-13 | Fixed i2c error return value | Michael J. Chudobiak |
1999-12-31 | fix various warnings | root |
1999-12-31 | many small fixes | root |
1999-12-31 | add new files | root |
1999-12-31 | initial parser re-implementation | root |
1999-12-31 | removed some fixed-width strings in LCD handling | root |
1999-12-31 | use g_str instead of malloc | root |
1999-12-31 | first LCD support | root |
1999-12-31 | Added I2C address macros | root |
1999-12-31 | keep i2c test code in | root |
1999-12-31 | mark I2C test code | root |
1999-12-31 | add better typing to I2C code, add I2C test routine in response.c | root |
1999-12-31 | Added I2C read/write support, on cape bus for now | root |
1999-12-31 | put version header in right place | root |
1999-12-31 | added missing version header | root |
1999-12-31 | Simplify version number support | root |
1999-12-31 | do not mix errors and sizes on input either | root |
2012-08-01 | don't mix error codes and byte counts | root |
2012-08-01 | strip off whitespace from the input, in the response generator | root |
2012-08-01 | rename echoCb to responseCb | root |
2012-07-31 | add missing version file | Michael J. Chudobiak |
2012-07-20 | added version info | Michael J. Chudobiak |
2012-07-19 | change echo to a single multiline string | Michael J. Chudobiak |
2012-07-19 | Merge branch 'master' of ulmo:Instrument | Michael J. Chudobiak |
2012-07-19 | added make install; fixed echoing | Michael J. Chudobiak |
2012-07-19 | remove useless file | Michael J. Chudobiak |
2012-07-19 | added missing stdlib include | Michael J. Chudobiak |
2012-07-19 | more ignore file | Michael J. Chudobiak |
2012-07-19 | remove more build files | Michael J. Chudobiak |
2012-07-19 | remove Makefile from git | Michael J. Chudobiak |
2012-07-19 | link libraries properly | Michael J. Chudobiak |