Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-23Renamed VS2017 projects/solutions to VS2019 ones.Oliver Schneider
One fix to the LuaJIT2 project generation ... binaries ended up outside the top-level folder. A handful of code sanity changes. Updated SQLite3 to 3.30.1
2018-10-08Using EOL extension now, including a .hgeol file to make certain line ending ↵Oliver Schneider
specifications explicit Added missing test case for lua-winreg A number of warnings addressed Adding some helpers to deal with user privileges Some improvements regarding the inclusion of a basic set of Lua scripts in the resource section New version of setvcvars.cmd
2017-11-24Rearranged some build flags in premake4.luaOliver Schneider
Fixed up produce_vsprojects.cmd to heed the command line arguments Reverted to original RGB_GET_?VALUE macros to prevent an exception in debug builds Removing more parts referring to the CHM help file Removing WEAK_ASSERT Using --full to produce the checked in solutions Fixed constant length to account for terminating zero
2014-01-30Making the tests a little more convenientOliver Schneider
2014-01-29Forgot to rename the targetOliver Schneider
2014-01-29Adding luaconf to dev solution and updating premake4.lua to contain itOliver Schneider
2013-11-21Merged with changes from another repoOliver Schneider
2012-12-18- Finalized the w32resembed.c moduleOliver Schneider
- WDS_Lua_C.h now includes other used headers ...
2012-12-13- First working implementation, requires better error handling, thoughOliver Schneider
2012-11-15- Slight adjustmentsOliver Schneider
2012-11-09- More to come ...Oliver Schneider
2012-11-09- Now reusing the one C function instead of creating one per enumerated resourceOliver Schneider
2012-11-09- Experimenting with the resource loader, still missing some connecting dots ...Oliver Schneider
2012-11-08- Still experimenting with loadersOliver Schneider
2012-11-08- Just experimentingOliver Schneider
2012-10-25- Adding dbgprint() functionOliver Schneider
2012-10-24- Amended ignore fileOliver Schneider
- New lua_conf.lua - Adjusted lua_conf project ...
2012-10-24- Adding a few Lua functions from Premake4Oliver Schneider
- winreg.lua added/moved as implementation of two composite operations (copykey, movekey)
2012-10-24- Implemented os.iswow64()Oliver Schneider
- Preparing for os.isadmin() - Some consolidation
2012-10-24- Removing options.cpp from WDS in this projectOliver Schneider
2012-10-24- Fixed EOLsOliver Schneider
- Removed some old remnants
2012-10-24- Allowing WOW64-specific options as well ...Oliver Schneider
2012-10-24- Some tests for migration of old registry keysOliver Schneider
2012-10-24- Retiring lwinreg from Mark Edgar (before it made it into a release) in ↵Oliver Schneider
favor of lua-winreg - Slight adjustment to lua-winreg to allow deletekey() with optional keyname
2012-10-24- Fixed line breaks in lstrlib.cOliver Schneider
- Adding lua-winreg from https://github.com/moteus/lua-winreg - Added filters to project to include the relevant Lua files (more to come)
2012-10-22- Fixing build and including LNUM into the build now ...Oliver Schneider
2011-02-20- Isolated the configuration storage classes"Oliver Schneider ext:(%22)
2011-02-20- Fixing include path, so we have a global one to refer to (now with the ↵"Oliver Schneider ext:(%22)
sandbox project)
2011-02-17- Making it build"Oliver Schneider ext:(%22)
2011-02-17- Small sandbox project to test the ideas with configuration ↵"Oliver Schneider ext:(%22)
file/registry/Lua integration ...