An error occurred fetching the project authors.
- 17 Dec, 2012 1 commit
-
-
Rusty Russell authored
In this case, CCAN_CFLAGS should be "". Signed-off-by:
Rusty Russell <rusty@rustcorp.com.au>
-
- 22 Nov, 2012 1 commit
-
-
Rusty Russell authored
Signed-off-by:
Rusty Russell <rusty@rustcorp.com.au>
-
- 10 Sep, 2012 1 commit
-
-
Rusty Russell authored
In particular, HAVE_CLOCK_GETTIME_IN_LIBRT.
-
- 08 Jun, 2012 1 commit
-
-
Rusty Russell authored
-
- 27 Mar, 2012 2 commits
-
-
Rusty Russell authored
Needed for FIONREAD.
-
Rusty Russell authored
Header file was wrong, suncc gives warning about missing open prototype, causing configurator to fail.
-
- 14 Feb, 2012 1 commit
-
-
Rusty Russell authored
An interesting case came up with the tdb2 code in SAMBA recently. It's a public library, and it doesn't want to be dependent on CCAN, but the header uses cast and typesafe_cb for extra type safety. A good solution to this is to put dummy versions under !HAVE_CCAN. Of course, any CCAN config.h should define HAVE_CCAN.
-
- 12 Dec, 2011 1 commit
-
-
Andrey Smirnov authored
Just adding `-g' to list of CFLAGS doesn't make gcc to generate debug information required for macro expansion during debugging. Replacing it with `-g3 -ggdb' rectifies this. (configurator.c commit folded by Rusty)
-
- 05 Dec, 2011 2 commits
-
-
Rusty Russell authored
-
Rusty Russell authored
-
- 29 Nov, 2011 1 commit
-
-
Rusty Russell authored
-
- 28 Apr, 2011 2 commits
-
-
Rusty Russell authored
Douglas Bagnell noted that it didn't specify.
-
Douglas Bagnall authored
Makes it easier to reuse this code in other projects.
-
- 27 Apr, 2011 1 commit
-
-
Rusty Russell authored
-
- 19 Apr, 2011 1 commit
-
-
Rusty Russell authored
Defines whether it's useful to do #define _FILE_OFFSET_BITS 64 to get a larger off_t.
-
- 02 Apr, 2011 2 commits
-
-
Andreas Schlick authored
-
Andreas Schlick authored
-
- 28 Mar, 2011 1 commit
-
-
Rusty Russell authored
This isn't on RHEL4, for example: isascii() and isblank() are not in C89.
-
- 24 Mar, 2011 1 commit
-
-
David Gibson authored
memmem(), which searches for one bytestring in a longer bytestring is one of those functions that should be standard, but isn't. This patch adds a ccan configurator test for the function so that modules can use or replace it as necessary. Signed-off-by:
David Gibson <david@gibson.dropbear.id.au>
-
- 22 Mar, 2011 1 commit
-
-
Rusty Russell authored
Be a little more careful with const.
-
- 21 Mar, 2011 1 commit
-
-
Rusty Russell authored
-
- 02 Mar, 2011 1 commit
-
-
Rusty Russell authored
Thanks to Andreas Schlick, we have a nicer test for when gcc warns about trampolines (gcc 4.6's -Wtrampolines). This works at any optimization level, and means when that warning is enabled we recognize that we shouldn't allow nested functions.
-
- 01 Mar, 2011 3 commits
-
-
Rusty Russell authored
-
Rusty Russell authored
Otherwise we don't get goodies like asprintf, and 64-bit offsets. Should be a harmless-define on non-glibc systems.
-
Rusty Russell authored
-
- 04 Jan, 2011 1 commit
-
-
Rusty Russell authored
-
- 01 Jan, 2011 1 commit
-
-
Rusty Russell authored
-
- 08 Dec, 2010 1 commit
-
-
Rusty Russell authored
Unfortunately, gcc only warns if it sees an unknown attribute (in this case, gcc 4.1 vs "cold").
-
- 15 Nov, 2010 2 commits
-
-
Rusty Russell authored
-
Rusty Russell authored
This means we can pass various compulation tests, but deduct points if they get warnings.
-
- 03 Nov, 2010 1 commit
-
-
Rusty Russell authored
A simple C program to generate config.h. It also saves the compiler and flags for use by ccanlint (though they have to accept -c and -o).
-