3
I Use This!
Moderate Activity

Commits : Listings

Analyzed 5 days ago. based on code collected 11 days ago.
Mar 25, 2025 — Mar 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added unit test for function throwing exceptions
romain_francois
as romain
More... about 16 years ago
added doc comments about attr proxy behavior
romain_francois
as romain
More... about 16 years ago
attr can now read and write the attribute (proxy pattern again)
romain_francois
as romain
More... about 16 years ago
small reordering and cleanup -- we now use R to tell us about CXX which means we test the capabilities of the C++ compiler we end up using which seems sensible More... about 16 years ago
throw an exception on Function::operator() if an R error occurs
romain_francois
as romain
More... about 16 years ago
throw an exception on Function::operator() if an R error occurs
romain_francois
as romain
More... about 16 years ago
Pairlist::remove
romain_francois
as romain
More... about 16 years ago
pretty-print g++ version -- that should do for now as we get it 'logged' for builds More... about 16 years ago
random increase to 0.7.1.3 More... about 16 years ago
simple null-op file just in case More... about 16 years ago
add a space between template close brackets More... about 16 years ago
more uses of size_t instead of int
romain_francois
as romain
More... about 16 years ago
more uses of size_t instead of int
romain_francois
as romain
More... about 16 years ago
make Wall happy
romain_francois
as romain
More... about 16 years ago
removed use of VECTOR_PTR since it goes against the write barrier and will only lead to trouble'
romain_francois
as romain
More... about 16 years ago
added Pairlist::replace
romain_francois
as romain
More... about 16 years ago
{Language,Pairlist}::insert
romain_francois
as romain
More... about 16 years ago
fancy exception handling only for GCC, at least until we know better for other compilers
romain_francois
as romain
More... about 16 years ago
tweaks to configure messages, minor cleanup fix More... about 16 years ago
provide a default case for g++ branch (doh) More... about 16 years ago
basic configure support for compiler detection and appropriate use of -std=c++0x More... about 16 years ago
typo
romain_francois
as romain
More... about 16 years ago
added Language::push_back and Pairlist::push_back to append an element at the end of a dotted pair list
romain_francois
as romain
More... about 16 years ago
Pairlist gains push_front method
romain_francois
as romain
More... about 16 years ago
added Function::environment(), moved pairlist.{h,cpp} files (lower case) to upper case files to avoid file collisions
romain_francois
as romain
More... about 16 years ago
added Function::environment(), moved pairlist.{h,cpp} files (lower case) to upper case files to avoid file collisions
romain_francois
as romain
More... about 16 years ago
some more inlining
romain_francois
as romain
More... about 16 years ago
inlining some wrap
romain_francois
as romain
More... about 16 years ago
make wrap dispatch to the appropriate C++ class
romain_francois
as romain
More... about 16 years ago
added some S4 management stuff
romain_francois
as romain
More... about 16 years ago