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 ...
2019-11-16Updating with support for VS2019Oliver Schneider
2018-11-18EOL changesOliver 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-04Cleanup of premake4.lua and added VS2017 build directory to .hgignoreOliver Schneider
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
2017-11-20Minor cleanupOliver Schneider
And another fix to premake4.lua and subsequently the one affected project
2017-11-20Making the premake4.lua a little more robustOliver Schneider
Also working around the Premake4 issue with resource_compile(), see https://github.com/premake/premake-4.x/issues/10
2017-11-16Fixing build issuesOliver 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-15Renamed a handful of folder names to be more descriptiveOliver Schneider
Adjusted project names accordingly Adjusted project generation as well --HG-- branch : fix-translation-mess
2017-11-15Adding incubator logo and added hgid.h to the premake4.lua and projectsOliver Schneider
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
2015-11-15New setvcvars.cmdOliver Schneider
Adding contributors for which I received names to the CONTRIBUTORS.txt (still need to add them to the about dialog) Minor corrections to the premake4.lua
2014-02-18Adding Portuguese (Brazil) to the list of languagesOliver Schneider
2014-02-18This is obsolete nowOliver Schneider
2014-02-18Making sure the binary names don't get messed up by the prefixOliver Schneider
2014-01-31We don't want the publicKeyToken in the manifest for unsigned binaries ↵Oliver Schneider
(non-release builds)
2014-01-30Amended the premake4.lua (it requires at least changeset 9c61ab643cf0 from ↵Oliver Schneider
the WDS-build branch of windirstat/premake-stable!
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
2014-01-27Limiting the output from VTRACE()Oliver Schneider
2014-01-26Adding new implementation file tracer.cppOliver Schneider
Changing the license of the tracer (.h) to MIT Adjustments to premake4.lua to accommodate these changes (and previous ones) Creating console window for VTRACE in debug builds now Updated main project file (because of premake4.lua)
2014-01-22Adjusted the premake4.lua and the .rc filesOliver Schneider
2014-01-20Trying to fix a particular problem when using clean working copyOliver 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-20Prevent name clashes that fail the buildOliver Schneider
2014-01-20Integration almost completeOliver Schneider
2014-01-19More generic methodOliver Schneider
2014-01-18CosmeticsOliver Schneider
2014-01-18Storing symbols without absolute pathOliver Schneider
Also adding symbols for release builds
2014-01-18Fixing the build broken with rev 53cc0f9e3893Oliver Schneider
2014-01-10Introducing define HAVE_WIN7_SDK (and replacing SUPPORT_W7_TASKBAR)Oliver Schneider
2014-01-08Get rid of some obsolete stuffOliver Schneider
Also now naming the intermediate folder without referring to the platform or configuration (we only have a single one)
2014-01-08Suppress projects which we won't need. This fixes Issue #90 and concludes ↵Oliver Schneider
the project generation "milestone" as far as I can tell.
2014-01-08Fixing Issue #92Oliver Schneider
2014-01-08Adding option to make VS 2005 and 2008 projects compatible with Windows 7 ↵Oliver Schneider
dependencies.
2014-01-05Mentioning errorOliver Schneider
2014-01-05Addressing Issue #89Oliver Schneider
2014-01-04- Adding the README back to created projectsOliver Schneider
2014-01-03Fixing Issue #77Oliver Schneider
2014-01-03Improvements to premake4.luaOliver Schneider
2014-01-03- Make sure the new macro names are properly usedOliver Schneider
2014-01-03- premake4.lua adjustments (forgot it in last commit)Oliver Schneider