ccan.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-08-18 07:48:34 to 2016-09-19 01:01:32 UTC [more...]

[PATCH 0/9] configurator: Support for Windows and MSVC
 2016-09-19  0:52 UTC  (6+ messages)
` [PATCH 1/9] configurator: Replace unlink with remove
` [PATCH 2/9] configurator: Reimplement run using popen
` [PATCH 5/9] configurator: Mark non-Windows tests MAY_NOT_COMPILE
` [PATCH 6/9] configurator: Print test source without cat
` [PATCH 7/9] configurator: Fix compiler warning with compare

[PATCH 0/5] altstack: cleanups
 2016-06-20  8:26 UTC  (15+ messages)
` [PATCH 1/5] altstack: Consolidate thread-local variables
` [PATCH 2/5] altstack: Restore alternate signal stack state
` [PATCH 3/5] altstack: Use ptrint instead of bare casts
` [PATCH 4/5] altstack: Don't use 0 pointer literals
` [PATCH 5/5] altstack: Don't log internal calls in test cases

[PATCH 0/2] Bellman-Ford
 2016-06-12 13:17 UTC  (3+ messages)
` [PATCH 1/2] aga,agar: Rename aga_dijkstra_all_paths()
` [PATCH 2/2] aga,agar: The Bellman-Ford algorithm

[PATCH] tlist: Add tlist_next() and tlist_prev() functions
 2016-06-05  5:15 UTC  (2+ messages)

[PATCH 0/2] More build cleanups
 2016-05-24 11:13 UTC  (5+ messages)
` [PATCH 1/2] Automatically determine which modules have source
` [PATCH 2/2] Build info files

[PATCH 0/4] Cleanups to ccan build
 2016-05-02  9:33 UTC  (7+ messages)
` [PATCH 1/4] Add missing files to make clean
` [PATCH 2/4] Clean up use of 'rm' in Makefiles
` [PATCH 3/4] Exclude system headers from .d files
` [PATCH 4/4] Correctly include dependencies for nested modules

altstack causing travis-ci failures
 2016-03-27  4:39 UTC  (3+ messages)

Github mirror push rejected
 2016-03-25 13:48 UTC 

[PATCH 0/3] Misc fixes for webpages target
 2016-03-25 13:12 UTC  (4+ messages)
` [PATCH 1/3] Makefile-ccan: Add cppmagic to MODS_NO_SRC
` [PATCH 2/3] Makefile-web: Introduce variable for PHP binary
` [PATCH 3/3] staticmoduleinfo: Replace deprecated split() with explode()

[PATCH 0/3] generators in C
 2016-02-25 11:26 UTC  (5+ messages)
` [PATCH 1/3] configurator: Add test for ucontext.h
` [PATCH 2/3] generator: Generators for C
` [PATCH 3/3] generator: Allow generators to take arguments

[PATCH 0/4] altstack: Small bugfixes
 2016-02-18  5:49 UTC  (9+ messages)
` [PATCH 1/4] altstack: Increase signal stack size
` [PATCH 2/4] altstack: Include config.h in run.c
` [PATCH 3/4] altstack: Declare memory clobbers
` [PATCH 4/4] altstack: Clarify checking macros

[PATCH] altstack: stack alignment and accounting tweaks
 2016-02-16 17:41 UTC  (5+ messages)

git error on push
 2016-02-11  1:56 UTC  (4+ messages)

[PATCH] btree: Add custom allocator interface
 2016-02-09  2:14 UTC  (9+ messages)

CCAN update for 2016-11
 2016-02-05  3:30 UTC 

Test failure in rszshm
 2016-02-03  5:52 UTC  (3+ messages)

[PATCH 0/5] Assorted small fixes
 2016-02-02  1:54 UTC  (7+ messages)
` [PATCH 1/5] strmap: Convert to using TCON_WRAP() instead of plain TCON()
` [PATCH 2/5] htable: Mark functions constructed by HTABLE_DEFINE_TYPE as UNNEEDED
` [PATCH 3/5] idtree: Fix comparison is always false warning
` [PATCH 4/5] idtree: Fix misindented statement
` [PATCH 5/5] idtree: Fix undefined behaviour (left shift of signed value)

[PATCH 0/5] cppmagic: Preprocessor tricks
 2016-02-01  3:59 UTC  (9+ messages)
` [PATCH 1/5] cppmagic: New module
` [PATCH 2/5] cppmagic: Logical operations
` [PATCH 3/5] cppmagic: Conditionals
` [PATCH 4/5] cppmagic: Allow multiple and deferred evaluation
` [PATCH 5/5] cppmagic: Iteration

[PATCH] altstack: New module
 2016-01-28 19:53 UTC  (3+ messages)

cinitparser: section numbering issue
 2016-01-27  4:44 UTC  (2+ messages)

[PATCH] rszshm: New module
 2016-01-21  4:51 UTC  (3+ messages)

deque: New module
 2015-12-31 12:38 UTC  (5+ messages)

[PATCH 1/3] Makefile-web: Download prettify from git
 2015-12-09  3:06 UTC  (4+ messages)
` [PATCH 2/3] web/logo: Use a relative protocol
` [PATCH 3/3] Makefile-web: Quote the names in the error message

CCAN update for 2015-11
 2015-12-03  3:57 UTC 

[PATCH 0/5] aga,agar: Dijkstra's algorithm
 2015-11-20  6:21 UTC  (9+ messages)
` [PATCH 1/5] aga,agar: Add edge costs
` [PATCH 2/5] aga,agar: Dijkstra's algorithm
` [PATCH 3/5] aga, agar: Non-equal edge costs for parallel test graph
` [PATCH 4/5] aga, agar: New shortcut1 sample graph and testcases based on it
` [PATCH 5/5] aga, agar: New shortcut2 "

CCAN update for 2015-10
 2015-11-01  4:40 UTC 

[PATCH] lpq: New module
 2015-10-29  9:17 UTC  (2+ messages)

[PATCHv2 0/6] tcon extensions for easier typesafe wrapping
 2015-10-27  6:17 UTC  (9+ messages)
` [PATCHv2 1/6] tcon: Add an alternate way of building type canaries
` [PATCHv2 2/6] tcon: Add tcon_sizeof() helper
` [PATCHv2 3/6] tcon: Encode integer values into "type" canaries
` [PATCHv2 4/6] tcon: Encode information on container members in "
` [PATCHv2 5/6] lstack: Streamline interface with TCON_CONTAINER
` [PATCHv2 6/6] lqueue: "

[PATCH 0/6] tcon extensions for easier typesafe wrapping
 2015-10-20  4:46 UTC  (7+ messages)
` [PATCH 1/6] tcon: Add an alternate way of building type canaries
` [PATCH 2/6] tcon: Add tcon_sizeof() helper
` [PATCH 3/6] tcon: Encode integer values into "type" canaries
` [PATCH 4/6] tcon: Encode information on container members in "
` [PATCH 5/6] lstack: Streamline interface with TCON_CONTAINER
` [PATCH 6/6] lqueue: "

ASan failures in CCAN
 2015-10-04 22:10 UTC 

CCAN update for 2015-09
 2015-10-01  5:08 UTC 

[PATCH] ccanlint: enhance and streamline "output" testing lines
 2015-09-28 21:48 UTC  (4+ messages)

[PATCH] permutation: Generate permutations of arrays
 2015-09-28 15:01 UTC  (4+ messages)

[PATCH] strgrp: Fix compile errors in example
 2015-09-14 23:55 UTC  (3+ messages)

How to build ccan on cross-platform?
 2015-09-11  2:32 UTC  (2+ messages)

[PATCH 0/3] mem: Small enhancements
 2015-09-09 21:54 UTC  (4+ messages)
` [PATCH 1/3] mem: Remove array_size dependency
` [PATCH 2/3] mem: Add function to check whether memory ranges overlap
` [PATCH 3/3] mem: Add memswap() function

[PATCH 0/2] Small extensions to the mem module
 2015-09-09  7:37 UTC  (5+ messages)
` [PATCH 1/2] mem: Remove array_size dependency
` [PATCH 2/2] mem: Add memswap() function

[PATCH v4 0/4] mem: extend with a few additional helpers similar to existing string-only functions
 2015-09-06 14:24 UTC  (6+ messages)
` [PATCH v4 1/4] mem: add mem helper functions
` [PATCH v4 2/4] bytestring: use newly added mem helpers
` [PATCH v4 3/4] mem: mark all functions as PURE
` [PATCH v4 4/4] mem: add memends_str() helper for symmetry

[PATCH v3 1/3] mem: add mem helper functions
 2015-09-06  1:13 UTC 

CCAN Update for 2015-08
 2015-09-02  8:23 UTC 

embedding ccan in other projects redux
 2015-08-18  7:31 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).