Philippe Teuwen
|
01303fab0d
|
astyle --formatted --mode=c --indent=spaces=2 --indent-switches --indent-preprocessor --keep-one-line-blocks --max-instatement-indent=60 --brackets=linux --pad-oper --unpad-paren --pad-header
|
2012-05-29 15:54:36 +00:00 |
|
Romuald Conty
|
26865bbc19
|
Remove extra whitespaces/tabs before EOL.
find . -name '*.[ch]' | xargs perl -pi -e 's/\t+$//; s/ +$//'
Thanks to Ludovic.
|
2012-05-29 00:33:22 +00:00 |
|
Audrey Diacre
|
983d4932f3
|
documentation: add utils and examples and hide internal files.
|
2012-01-31 14:28:45 +00:00 |
|
Audrey Diacre
|
52bc5853d8
|
Remove whitespace after star symbol for pointers
|
2011-11-25 15:21:10 +00:00 |
|
Audrey Diacre
|
784a2f86a2
|
Change byte_t type to uint8_t (Fixes Issue 147)
|
2011-11-24 10:54:42 +00:00 |
|
Audrey Diacre
|
c718fafee7
|
Massive code clean up: (Fixes Issue 161)
- Remove typedef from internal structs
- Remove _t suffix from types
- Fix tests using connstrings
|
2011-11-23 15:55:40 +00:00 |
|
Romuald Conty
|
8c7b61eaba
|
move some examples to utils/ since they are not examples anymore :) (Fixes Issue 164)
|
2011-09-30 11:33:31 +00:00 |
|