1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 13, 2023 — May 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix issue #18 - Auto add -Wall unless some -W was used on custom flags. More... almost 11 years ago
Fix issue #20 - Qt4 moc isn't found if it's not installed in system path More... almost 11 years ago
Fix issue #19 - Qt4 rcc isn't found if it's not installed in system path More... almost 11 years ago
Fix the UB triggered on newer GCC's. More... almost 11 years ago
Avoid LuaError idiom that's triggering a C++ UB. More... almost 11 years ago
Added missing target dependency on meique.lua. More... about 11 years ago
[refactor] Remove OSCommandJob from Compiler interface. More... about 11 years ago
Added test to check for target cyclic dependencies. More... about 11 years ago
Remove debug switch used to throw exception when in debug mode. More... about 11 years ago
Add a command line switch to stop meique after configure step. More... about 11 years ago
Fix issue#2 - "If I add a library or change the compiler flags of a target it doesn't get re-linked or re-compiled" More... about 11 years ago
Always try to compile a file if there's no source or output. More... about 11 years ago
Don't accept zero on -j. More... about 11 years ago
Fix issue #15 - "If no -j was given, meique should default it to number of CPU's + 1" More... about 11 years ago
Sober error reporting. More... about 11 years ago
Fix issue #11 - "Uninstall (meique -u) isn't implemented" More... about 11 years ago
Fix issue #12 - "Meique forget about what libraries are needed by a static library when using it in another target." More... about 11 years ago
Fix some lua items leaks. More... about 11 years ago
Add header files to --meique-dump-project. More... about 11 years ago
Load all Lua standard libraries, including the io library. More... over 11 years ago
Do not use "--atleast-version" on all pkg-config commands, it's invalid. More... over 11 years ago
Do not always merge the error output into standard output on OS::exec. More... over 11 years ago
Fix possible infinite recursive loop when parsing C++ headers circular dependencies. More... over 11 years ago
Fix issue #12 - "Meique forget about what libraries are needed by a static library when using it in another target." More... over 11 years ago
Use test name as test name :-) More... over 11 years ago
Fix regression on "meique -c" caused by 17e2c11b169f7ed3ead9e5fe73c613000d3a4add. More... over 11 years ago
Update copyright years. More... over 11 years ago
Fix bootstrap, try to compile the file even if at the target runtime the file doesn't exist. More... over 11 years ago
Allow two targets to share source files. More... over 11 years ago
Fix typo in test directory name. More... over 11 years ago