kin/libopkele.git, branch master libopkele: OpenID support c++ library don't include ext/algorithm if there's no such 2014-03-05T21:14:05Z Michael Krelin hacker@klever.net 2014-03-05T21:14:05Z 9651b551f1c5af7f688d62ceb309ba84f92a77d3

remove post-increment implementation as it is awfully invalid 2014-03-05T21:13:36Z Michael Krelin hacker@klever.net 2014-03-05T21:13:36Z 00cf4285fb0539873754f23a654b9cd13ae29af4 as per github issue #5
as per github issue #5
Fix ambiguity with C++11 user-defined literals 2013-03-22T17:07:14Z Andrew Ayer agwa@andrewayer.name 2013-03-06T04:20:55Z 5b6756787fb7005b98ad43fb875fbaa0d33a5e88 By adding whitespace around the macros, we make it clear that we mean to concatenate the string literals, not use a C++11 user-defined literal. See http://gcc.gnu.org/gcc-4.7/porting_to.html, section "User-defined literals and whitespace." This is necessary to compile libopkele with C++11 enabled.
By adding whitespace around the macros, we make it clear that we mean to
concatenate the string literals, not use a C++11 user-defined literal.

See http://gcc.gnu.org/gcc-4.7/porting_to.html, section "User-defined
literals and whitespace."  This is necessary to compile libopkele
with C++11 enabled.
Update libopkele.spec 2013-03-06T15:23:52Z Dustin Lundquist dustin@null-ptr.net 2013-03-06T15:23:52Z 9c95375e56e9daca497999bde5cbc42e2fc553c2

Correct license metadata in spec file 2013-03-05T02:21:57Z Dustin Lundquist dustin@null-ptr.net 2013-03-05T02:21:57Z 66b0b4a6353bf6c10a222d159df42ee5eade79df

Adding expat build dep 2013-03-05T00:06:26Z Dustin Lundquist dustin@null-ptr.net 2013-03-05T00:06:26Z 29ac9dd2166aaad86a9555ad3a409ad1d2bb479c

Adding RPM specfile 2013-03-04T23:53:18Z Dustin Lundquist dustin@null-ptr.net 2013-03-04T23:53:18Z 9a249065f37c49a8277864dd7c1e7e1ce6bdb639

Fix argument-lookup failure on GCC 4.7.1, causing compilation to crash. 2012-11-02T19:49:46Z qdii qdii@reblochon.be 2012-11-02T19:46:03Z 9ff6244998b0d41e71f7cc7351403ad590e990e4 Modified-by: Michael Krelin <hacker@klever.net> Signed-off-by: Michael Krelin <hacker@klever.net>
Modified-by: Michael Krelin <hacker@klever.net>
Signed-off-by: Michael Krelin <hacker@klever.net>
Function _exit was referenced in the code, but <unistd.h> was not included, causing compilation to fail. 2012-11-02T13:49:03Z qdii qdii@reblochon.be 2012-11-02T13:49:03Z 648ae5dbd90e062f3432f809a846d50d994b86d4

fix uninitialized pointer in discovery 2011-01-12T20:41:19Z Michael Krelin hacker@klever.net 2011-01-12T20:41:19Z 824440e52ce8ddf1c45487d20d8996d08d0f96b5 it's not the most brilliant idea to pass the uninitialized structure and dereference the pointer member later on. Signed-off-by: Michael Krelin <hacker@klever.net>
it's not the most brilliant idea to pass the uninitialized structure
and dereference the pointer member later on.

Signed-off-by: Michael Krelin <hacker@klever.net>