Next | Query returned 14 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2016-10-17 16:06:39 by Makoto Fujiwara | Files touched by this commit (3)
Log message:
Add following line
  CPPFLAGS+=     -std=c++11
to fix (at least) pkgsrc NetBSD 7.0.1_PATCH/x86_64 2016-10-13 12:53 build

Just for FYI, without FLAGS,
| checking re2/re2.h usability... no
| checking re2/re2.h presence... no
| checking for re2/re2.h... no
| configure: error: test for RE2 header failed

with CXXFLAGS+=, getting below
| configure: WARNING: re2/re2.h: accepted by the compiler, rejected by the \ 
preprocessor!
| configure: WARNING: re2/re2.h: proceeding with the compiler's result
Thanks joerg@,
   2016-03-30 00:03:52 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Don't depend on GCC's VLA of non-POD types extensions.
   2016-02-09 04:37:38 by Alistair G. Crooks | Files touched by this commit (1)
Log message:
Make sure we get the re2 buildlink3.mk file from the right place
   2016-02-08 06:48:07 by Alistair G. Crooks | Files touched by this commit (4)
Log message:
Add cre2, the C rre2 wrappers, to the Packages Collection.

	The CRE2 distribution is a C language wrapper for the RE2 library,
	which is implemented in C++.  RE2 is a fast, safe, thread-friendly
	alternative to backtracking regular expression engines like those used
	in PCRE, Perl, and Python.

Next | Query returned 14 messages, browsing 11 to 20 | previous