CIA.vc
Redland++
Real-time open source activity stats
Stats » Projects » Redland++
information
C++ binding to Redland librdf
syndicateUTC clock
13:25 on May 28, 2012
event counters
The last message was received 1.33 years ago at 00:41 on Jan 30, 2011
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
15 messages since the first one, 3.16 years ago, for an average of 2.57 months between messages
recent messages
dateReversed sort columnprojectcontentlink
00:41 on Jan 30, 2011redlandpp
Commit by dajobe :: rd30f1b0 /.gitignore: (link)
gitignore
#
00:41 on Jan 30, 2011redlandpp
Commit by dajobe :: rb6bdecb /configure.ac: (link)

Modernise autoconf state to match other redland packages

  • Use AC_LANG_SOURCE for newer autoconf
  • autoconf 2.62+ and automake 1.11+
#
00:41 on Jan 30, 2011redlandpp
Commit by dajobe :: rc5d888c /autogen.sh: (link)
update autogen.sh
#
19:26 on Jan 18, 2010redlandpp
Commit by dajobe :: r139 /trunk/000-README-SOURCE-MOVED-TO-GIT: (link)
Fix url
#
23:22 on Jan 02, 2010redlandpp
Commit by dajobe :: r138 /trunk/000-README-SOURCE-MOVED-TO-GIT: (link)
The source repository for Redland++ has switched to GIT
as of SVN r137 which was the commit with the comment
"#changes"

GIT source browse
  http://git.redlandpp.org/view?p=redlandpp.git;a=summary

To check it out:
  git clone git://git.redlandpp.org/repositories/redlandpp.git

Dave Beckett
http://www.dajobe.org/
2010-01-02
#
01:18 on Jul 28, 2009redlandpp
Commit by dajobe :: r137 /trunk/ChangeLog: (link)
#changes
#
04:13 on May 21, 2009redlandpp
Commit by dajobe :: r136 /trunk/configure.ac: (link)
AC_SUBST(REDLAND_MIN_VERSION) so that redlandpp.pc.in gets the value.
#
04:10 on May 21, 2009redlandpp
Commit by dajobe :: r135 /trunk/ChangeLog: (link)
#changes
#
03:55 on May 21, 2009redlandpp
Commit by dajobe :: r134 /trunk/src/Parser.cpp: (link)
Use librdf_parser_guess_name2 with world parameter not old style librdf_parser_guess_name
#
05:08 on Apr 02, 2009redlandpp
Commit by dajobe :: r133 /trunk/redlandpp/: (link)
ignore generated Makefiles
#
17:09 on Mar 30, 2009redlandpp
Commit by drobilla :: r132 /trunk/redlandpp/Makefile.am: (link)
Add missing file.
#
17:01 on Mar 30, 2009redlandpp
Commit by drobilla :: r131 /trunk/ (6 files in 2 dirs): (link)
Hide Log.hpp which exposes all sorts of things and doesn't seem to be publicly useful anyway.
#
16:56 on Mar 30, 2009redlandpp
Commit by drobilla :: r130 /trunk/ (43 files in 4 dirs): (link)
Rearrange things to be a usable installable library.
Move headers to their own include directory so source dir can be used as include path without code changes (for bundling library in source trees).
Use fully qualified and quoted include paths for files in this library (ensure correct local versions are used).
#
16:24 on Mar 30, 2009redlandpp
Commit by drobilla :: r129 /trunk/src/ (12 files): (link)
Code cleanup / consistent formatting.
Remove 'using' declarations from headers (generally not a good plan, pollutes global namespace).
#
16:09 on Mar 30, 2009redlandpp
Commit by drobilla :: r128 /trunk/src/Parser.cpp: (link)
Fix compilation.
#