1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
addLibIncludePath renamed to addLibraryPath/addLibraryPaths. More... over 11 years ago
Bootstrap script to meique, no more cmake dependence! More... over 11 years ago
configureFile function now replaces n variables per line instead of just one. More... over 11 years ago
option Lua function is working again :-) More... over 11 years ago
Fixes typo that caused MeiqueNone to be evaluated as true and MeiqueNotNone as false. More... over 11 years ago
Move CmdLine usage away from MeiqueCache and store it on MeiqueScript. More... over 11 years ago
copyFile function only requires 1 argument, the second one is optional. More... over 11 years ago
Fix CustomTarget:addOutputs(...) signature. More... over 11 years ago
Reparse findPackage function in build mode to catch new entries. More... over 11 years ago
Lua CustomTarget callback now receives as argument a array with all modified files absolute path. More... over 11 years ago
Added Target:addFile function to add a single file to the target or a file with spaces in their filename. More... over 11 years ago
Don't look at system include dirs when looking for file dependencies, it's near useless and expensive. More... over 11 years ago
Add copyFile(input, output) function to Meique API. More... over 11 years ago
Removed outdated documentation from code repository, all documentation will be only on website to ease my job. More... over 11 years ago
README.rst updated to point to meique.org More... over 11 years ago
Set default symbol visibility to false on library targets. More... over 11 years ago
Avoid buffer overflow when reading output of an external process. More... over 11 years ago
Fix bug on code responsible for create the file dependency list. More... over 11 years ago
Fix typo More... over 11 years ago
Nice colors for nice jobs :-) More... over 11 years ago
Fix meique.lua files after API change More... over 11 years ago
Rename some function from Lua API to better ones. More... over 11 years ago
Now the whole compilation/linking process have just one %, not per target %. More... over 11 years ago
Fix stupid bug when not using version argument on findPackage function. More... over 11 years ago
Use file2c instead of hexdump also in meique.lua scripts. More... almost 12 years ago
Print a stupid message when there's no tests to run. More... almost 12 years ago
Remove hexdump build dependency adding file2c binary that does the same. More... almost 12 years ago
Add QtCreator files to gitignore. More... almost 12 years ago
Fix stupid crash introduced by a stupid patch. More... about 12 years ago
Add CompilableTarget:addCustomFlags method. More... over 12 years ago