NSIS/Source
2014-07-08 18:35:54 +00:00
..
7zip Tabs to spaces and minor cleanup 2014-07-05 11:55:28 +00:00
boost Imported and modified some sources from Boost (http://www.boost.org) 2004-10-15 03:40:07 +00:00
bzip2 2014 and fixed some minor typos 2014-05-13 15:51:45 +00:00
exehead Tabs to spaces and minor cleanup 2014-07-05 11:55:28 +00:00
Tests Fixed winchar tests 2014-01-22 09:54:21 +00:00
zlib Fixed 5 GCC warnings 2014-06-22 18:50:54 +00:00
afxres.h 2014 and fixed some minor typos 2014-05-13 15:51:45 +00:00
build.cpp Fixed 5 GCC warnings 2014-06-22 18:50:54 +00:00
build.h Tabs to spaces and minor cleanup 2014-07-05 11:55:28 +00:00
cbzip2.h 2014 and fixed some minor typos 2014-05-13 15:51:45 +00:00
clzma.cpp 2014 and fixed some minor typos 2014-05-13 15:51:45 +00:00
clzma.h 2014 and fixed some minor typos 2014-05-13 15:51:45 +00:00
compressor.h 2014 and fixed some minor typos 2014-05-13 15:51:45 +00:00
crc32.c 2014 and fixed some minor typos 2014-05-13 15:51:45 +00:00
crc32.h 2014 and fixed some minor typos 2014-05-13 15:51:45 +00:00
czlib.h 2014 and fixed some minor typos 2014-05-13 15:51:45 +00:00
DialogTemplate.cpp Basic Win64 support (MSVC) 2014-02-08 00:13:52 +00:00
DialogTemplate.h Major POSIX overhaul 2013-12-08 14:34:38 +00:00
dirreader.cpp 2014 and fixed some minor typos 2014-05-13 15:51:45 +00:00
dirreader.h 2014 and fixed some minor typos 2014-05-13 15:51:45 +00:00
fileform.cpp 2014 and fixed some minor typos 2014-05-13 15:51:45 +00:00
fileform.h 2014 and fixed some minor typos 2014-05-13 15:51:45 +00:00
growbuf.cpp Added preprocess only mode (/[SAFE]PPO switch) 2014-06-19 19:06:49 +00:00
growbuf.h Added preprocess only mode (/[SAFE]PPO switch) 2014-06-19 19:06:49 +00:00
icon.cpp Basic Win64 support (MSVC) 2014-02-08 00:13:52 +00:00
icon.h 2014 and fixed some minor typos 2014-05-13 15:51:45 +00:00
lang.cpp Fixed POSIX !searchparse bug (patch #251) and hopefully better compatibility with 2.46 2014-05-19 19:23:06 +00:00
lang.h Tabs to spaces and minor cleanup 2014-07-05 11:55:28 +00:00
lineparse.cpp 2014 and fixed some minor typos 2014-05-13 15:51:45 +00:00
lineparse.h 2014 and fixed some minor typos 2014-05-13 15:51:45 +00:00
makenssi.cpp Minor typo and indentation fixes 2014-07-02 20:03:18 +00:00
manifest.cpp 2014 and fixed some minor typos 2014-05-13 15:51:45 +00:00
manifest.h 2014 and fixed some minor typos 2014-05-13 15:51:45 +00:00
mmap.cpp 2014 and fixed some minor typos 2014-05-13 15:51:45 +00:00
mmap.h 2014 and fixed some minor typos 2014-05-13 15:51:45 +00:00
Platform.h Fixed STD_MIN/MAX again for VCToolkit2003: SDK2003R2/CL14.00.40310.41 defines _MAX as _cpp_max and _cpp_max is a template under std. VCToolkit2003/CL13.10.3052 has a template _MAX under std but also does "#define _MAX (max)" so we cannot use "std::_MAX" and have to rely on the "(std::max)" trick. 2014-06-23 01:28:32 +00:00
Plugins.cpp 2014 and fixed some minor typos 2014-05-13 15:51:45 +00:00
Plugins.h 2014 and fixed some minor typos 2014-05-13 15:51:45 +00:00
ResourceEditor.cpp 2014 and fixed some minor typos 2014-05-13 15:51:45 +00:00
ResourceEditor.h 2014 and fixed some minor typos 2014-05-13 15:51:45 +00:00
ResourceVersionInfo.cpp 2014 and fixed some minor typos 2014-05-13 15:51:45 +00:00
ResourceVersionInfo.h Tabs to spaces and minor cleanup 2014-07-05 11:55:28 +00:00
SConscript StdOut Unicode support, controlled by /OUTPUTCHARSET and/or existing BOM if redirected. 2013-05-04 13:32:47 +00:00
script.cpp Tabs to spaces and minor cleanup 2014-07-05 11:55:28 +00:00
ShConstants.cpp Don't use the evil _tcsnccpy/strncpy function. 2014-05-20 17:26:33 +00:00
ShConstants.h Don't use the evil _tcsnccpy/strncpy function. 2014-05-20 17:26:33 +00:00
strlist.cpp 64bit fixes and optimizations 2014-05-19 22:03:09 +00:00
strlist.h Tabs to spaces and minor cleanup 2014-07-05 11:55:28 +00:00
tchar.h If <cwchar> is included by libc++ then clang has problems picking the correct overloaded function (bug #1085) 2014-07-08 18:35:54 +00:00
tokens.cpp Minor typo and indentation fixes 2014-07-02 20:03:18 +00:00
tokens.h Added !makensis command 2014-06-21 23:55:24 +00:00
tstring.cpp 2014 and fixed some minor typos 2014-05-13 15:51:45 +00:00
tstring.h 2014 and fixed some minor typos 2014-05-13 15:51:45 +00:00
uservars.h Tabs to spaces and minor cleanup 2014-07-05 11:55:28 +00:00
utf.cpp 2014 and fixed some minor typos 2014-05-13 15:51:45 +00:00
utf.h MakeNSIS WM_COPYDATA notify messages now use the QH_OUTPUTCHARSET encoding if specified by the host. CP_ACP is the default for compatibility with old IDEs. 2014-06-11 22:01:38 +00:00
util.cpp Merged patch #252: Build failure on Mac OS X - conversion error in Source/util.cpp 2014-07-05 00:11:17 +00:00
util.h Added !makensis command 2014-06-21 23:55:24 +00:00
validateunicode.cpp 2014 and fixed some minor typos 2014-05-13 15:51:45 +00:00
validateunicode.h 2014 and fixed some minor typos 2014-05-13 15:51:45 +00:00
winchar.cpp 2014 and fixed some minor typos 2014-05-13 15:51:45 +00:00
winchar.h 2014 and fixed some minor typos 2014-05-13 15:51:45 +00:00
writer.cpp 2014 and fixed some minor typos 2014-05-13 15:51:45 +00:00
writer.h 2014 and fixed some minor typos 2014-05-13 15:51:45 +00:00