Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a script to generate test pairs for matrix inversion. | Eric S. Raymond | 2015-01-08 | 2 | -0/+124 |
| | |||||
* | Add do-build script to run tests. | Greg Troxel | 2015-01-08 | 2 | -0/+24 |
| | | | | | | | This script is almost too trivial to check in, but it leaves files named like CHECK.release-3.11-181-g2ab8763 with regression test output, which is helpful when trouble arises. | ||||
* | Keep permissions 755. | Bernd Zeimetz | 2014-01-27 | 1 | -0/+0 |
| | |||||
* | Fix gpsd-debian-regressions.sh to recognize all new tests. | Bernd Zeimetz | 2014-01-27 | 1 | -2/+2 |
| | |||||
* | Add -j option to striplog. | Eric S. Raymond | 2013-11-08 | 1 | -3/+16 |
| | |||||
* | Test machinery improvements. raw-regress is now only partially broken. | Eric S. Raymond | 2013-11-05 | 1 | -2/+8 |
| | |||||
* | Test-machinery improvements. All regression tests pass. PPS is live. | Eric S. Raymond | 2013-11-05 | 1 | -11/+19 |
| | |||||
* | Document some conventions. | Eric S. Raymond | 2013-10-06 | 1 | -0/+8 |
| | |||||
* | Correct some code generation. | Eric S. Raymond | 2013-10-06 | 1 | -7/+7 |
| | |||||
* | Make vocabulary references in dump code. | Eric S. Raymond | 2013-10-06 | 1 | -2/+20 |
| | |||||
* | Generate structure name properly. | Eric S. Raymond | 2013-10-06 | 1 | -0/+5 |
| | |||||
* | Update a comment. | Eric S. Raymond | 2013-10-06 | 1 | -1/+2 |
| | |||||
* | Subtable parsing works. | Eric S. Raymond | 2013-10-06 | 1 | -5/+22 |
| | |||||
* | Modified table parsing - a step towards parsing vocabulary tables. | Eric S. Raymond | 2013-10-06 | 1 | -13/+25 |
| | |||||
* | Correctly generate JSON dumping code for trailing arrays. | Eric S. Raymond | 2013-10-05 | 1 | -5/+8 |
| | |||||
* | ind -> i as a loop variable name. | Eric S. Raymond | 2013-10-05 | 1 | -4/+4 |
| | |||||
* | Fixes to generation of JSON dump code for arrays. | Eric S. Raymond | 2013-10-05 | 1 | -3/+3 |
| | |||||
* | Fix a minor bug in boolean field generation. | Eric S. Raymond | 2013-10-02 | 1 | -10/+10 |
| | |||||
* | Derived-attribute generation for enumerated fields. | Eric S. Raymond | 2013-10-02 | 1 | -0/+4 |
| | |||||
* | Driver code generation for boolean fields. | Eric S. Raymond | 2013-10-02 | 1 | -0/+2 |
| | |||||
* | Change JSON-dumper code generation to match my previous commit. | Eric S. Raymond | 2013-10-01 | 1 | -1/+5 |
| | |||||
* | More output improvements to tablegen.py. | Eric S. Raymond | 2013-10-01 | 1 | -9/+13 |
| | |||||
* | Minor improvements to tablegen.py. | Eric S. Raymond | 2013-10-01 | 1 | -4/+12 |
| | |||||
* | tablegen.py conditionally includes -t. | Eric S. Raymond | 2013-10-01 | 1 | -3/+6 |
| | |||||
* | tablegen.py -t does more errorchecking. | Eric S. Raymond | 2013-10-01 | 1 | -3/+17 |
| | |||||
* | Properly string-quote in ais.py output. | Eric S. Raymond | 2013-07-05 | 1 | -1/+6 |
| | | | | | Address Savannah bug bug #39051: ais.py : json output has bad formating for strings | ||||
* | Fix a bug reported by KIU Shueng Chuan in Type 25 message handling. | Eric S. Raymond | 2012-07-31 | 1 | -1/+1 |
| | |||||
* | [AIS] Fix plenty of small bugs unveiled by aishub test campaign. | Christian Gagneraud | 2012-06-20 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | A test campaign was run with live data from aishub.net (ca. 25 millions sentence, 1.2 GB of logs), the goal was to check the decoding and the JSON parsing and dumping code. On all the AIS data, the following tests were done: - AIVDM decoding - JSON scaled dump - JSON validity check on scaled dump. - JSON unscaled dump - JSON validity check on unscaled dump - JSON unscaled idempotency check - JSON unscaled/scaled idempotency check The last check consisted of: - parsing the unscaled dump - dumping it back in scaled mode - compare it with the original scaled dump. This test campaign has unveiled plenty of small bugs all around the AIS code. This patch fixes all of them and adds new sentences in the regression tests. | ||||
* | [AIS] ais.py: Error messages format harmonization | Christian Gagneraud | 2012-06-20 | 1 | -5/+6 |
| | | | | | This allows automation of error message processing (statistics, ...). Error messages now only one line even if input was fragmented. | ||||
* | [AIS] ais.py: fix bad checksum error message | Christian Gagneraud | 2012-06-20 | 1 | -1/+1 |
| | |||||
* | [AIS] ais.py: fix optional name extension in type 21 | Christian Gagneraud | 2012-06-20 | 1 | -1/+1 |
| | |||||
* | Don't attempt key upload in Debian boxes. | Eric S. Raymond | 2012-05-29 | 1 | -0/+3 |
| | |||||
* | [AIS] Add UK/ROI AtoN monitoring data message handling | Christian Gagneraud | 2012-05-23 | 1 | -1/+30 |
| | |||||
* | [AIS] ais.py: Add IMO236 met/hydro message (type 8, dac 1, fid 11) | Christian Gagneraud | 2012-05-20 | 1 | -1/+145 |
| | |||||
* | [AIS] ais.py: Add DAC/FID to histogram output | Christian Gagneraud | 2012-05-20 | 1 | -2/+13 |
| | |||||
* | Delete ppstest. It never worked quite right, and now we can just use gpsd. | Eric S. Raymond | 2012-05-16 | 2 | -206/+0 |
| | |||||
* | More Coverity suppressions. | Eric S. Raymond | 2012-05-12 | 2 | -61/+0 |
| | | | | | Also, remove our custom scan script, I'm going to publish a more polished version. | ||||
* | Oops, pull the right things out of git. | Eric S. Raymond | 2012-05-11 | 1 | -3/+3 |
| | |||||
* | Sigh, scan submission via curl looks like it works but actually fails. | Eric S. Raymond | 2012-05-11 | 1 | -6/+10 |
| | |||||
* | Factor out more stuff. | Eric S. Raymond | 2012-05-10 | 1 | -3/+5 |
| | |||||
* | An attempt at scan submission through the Coverity website. | Eric S. Raymond | 2012-05-10 | 1 | -8/+18 |
| | |||||
* | Don't wire in what you can deduce. | Eric S. Raymond | 2012-05-10 | 1 | -3/+7 |
| | |||||
* | Store some critical information. | Eric S. Raymond | 2012-05-10 | 1 | -1/+5 |
| | |||||
* | A script for the front end of a Coverity self-build. | Eric S. Raymond | 2012-05-10 | 2 | -0/+37 |
| | |||||
* | List architectures without issues, too. | Bernd Zeimetz | 2012-04-21 | 1 | -0/+1 |
| | |||||
* | Allow to specify a version for gpsd-debian-regressions.sh | Bernd Zeimetz | 2012-04-05 | 1 | -1/+6 |
| | |||||
* | Add -d and a needed exit call. | Eric S. Raymond | 2012-02-27 | 1 | -2/+6 |
| | |||||
* | More might-not-be-DCD cleanup. | Eric S. Raymond | 2012-02-27 | 1 | -11/+10 |
| | |||||
* | Make it possible to set the control line to use. | Eric S. Raymond | 2012-02-27 | 1 | -65/+98 |
| | |||||
* | Smarter argument processing. | Eric S. Raymond | 2012-02-27 | 1 | -28/+37 |
| |