0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Aug 17, 2024 — Aug 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
More namespace cleanup
Ciprian Khlud
as CiprianKhlud
More... about 11 years ago
More namespace cleanup
Ciprian Khlud
as CiprianKhlud
More... about 11 years ago
Remove unused/unmaintained projects. Simplifies Codebase
Ciprian Khlud
as CiprianKhlud
More... about 11 years ago
Dead code elimination
Ciprian Khlud
as CiprianKhlud
More... about 11 years ago
Use LocalOperation instead of BaseOperation as base class.
Ciprian Khlud
as CiprianKhlud
More... about 11 years ago
Merge remote-tracking branch 'origin/master'
Ciprian Khlud
as CiprianKhlud
More... about 11 years ago
Merge branch 'master' into HEAD
Ciprian Khlud
as CiprianKhlud
More... about 11 years ago
Merge
Ciprian Khlud
as CiprianKhlud
More... about 11 years ago
More tests added, linpack and operatoroverload More... about 11 years ago
Use typed instructions
Ciprian Khlud
as CiprianKhlud
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
Ciprian Khlud
as CiprianKhlud
More... about 11 years ago
Update documentation
Ciprian Khlud
as CiprianKhlud
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
Ciprian Khlud
as CiprianKhlud
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.
Ciprian Khlud
as CiprianKhlud
More... about 11 years ago
Fixes build
Ciprian Khlud
as CiprianKhlud
More... about 11 years ago
Set output folder as Bin
Ciprian Khlud
as CiprianKhlud
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
Ciprian Khlud
as CiprianKhlud
More... about 11 years ago
We escape all calls to virtual calls.
Ciprian Khlud
as CiprianKhlud
More... about 11 years ago
Added optimizations
Ciprian Khlud
as CiprianKhlud
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.
Ciprian Khlud
as CiprianKhlud
More... about 11 years ago