NSIS/Source
anders_k 4f8bf3c466 Fix some MinGW warnings
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6293 212acab6-be3b-0410-9dea-997c60f758d6
2013-03-10 23:02:09 +00:00
..
7zip MakeNSIS can now generate Unicode or Ansi installers based on a script attribute. SCons generates both Ansi and Unicode stubs and plugins. 2012-10-13 01:47:50 +00:00
boost Imported and modified some sources from Boost (http://www.boost.org) 2004-10-15 03:40:07 +00:00
bzip2 MakeNSIS can now generate Unicode or Ansi installers based on a script attribute. SCons generates both Ansi and Unicode stubs and plugins. 2012-10-13 01:47:50 +00:00
exehead Use a custom file reader with UTF8 support for nsi/nsh/nlf files and store UTF16LE or MBCS (stringblock) strings in ExeHeadStringList 2013-03-07 21:25:35 +00:00
Tests Using standard wchar string functions instead of winchar_* 2010-04-30 14:48:19 +00:00
zlib Removed unused variables and fixed GCC warnings 2012-09-08 02:50:09 +00:00
afxres.h happy new year! 2009-02-01 14:44:30 +00:00
build.cpp Fix some MinGW warnings 2013-03-10 23:02:09 +00:00
build.h Use a custom file reader with UTF8 support for nsi/nsh/nlf files and store UTF16LE or MBCS (stringblock) strings in ExeHeadStringList 2013-03-07 21:25:35 +00:00
cbzip2.h Removed unused variables and fixed GCC warnings 2012-09-08 02:50:09 +00:00
clzma.cpp _countof and swprintf fixes for VC6 2010-03-30 17:50:08 +00:00
clzma.h Jim Park's Unicode NSIS merging - Step 1 : switch to TCHARs where relevant. 2010-03-24 17:22:56 +00:00
compressor.h Jim Park's Unicode NSIS merging - Step 1 : switch to TCHARs where relevant. 2010-03-24 17:22:56 +00:00
crc32.c Jim Park's Unicode NSIS merging - Step 1 : switch to TCHARs where relevant. 2010-03-24 17:22:56 +00:00
crc32.h Jim Park's Unicode NSIS merging - Step 1 : switch to TCHARs where relevant. 2010-03-24 17:22:56 +00:00
czlib.h Jim Park's Unicode NSIS merging - Step 2 : merge TCHARs changes into trunk 2010-03-26 17:18:17 +00:00
DialogTemplate.cpp MakeNSIS can now generate Unicode or Ansi installers based on a script attribute. SCons generates both Ansi and Unicode stubs and plugins. 2012-10-13 01:47:50 +00:00
DialogTemplate.h Removed unused variables and fixed GCC warnings 2012-09-08 02:50:09 +00:00
dirreader.cpp Jim Park's Unicode NSIS merging - Step 4 : merging more TCHAR stuff that shouldn't have any impact 2010-03-29 14:24:47 +00:00
dirreader.h Added !if /FileExists 2011-11-13 15:34:43 +00:00
fileform.cpp #1753070: Enable that makensis and its related utilities can be built natively for 64-bit systems 2010-03-27 19:20:16 +00:00
fileform.h Jim Park's Unicode NSIS merging - Step 1 : switch to TCHARs where relevant. 2010-03-24 17:22:56 +00:00
growbuf.cpp Fix a lot of MinGW/GCC warnings 2011-11-09 18:12:57 +00:00
growbuf.h Jim Park's Unicode NSIS merging - Step 1 : switch to TCHARs where relevant. 2010-03-24 17:22:56 +00:00
icon.cpp MakeNSIS can now generate Unicode or Ansi installers based on a script attribute. SCons generates both Ansi and Unicode stubs and plugins. 2012-10-13 01:47:50 +00:00
icon.h Jim Park's Unicode NSIS merging - Step 1 : switch to TCHARs where relevant. 2010-03-24 17:22:56 +00:00
lang.cpp Fix some MinGW warnings 2013-03-10 23:02:09 +00:00
lang.h Some TCHAR fixes, linker flag for Unicode, and cosmetic touch without real changes 2010-04-14 10:15:40 +00:00
lineparse.cpp Added !if S==, S!=, = and <> compare ops and hex/int/float parsing support 2011-12-06 19:14:45 +00:00
lineparse.h Added !if S==, S!=, = and <> compare ops and hex/int/float parsing support 2011-12-06 19:14:45 +00:00
makenssi.cpp Use a custom file reader with UTF8 support for nsi/nsh/nlf files and store UTF16LE or MBCS (stringblock) strings in ExeHeadStringList 2013-03-07 21:25:35 +00:00
manifest.cpp MakeNSIS can now generate Unicode or Ansi installers based on a script attribute. SCons generates both Ansi and Unicode stubs and plugins. 2012-10-13 01:47:50 +00:00
manifest.h MakeNSIS can now generate Unicode or Ansi installers based on a script attribute. SCons generates both Ansi and Unicode stubs and plugins. 2012-10-13 01:47:50 +00:00
mmap.cpp Fix a lot of MinGW/GCC warnings 2011-11-09 18:12:57 +00:00
mmap.h Jim Park's Unicode NSIS merging - Step 1 : switch to TCHARs where relevant. 2010-03-24 17:22:56 +00:00
Platform.h MakeNSIS can now generate Unicode or Ansi installers based on a script attribute. SCons generates both Ansi and Unicode stubs and plugins. 2012-10-13 01:47:50 +00:00
Plugins.cpp MakeNSIS can now generate Unicode or Ansi installers based on a script attribute. SCons generates both Ansi and Unicode stubs and plugins. 2012-10-13 01:47:50 +00:00
Plugins.h MakeNSIS can now generate Unicode or Ansi installers based on a script attribute. SCons generates both Ansi and Unicode stubs and plugins. 2012-10-13 01:47:50 +00:00
ResourceEditor.cpp MakeNSIS can now generate Unicode or Ansi installers based on a script attribute. SCons generates both Ansi and Unicode stubs and plugins. 2012-10-13 01:47:50 +00:00
ResourceEditor.h MakeNSIS can now generate Unicode or Ansi installers based on a script attribute. SCons generates both Ansi and Unicode stubs and plugins. 2012-10-13 01:47:50 +00:00
ResourceVersionInfo.cpp Using standard wchar string functions instead of winchar_* 2010-04-30 14:48:19 +00:00
ResourceVersionInfo.h Additional error checking by Jim Park. 2010-04-15 12:11:06 +00:00
SConscript Basic UTF-8 support in ansi build so it can read UTF-8 .nlf files and LangStrings 2011-12-05 23:44:26 +00:00
script.cpp Added /plugin parameter to ReserveFile for our multi-arc. plugin subdirectories. 2013-03-07 23:38:25 +00:00
ShConstants.cpp Use a custom file reader with UTF8 support for nsi/nsh/nlf files and store UTF16LE or MBCS (stringblock) strings in ExeHeadStringList 2013-03-07 21:25:35 +00:00
ShConstants.h Use a custom file reader with UTF8 support for nsi/nsh/nlf files and store UTF16LE or MBCS (stringblock) strings in ExeHeadStringList 2013-03-07 21:25:35 +00:00
strlist.cpp Fix some MinGW warnings 2013-03-10 23:02:09 +00:00
strlist.h Fix some MinGW warnings 2013-03-10 23:02:09 +00:00
tchar.h MakeNSIS can now generate Unicode or Ansi installers based on a script attribute. SCons generates both Ansi and Unicode stubs and plugins. 2012-10-13 01:47:50 +00:00
tokens.cpp Added /plugin parameter to ReserveFile for our multi-arc. plugin subdirectories. 2013-03-07 23:38:25 +00:00
tokens.h MakeNSIS can now generate Unicode or Ansi installers based on a script attribute. SCons generates both Ansi and Unicode stubs and plugins. 2012-10-13 01:47:50 +00:00
tstring.cpp MakeNSIS can now generate Unicode or Ansi installers based on a script attribute. SCons generates both Ansi and Unicode stubs and plugins. 2012-10-13 01:47:50 +00:00
tstring.h MakeNSIS can now generate Unicode or Ansi installers based on a script attribute. SCons generates both Ansi and Unicode stubs and plugins. 2012-10-13 01:47:50 +00:00
uservars.h Additional error checking by Jim Park. 2010-04-15 12:11:06 +00:00
utf.cpp Fix some MinGW warnings 2013-03-10 23:02:09 +00:00
utf.h Experimental UTF16 reading support on POSIX 2013-03-08 19:38:46 +00:00
util.cpp Fix some MinGW warnings 2013-03-10 23:02:09 +00:00
util.h Use dynamic buffer sizes for formated CEXEBuild warning/error methods 2013-03-10 22:26:27 +00:00
validateunicode.cpp Unicode: Improved UTF8 detection, less verbose 2010-04-20 15:29:55 +00:00
validateunicode.h MakeNSIS can now generate Unicode or Ansi installers based on a script attribute. SCons generates both Ansi and Unicode stubs and plugins. 2012-10-13 01:47:50 +00:00
winchar.cpp Using standard wchar string functions instead of winchar_* 2010-04-30 14:48:19 +00:00
winchar.h Using standard wchar string functions instead of winchar_* 2010-04-30 14:48:19 +00:00
writer.cpp Unicode port: Unicode version of NSIS can now generate both ANSI & Unicode installers (using new instruction UnicodeInstaller on/off). 2010-06-14 10:07:22 +00:00
writer.h Unicode port: Unicode version of NSIS can now generate both ANSI & Unicode installers (using new instruction UnicodeInstaller on/off). 2010-06-14 10:07:22 +00:00