1
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours 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
Adds __eval metamethod to Lua tables. More... almost 14 years ago
Removed function meiqueErrorHandler from meiquescript.cpp, it was moved to luacpputil.cpp. More... almost 14 years ago
Added missing files to src/meique.lua More... almost 14 years ago
Added support for custom targets. More... almost 14 years ago
Lua helper functions moved from meiquescript.cpp to luacpputil.cpp More... almost 14 years ago
Added a way to lock the lua state and make it thread safe. More... almost 14 years ago
Pseudo preprocessor now search for user and system includes when getting the file dependencies. More... almost 14 years ago
Job is now an interface, not a contrete class. More... almost 14 years ago
Export user options as lua global variables to the user. More... almost 14 years ago
Set scheduled status to the job. More... almost 14 years ago
Target dependencies works! But still need proper testing. More... almost 14 years ago
Use MutexLocker class instead of manually lock and unlock mutexes. More... almost 14 years ago
getFileHash function is now thread safe. More... almost 14 years ago
Added instanceOf and Target:addDependency functions to meique Lua API. More... almost 14 years ago
Added some docs to Target class. More... almost 14 years ago
Added CompilableTarget::useTarget, so you can use one target on others. More... almost 14 years ago
Added Config::buildRoot method to get the build root path. More... almost 14 years ago
Added missing code to fill compiler and linker options. More... almost 14 years ago
Added a copy of lua to the project. More... almost 14 years ago
Add support for multiple languages, currently only C and C++ are supported. More... almost 14 years ago
Add support for library targets, static and shared. More... almost 14 years ago
Fix addSubDirectory to work inside sub-..-sub-directories. More... almost 14 years ago
Implemented routine to check if g++ is available. More... almost 14 years ago
Correctly check for file dependencies changes to decide if a file needs to be recompiled or not. More... almost 14 years ago
Added printer for std::set and the white color iomanip. More... almost 14 years ago
Pretty print things :-) More... almost 14 years ago
Add small sanity check after load meiquecache.lua. More... almost 14 years ago
Use information provided by target:addLinkLibraries and handle link libraries in a compiler independent way. More... almost 14 years ago
Add split function to stdstringsux header file. More... almost 14 years ago
Correctly set the hash cache with async jobs. More... almost 14 years ago