| added unit test for function throwing exceptions |
|
More...
|
about 16 years ago
|
| added doc comments about attr proxy behavior |
|
More...
|
about 16 years ago
|
| attr can now read and write the attribute (proxy pattern again) |
|
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 |
|
More...
|
about 16 years ago
|
| throw an exception on Function::operator() if an R error occurs |
|
More...
|
about 16 years ago
|
| Pairlist::remove |
|
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 |
|
More...
|
about 16 years ago
|
| more uses of size_t instead of int |
|
More...
|
about 16 years ago
|
| make Wall happy |
|
More...
|
about 16 years ago
|
| removed use of VECTOR_PTR since it goes against the write barrier and will only lead to trouble' |
|
More...
|
about 16 years ago
|
| added Pairlist::replace |
|
More...
|
about 16 years ago
|
| {Language,Pairlist}::insert |
|
More...
|
about 16 years ago
|
| fancy exception handling only for GCC, at least until we know better for other compilers |
|
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 |
|
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 |
|
More...
|
about 16 years ago
|
| Pairlist gains push_front method |
|
More...
|
about 16 years ago
|
| added Function::environment(), moved pairlist.{h,cpp} files (lower case) to upper case files to avoid file collisions |
|
More...
|
about 16 years ago
|
| added Function::environment(), moved pairlist.{h,cpp} files (lower case) to upper case files to avoid file collisions |
|
More...
|
about 16 years ago
|
| some more inlining |
|
More...
|
about 16 years ago
|
| inlining some wrap |
|
More...
|
about 16 years ago
|
| make wrap dispatch to the appropriate C++ class |
|
More...
|
about 16 years ago
|
| added some S4 management stuff |
|
More...
|
about 16 years ago
|