summaryrefslogtreecommitdiff
path: root/examples/utils.c
Commit message (Collapse)AuthorAgeFilesLines
* Adding more strict compile Warning flags to gcc buildAlan Antonuk2012-05-241-1/+1
| | | | | | | | Added: -Wall -Wextra -pedantic -Wstrict-prototypes -Wcast-align -Wno-unused-function -fno-common -fvisibility=hidden The library compiles cleanly with the exception of the tools dir which has trouble with the initializer lists
* Fix compiler warnings (checked clang & gcc)Michael Steinert2012-05-171-1/+1
| | | | Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
* Automated relicensing of source files MPL/GPL -> MITMarek Majkowski2012-04-121-26/+20
|
* Update copyright 2012Emile Joubert2012-02-021-1/+1
|
* Update copyright noticesDavid Wragg2011-03-011-19/+7
| | | | And generally bring debian/copyright up to date.
* Add newlines on error messages in examplesDavid Wragg2010-10-281-4/+4
|
* Make the examples compile and work under WindowsDavid Wragg2010-10-211-0/+188