Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix unit test for C++ binding. | Eric S. Raymond | 2015-02-22 | 1 | -3/+5 |
| | |||||
* | Nuke trailing whitespace in C source. | Eric S. Raymond | 2012-09-07 | 1 | -2/+2 |
| | |||||
* | Explanatory comment and upstream bug explanation. | Eric S. Raymond | 2011-08-18 | 1 | -0/+6 |
| | |||||
* | Prevent the C++ test client from segfaulting when GPSD is not running. | Eric S. Raymond | 2011-07-06 | 1 | -1/+4 |
| | | | | | C++ clients should test the return from the stream method to see if the open succeeded. | ||||
* | Wait method needs an argument. | Eric S. Raymond | 2011-03-09 | 1 | -1/+1 |
| | |||||
* | Rebuild the C++ interface to use RAII. | Eric S. Raymond | 2011-02-02 | 1 | -9/+2 |
| | | | | Simplifies the code and invalidates Berlios ug #17778: crash in libgpsmm. | ||||
* | A working test for the C++ binding. | Eric S. Raymond | 2011-02-02 | 1 | -50/+102 |
| | | | | Don't know how this got broken, but broken it was. | ||||
* | Unused-header removals by deheader. All regression tests pass. | Eric S. Raymond | 2010-12-01 | 1 | -2/+0 |
| | |||||
* | rename #if 0 to be more descriptive | Chris Kuethe | 2010-04-18 | 1 | -6/+5 |
| | |||||
* | Vanish away Id and Rev $ keywords, git won't expand them to anything useful. | Eric S. Raymond | 2010-03-13 | 1 | -1/+0 |
| | |||||
* | Copyright stamps everywhere. No code changes. | Eric S. Raymond | 2010-03-11 | 1 | -1/+1 |
| | |||||
* | Add '#if 0' around code to exercise features removed from libgpsmm.h. | Greg Troxel | 2009-11-30 | 1 | -0/+8 |
| | | | | | | Unbreaks the build. This test case now does approximately nothing; it's not clear to be how libgpsmm is supposed to be used, and why there is no callback support. | ||||
* | Adjust type of local callback function to match type in the .h file. | Greg Troxel | 2009-11-22 | 1 | -2/+2 |
| | | | | This removes "int level", which was unused anyway. | ||||
* | repository beautification, part 2: | Chris Kuethe | 2009-03-02 | 1 | -0/+71 |
rename the test programs to test_$(subsystem).c |