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
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-22Replaced own countof by the _countof from stdlib.hOliver Schneider
Moved numerous headers out of stdafx.h so these won't cause unnecessary recompiles
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-01-10All source files now with LF line endings againOliver Schneider
Updated the logo files a bit, renamed some others
2016-01-12Removed explicit naming of contributors from the individual files, everybody ↵Oliver Schneider
who is interested can glean that info from the version control system (for the rest see CONTRIBUTORS.md) Also removed RCS keywords
2016-01-12Updating copyright year, replacing Copyright for myself with WinDirStat team ↵Oliver Schneider
to signify contributions by others
2014-02-18Assembling the attribution strings dynamically ... can probably be further ↵Oliver Schneider
improved
2011-02-05- Some refactoring to make the distinction between API functions and class ↵"Oliver Schneider ext:(%22)
member functions easier - There are only 26 letters in the Latin alphabet, so only 26 drive letters - Some additional check - Added TODO/FIXME comments for later
2010-12-26- Fixing search for language files to be more robustOliver Schneider
2010-12-26- Updated ignore fileOliver Schneider
- Committing minor changes concerning language files
2010-08-24- Removing CVS keyword IdOliver Schneider
- Just checking in all changes before INI handling (using SimpleIni.h)
2010-02-26- Putting constants into namespaceOliver Schneider
- Renaming the CRegistryUser member functions to start with lowercase letter (for brevity, old name also used in the Win32 API) - Removing more literals and declaring them as named constants ...
2010-02-26- Pacman now defaults to offOliver Schneider
- Fixed the language resource scheme for 32 and 64bit, the problem was that the old code expected a lowercase constant, even though nowhere specified
2008-12-27- Literally hundreds of cosmetic changesassarbad
- First fixes to the multi-select code, especially to allow WDS to run after build ;)
2008-12-26- Updated CHANGELOG.txtassarbad
- Fixed contact info in file headers - Removed Log keyword from file ends
2008-04-26- Added proper header guardsassarbad
- Build broken inside VS2008
2006-10-10- Added credits for Gerben Wieringa (Dutch translation)assarbad
- Replaced Header tag by Id for the CVS tags in the source files ... - Started re-ordering of the files inside the project(s)/solution(s)
2006-07-05- Added file header to wds_constants.hassarbad
2006-07-05- Added my email address in the header, adjusted "Author" -> "Author(s)"assarbad
- Added CVS Log keyword to those files not having it - Added the files which I forgot during last commit