Lammert Bies
|
7719e2112a
|
Added Travis CI status image
|
2021-04-21 23:33:59 +02:00 |
|
Lammert Bies
|
a92dd98fb8
|
Added Travis CI yaml
|
2021-04-21 23:27:58 +02:00 |
|
Dagan Martinez
|
a12d100f48
|
Allow libcrc to be used with C++ (#20)
* Allow libcrc to be used with C++
* Ignore all objects
|
2021-02-11 16:51:25 +01:00 |
|
Florian Delizy
|
fde4cb1da7
|
fix gcc7 build, allow Makefile to use extern CC variable (#7)
|
2021-01-26 18:45:01 +01:00 |
|
Lammert Bies
|
b5e4186d7a
|
Added compiler warning suppression for VS2017
|
2019-09-16 11:43:26 +02:00 |
|
Lammert Bies
|
f4a49c66b3
|
Merge branch 'master' of https://github.com/lammertb/libcrc
|
2018-12-03 13:01:08 +01:00 |
|
Lammert Bies
|
fb02cee2b9
|
Added stddef.h header file
|
2018-12-03 13:00:46 +01:00 |
|
LinAGKar
|
451bbed636
|
Format checksum as char-sized int in checksum_NMEA (#8)
Compiler complains when trying to format it as a full-size int into a 3-byte string.
|
2018-12-03 12:39:41 +01:00 |
|
Lammert Bies
|
ab44f7e8f3
|
Removed format truncation warning because it is not universally supported by compilers
|
2018-12-03 12:30:38 +01:00 |
|
Lammert Bies
|
6628639d1a
|
Added extra error message for format truncation
|
2018-12-03 12:26:58 +01:00 |
|
Lammert Bies
|
adf4ffe8f7
|
Merge pull request #2 from garverp/gcc540_fix
Fix compile error on GCC 5.4.0 (Ubuntu 16.04.1 LTS)
|
2017-11-10 13:08:13 +01:00 |
|
Paul Garver
|
4405a35a17
|
Fixes fgets() return value is never used. On gcc 5.4.0, causes a compile error because warnings are treated as errors in the default Makefile. Otherwise, need -Wno-unused-result to compile on gcc 5.4.0
|
2017-07-07 09:10:51 -04:00 |
|
Lammert Bies
|
85756a691a
|
Added missing doc link
|
2016-12-17 01:41:27 +01:00 |
|
Lammert Bies
|
3d6c81f8ae
|
Fixed line breaks
|
2016-12-17 01:12:41 +01:00 |
|
Lammert Bies
|
fd201738f3
|
Fixed type issue on FreeBSD 10.3/64
|
2016-11-14 05:12:33 +01:00 |
|
lammertb
|
7688c41c76
|
Added 32 bit table generation
|
2016-12-04 15:27:38 +01:00 |
|
lammertb
|
5ee5042908
|
Added 32 bit table generation
|
2016-12-04 15:27:27 +01:00 |
|
Lammert Bies
|
869b0e1b0a
|
Fixed directory issue on Linux
|
2016-11-23 13:46:53 +01:00 |
|
lammertb
|
412f02b4b4
|
Fixed long long constant type
|
2016-12-04 14:56:04 +01:00 |
|
lammertb
|
48d1147178
|
Moved CRC64 LUT table calculation out of runtime
|
2016-12-04 14:52:15 +01:00 |
|
lammertb
|
d948b50516
|
Fixed spelling
|
2016-12-04 13:45:16 +01:00 |
|
lammertb
|
eb023c8f25
|
Fixed internal linking
|
2016-12-04 13:44:09 +01:00 |
|
lammertb
|
5090d80633
|
Added Changelog file
|
2016-12-04 13:30:13 +01:00 |
|
lammertb
|
9ab15e3107
|
Added CRC-64/WE calculation
|
2016-12-04 12:30:31 +01:00 |
|
lammertb
|
9615237c9d
|
Optimized functions
|
2016-12-04 04:16:05 +01:00 |
|
lammertb
|
600316a019
|
Optimized CRC functions
|
2016-12-04 03:33:43 +01:00 |
|
lammertb
|
4d591f0ce4
|
Fixed internal doc link
|
2016-12-04 02:51:14 +01:00 |
|
lammertb
|
a32cc4c90a
|
Enhanced CRC64 documentation
|
2016-12-04 02:49:38 +01:00 |
|
lammertb
|
57cb248228
|
Added source and doc files for CRC64
|
2016-12-04 02:44:39 +01:00 |
|
lammertb
|
1a57ca2543
|
Added 64 bit CRC ECMA-182 calculation
|
2016-12-04 02:43:33 +01:00 |
|
lammertb
|
8c874cdbb5
|
Fixes for proper MD to HTML conversion
|
2016-11-28 18:11:39 +01:00 |
|
lammertb
|
bf34f4feca
|
Fixed case of document names
|
2016-11-28 15:44:05 +01:00 |
|
lammertb
|
cad37b96f9
|
Fixed header type
|
2016-11-28 14:57:21 +01:00 |
|
lammertb
|
bedd56d918
|
Added download path for zip files and tar balls
|
2016-11-28 10:22:51 +01:00 |
|
lammertb
|
32aacc558e
|
Fixed layout API documents
v2.0
|
2016-11-27 01:09:01 +01:00 |
|
lammertb
|
e3d7758df7
|
Updated link name
|
2016-11-26 17:39:49 +01:00 |
|
lammertb
|
b04e8915c4
|
Fixed internal link
|
2016-11-26 17:38:36 +01:00 |
|
lammertb
|
cfebff3b50
|
Fixed spelling
|
2016-11-26 17:37:18 +01:00 |
|
lammertb
|
a030206614
|
Fixed internal links
|
2016-11-26 17:33:33 +01:00 |
|
lammertb
|
405012edf2
|
Fixed internal link
|
2016-11-26 17:31:31 +01:00 |
|
lammertb
|
af32e18967
|
Added full API Reference
|
2016-11-26 17:24:34 +01:00 |
|
lammertb
|
478b958cf8
|
Documented CRC start values
|
2016-11-26 11:53:33 +01:00 |
|
lammertb
|
8b139dd0a0
|
Fixed spelling
|
2016-11-22 23:12:59 +01:00 |
|
lammertb
|
e54c226ab3
|
Grammar fix
|
2016-11-22 23:10:27 +01:00 |
|
lammertb
|
0015b0aa2c
|
Fixed spelling
|
2016-11-22 23:09:09 +01:00 |
|
lammertb
|
914c295e3c
|
Added reference to online calculator
|
2016-11-22 23:08:02 +01:00 |
|
lammertb
|
2c3c460547
|
Fixed headline
|
2016-11-22 23:03:54 +01:00 |
|
lammertb
|
79b2eaab48
|
Added text to README.md
|
2016-11-22 23:01:41 +01:00 |
|
lammertb
|
e130eba3df
|
Removed empty lines
|
2016-11-22 21:49:12 +01:00 |
|
Lammert Bies
|
8796e0dd20
|
Fixed some Centos 5.x issues
|
2016-11-22 23:22:45 +01:00 |
|