More namespace cleanup |
|
More...
|
about 11 years ago
|
More namespace cleanup |
|
More...
|
about 11 years ago
|
Remove unused/unmaintained projects. Simplifies Codebase |
|
More...
|
about 11 years ago
|
Dead code elimination |
|
More...
|
about 11 years ago
|
Use LocalOperation instead of BaseOperation as base class. |
|
More...
|
about 11 years ago
|
Merge remote-tracking branch 'origin/master' |
|
More...
|
about 11 years ago
|
Merge branch 'master' into HEAD |
|
More...
|
about 11 years ago
|
Merge |
|
More...
|
about 11 years ago
|
More tests added, linpack and operatoroverload |
|
More...
|
about 11 years ago
|
Use typed instructions |
|
More...
|
about 11 years ago
|
Added Tests to "Test" Folder in Visual Compiler folder, would be nice if we could just select these from a drop down box in Visual Compiler. |
|
More...
|
about 11 years ago
|
Update documentation |
|
More...
|
about 11 years ago
|
Update documentation |
|
More...
|
about 11 years ago
|
Added support for CastClass OpCode |
|
More...
|
about 11 years ago
|
Merge branch 'master' of https://github.com/ciplogic/CodeRefractor into ronald |
|
More...
|
about 11 years ago
|
Virtual Methods with base class calls and any number of parameters now work. |
|
More...
|
about 11 years ago
|
All "this" are now smart pointers, using static_cast to cast as needed by virtual methods ... Virtual Method Tests 1 through 5 work. |
|
More...
|
about 11 years ago
|
Virtual Methods should be working fully at this point, unless there are some edge cases not considered. |
|
More...
|
about 11 years ago
|
Improved Virtual Call Dispatch. Fixed the order of struct definitions in the generated c++ code. (more than 2 levels of derived classes works now) |
|
More...
|
about 11 years ago
|
Reenable experimental rebuilt of method closure. Removes unused dead code |
|
More...
|
about 11 years ago
|
Merge https://github.com/ciplogic/CodeRefractor into ronald |
|
More...
|
about 11 years ago
|
Fixes for virtual methods |
|
More...
|
about 11 years ago
|
Deleted unmaintained CrQt. |
|
More...
|
about 11 years ago
|
Fixes build |
|
More...
|
about 11 years ago
|
Set output folder as Bin |
|
More...
|
about 11 years ago
|
libCodeRefactorRuntime.a is neccessary as visual compiler links against it to run. |
|
More...
|
about 11 years ago
|
Removed unused xmls/dlls |
|
More...
|
about 11 years ago
|
We escape all calls to virtual calls. |
|
More...
|
about 11 years ago
|
Added optimizations |
|
More...
|
about 11 years ago
|
Added first optimizations inside VisualCompiler. There is a tight coupling between CommandLine and OptimizationLevel. It should be decoupled in future. |
|
More...
|
about 11 years ago
|