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
2019-11-17Adding .editorconfig files in the hope of avoiding future messing with lineOliver Schneider
endings or mixed tabs and spaces ...
2018-10-09Normalizing line endings on lua-winreg as wellOliver Schneider
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
2018-04-05Improved logic in wow64.cOliver Schneider
2018-04-05Going with the line endings of the upstream project insteadOliver Schneider
2018-04-05Fixing some errors and warnings in lua-winregOliver Schneider
Unified line endings
2018-04-04Removing the Lua implementations of some functions I planned to make ↵Oliver Schneider
available by default.
2018-04-04Updating lua-winreg module to 104aff465b80a879a9a44415baa34ce53bfa602aOliver Schneider
2017-11-16Removing HTML help feature (for now just defanged)Oliver Schneider
Adding "/nodefaultlib:libcmt" to debug configurations of WDS because of the luajit2 static lib Fixed the /debug:fastlink issue with VS2017
2017-11-02Fixes to code and premake4.lua, fixes based on code analysis results, ↵Oliver Schneider
updates to 3rd party libs * New SQlite amalgamation * Updating other third-party libs * New premake4.exe * Fixes to the premake4.lua script and projects * Adding language resource projects to solutions * Some sanity checks added to treemap.cpp * Using refs now instead of pointers in treemap.cpp (probably should be reviewed as it looks like there are more candidates in there) * Added Windows 10 to manifest file * Glitch in stdafx.h corrected * Script which produces the projects now defaults to only VS2005 and VS2017 * Deterministic filter UUIDs for VS201x * Fixed a handful of issues in code addressed * XP platform toolset doesn't allow for code analysis, using default again * Addressed a number of warnings from code analysis
2017-03-21Amended ignore fileOliver Schneider
Updated premake4.exe binary (again code-signed) Updated setvcvars.cmd script Adding projects missing from the VS2015 solution, migrated to VS2017 solution and projects All VS201x projects now include UTF-8 BOM upon generation premake4.lua now allows to generate v1??_xp projects for newer VS versions Updated two more .cmd scripts to make use of the --xp option to the premake4.lua
2017-01-10All source files now with LF line endings againOliver Schneider
Updated the logo files a bit, renamed some others
2016-01-11SQlite 3.10.0Oliver Schneider
2015-12-20SQLite3 (3.9.2) upstream updateOliver Schneider
2015-12-20LuaJIT (2.0.4) upstream update (this time with correct line endings, i.e. LF ↵Oliver Schneider
only)
2015-11-29Backed out changeset: 8527d65ba0cfOliver Schneider
2015-11-29LuaJIT (2.0.4) and SQLite3 (3.9.2) upstream updatesOliver Schneider
2014-01-30Getting rid of warningsOliver Schneider
Adding .lua file to ignore list
2014-01-30- Fixing LuaJIT2 warning which I reported and which Mike fixed here in ↵Oliver Schneider
http://repo.or.cz/w/luajit-2.0.git/commitdiff/3db3cc10ff141c6908edd589ef80b7ebb71cf147
2014-01-20These also belong with the previous commitOliver Schneider
2014-01-20Release and development project generation works now, finallyOliver Schneider
2014-01-20Making dependencies work again with dynamic (due to prefix) namesremove_obsoleteOliver Schneider
2014-01-20Preparing for creation of separate (public) release build solution and projectOliver Schneider
2014-01-20Getting rid of a warningOliver Schneider
2014-01-20Fixing the filters for use in the IDEOliver Schneider
2014-01-20Prevent name clashes that fail the buildOliver Schneider
2014-01-20Integration almost completeOliver Schneider
2014-01-19Allow this premake4.lua to be included from anotherOliver Schneider
2014-01-19Name of the resulting binary changed.Oliver Schneider
2014-01-19Addin creation of actual Lua, linking LuaJIT2Oliver Schneider
2014-01-19LuaJIT builds without a problemOliver Schneider
2014-01-19More generic methodOliver Schneider
2014-01-18Starting a premake4.lua for LuaJIT ... aiming to make this embeddable via ↵Oliver Schneider
dofile() later on
2014-01-18This is from upstreamOliver Schneider
2014-01-18Typo fixedOliver Schneider
2014-01-18SQLite 3.8.2Oliver Schneider
2014-01-18Moving third-party code into subdirectory, this breaks the code (because of Lua)Oliver Schneider