1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge remote-tracking branch 'origin/override' More... about 9 years ago
Declare virtual method override where applicable More... about 9 years ago
Merge remote-tracking branch 'origin/modernize-pointers' More... about 9 years ago
Merge remote-tracking branch 'origin/less-noisy-make' More... about 9 years ago
Make makeing less noisy More... about 9 years ago
Reimplemented string ref counting using smart pointer More... about 9 years ago
Remove remaining references to RefCountable and Ptr More... about 9 years ago
Replace Ptr for macro subsystem More... about 9 years ago
Remove unnecessary Ptr use More... about 9 years ago
Use smart pointers for Token implementation More... about 9 years ago
Remove more Ptrs More... about 9 years ago
Use unique_ptr for TypeEnumMakers More... about 9 years ago
Use stack allocated objects for passes etc. More... about 9 years ago
Use smart pointers for ports, the compiler and tokenizers More... about 9 years ago
Support ports on stack easily More... about 9 years ago
Don't heap allocate XmlRenderer for output More... about 9 years ago
Replace manual include control with "pragma once" More... about 9 years ago
Rename Type factory functions makeFoo instead of newFoo More... about 9 years ago
Replace vector_of with makeVector More... about 9 years ago
Use make*Node functions instead of manual std::make_shared<*Node> More... about 9 years ago
Rename newNodeList and use std::initializer_list instead of manual params More... about 9 years ago
Use smart pointers instead of Ptr for AptNode More... about 9 years ago
Avoid unnecessary Ptr and heap allocation in codegen setup More... about 9 years ago
No need to heap allocate the typifier pass More... about 9 years ago
Replace NULL with nullptr More... about 9 years ago
Use a typedef for const char* More... about 9 years ago
Use "using" instead of typedef More... about 9 years ago
Use shared_ptr for ScopeItems More... about 9 years ago
Use shared_ptr for Scope More... about 9 years ago
Streamlining some implementation code More... about 9 years ago