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

github.com/windirstat/lua-winreg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-23Merge pull request #4 from windirstat/warning-fixupsHEADmasterAlexey Melnichuk
Fixed a handful of warnings with Visual C++ and added some defines
2018-10-10Addressing the warning about _ui64toa_s on MinGWwarning-fixupsOliver Schneider
2018-10-10stdlib.h is required on MinGW and should have been included even on MSVC ...Oliver Schneider
2018-10-10Trying to address the Appveyor issues with lua-winregOliver Schneider
- We now define KEY_WOW64_32KEY and KEY_WOW64_64KEY locally, if on MinGW - We use variadic macros on VS2005 and newer as well as on MinGW instead of the NOP_FUNCTION construct
2018-10-08Masking the hidden function names in case of LUA_REG_NO_HIVEOPS defined also ↵Oliver Schneider
from declarations
2018-04-07Update README.mdAlexey Melnichuk
2018-04-05Fixed a handful of warnings and added LUA_REG_NO_DLL define for embedding ↵Oliver Schneider
the library without DLL
2016-11-15Add. `32` and `64` access modes (close #1)Alexey Melnichuk
```Lua local p = [[HKEY_LOCAL_MACHINE\SOFTWARE]] local key = assert(winreg.openkey(p, 'r')) local key64 = assert(winreg.openkey(p, 'r64')) local key32 = assert(winreg.openkey(p, 'r32')) ```
2016-11-13Add. MinGW run on AppVeyorAlexey Melnichuk
2016-11-07Add. Release v1.0.0Alexey Melnichuk
2016-11-05Add. AppVeyor badge. (ci skip)Alexey Melnichuk
2016-11-05Fix. Request only read rights on test.Alexey Melnichuk
2016-11-05Add. rockspec and appveyor.yml files.Alexey Melnichuk
2013-04-28Update lakefile. Now work with MinGW.moteus
2012-11-30lakefile support dynamic c runtimemoteus
2012-09-05Add readmemoteus
2012-09-05Fix. Lua 5.2 buildmoteus
Fix. lakefile copy examples.
2012-09-05Support Lua 5.2moteus
Add tests from http://scite-ru.googlecode.com/ Add lakefile
2012-09-05Merge from http://scite-ru.googlecode.com/moteus
2012-09-05Fork from luaforge.netmoteus