Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 40 (100.0%) | 2331 (100.0%) | 58.2 |
ayla | 34 (85.0%) | 2285 (98.0%) | 67.2 |
kzhang | 4 (10.0%) | 45 (1.9%) | 11.2 |
damevski | 1 (2.5%) | 1 (0.0%) | 1.0 |
sparker | 1 (2.5%) | 0 (0.0%) | 0.0 |
Parse sidl includes after builtins.
0 lines of code changed in 2 files:
Include method name in error message.
0 lines of code changed in 2 files:
Complex type in, out and inout args should be passed by reference, not by value. Clean up inconsistent namespace usage: every name from std shouldn't be dumped into the global namespace.
305 lines of code changed in 7 files:
remove some unecessaryoutput messages
1 lines of code changed in 1 file:
Use last package file name when processing imports.
1 lines of code changed in 1 file:
Fix SIDL multiple interface implements bug; keep track of emitted castException code.
38 lines of code changed in 3 files:
Prefer local static counter to global variable.
0 lines of code changed in 2 files:
Fix indentation.
4 lines of code changed in 1 file:
Add babel extension to Method parameters in parser.
0 lines of code changed in 2 files:
Merge branch babel_sidl_v0_9_1 to HEAD.
1779 lines of code changed in 8 files:
remove warnings caused by unsigned/signed comparison and base object initialization order
9 lines of code changed in 1 file:
Plugged some memory leaks and some code cleanup.
149 lines of code changed in 2 files:
Added missing Symbol destructor.
6 lines of code changed in 1 file:
Add file and line arguments to exception constructors.
3 lines of code changed in 1 file:
Use standard C++ rule to build main.cc with the addition of the macro definition for SIDL_BUILTINS.
0 lines of code changed in 2 files:
fixed the MPI dependency problem. If one needs to include mpi.h, please include <sci_defs/mpi_defs.h> and then include <sci_mpi.h>.
28 lines of code changed in 1 file:
Updated to mpi_defs.h for MPIPP_H
1 lines of code changed in 1 file:
Retire .cvsignore files
0 lines of code changed in 1 file:
fixed a couple of errors: change sessionID to _sessionID; change &arg[0] to arg.buffer() when arg is a MD array
7 lines of code changed in 1 file: