1
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 2 days ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Version 1.0, yay!! More... over 9 years ago
Build targets before test. More... almost 10 years ago
Small clean up on bootstrap script. More... almost 10 years ago
Fix argument order on GCC backend after fix of issue#28. More... almost 10 years ago
Fix issue#28 - "Error when linking a library with 10000 files." More... almost 10 years ago
Throw an error if the parameter of requiresMeique isn't a string. More... almost 10 years ago
Fix install command for custom installs and add possibility to install a file with a different name. More... almost 10 years ago
Use the correct moc/rcc depending on the Qt version used. More... almost 10 years ago
Version bump. More... almost 10 years ago
Create the output directory if it doesn't exist. More... almost 10 years ago
Detect targets cyclic dependence again. More... almost 10 years ago
Stop getting jobs when some job failed. More... almost 10 years ago
Fixed stupid error that would never happen is I had a unit test for it. More... almost 10 years ago
Don't require internet connection to see the benchmark results. More... about 10 years ago
Plot benchmark using logaritmic scales. More... about 10 years ago
Added benchmark target on meique build. More... about 10 years ago
Added Target:excludeFromAll() method. More... about 10 years ago
Speed up 15% by using a simple const char* on OS::exec instead of a std::string and a StringList for arguments. More... about 10 years ago
Simplify MeiqueScript::enableBuiltinScopes. More... about 10 years ago
Cache compiler command arguments, +6% speedup :-) More... about 10 years ago
Alloc MeiqueCache on stack instead of heap to keep things simple. More... about 10 years ago
Fix regression caused by not storing compilerId on meiquecache. More... about 10 years ago
Make compiler detection less stupid. More... about 10 years ago
Fix issue#25 - "C/C++ dependence calculation should be delegated to the compiler." More... about 10 years ago
Remove MeiqueScript::setSourceDir, it was redundant. More... about 10 years ago
Rename meiqeuBuildDir and meiqueSourceDir to buildDir and sourceDir. Also add a cache to those functions. More... about 10 years ago
Remove MeiqueScript::setBuildDir from public interface. More... about 10 years ago
Fix install/uninstall feature of custom files. More... about 10 years ago
Added Logger::operator<<(std::vector<T>). More... about 10 years ago
Build meique as a static lib, so we can use this lib on unit tests. More... about 10 years ago