]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Merge updates from trunk.
authormistachkin <mistachkin@noemail.net>
Tue, 6 May 2014 21:30:25 +0000 (21:30 +0000)
committermistachkin <mistachkin@noemail.net>
Tue, 6 May 2014 21:30:25 +0000 (21:30 +0000)
FossilOrigin-Name: 7579c44ac1865133c37b16f2acc074d1eed4fdfd

1  2 
manifest
manifest.uuid
tool/mkvsix.tcl

diff --cc manifest
index eb814f0314f7facf66879615c8f1b4530dd379dd,5cc3df3b6b0ca78510b813165a9867828ba7c307..53adfd7ce9fd0ce94b13b3b6dfb7d968139d7f69
+++ b/manifest
@@@ -1,5 -1,5 +1,5 @@@
- C Refactor\sVSIX\spackage\screation\stool\sto\sbetter\ssupport\sVisual\sStudio\s2013.
- D 2014-05-06T00:09:46.488
 -C Enhance\sthe\sVSIX\spackage\screation\stool\sto\sbetter\ssupport\sVisual\sStudio\s2013.
 -D 2014-05-06T21:26:34.436
++C Merge\supdates\sfrom\strunk.
++D 2014-05-06T21:30:25.036
  F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
  F Makefile.in dd2b1aba364ff9b05de41086f74407f285c57670
  F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@@@ -1140,7 -1140,7 +1140,7 @@@ F tool/mksqlite3c-noext.tcl 1712d3d7125
  F tool/mksqlite3c.tcl ba274df71f5e6534b0a913c7c48eabfcbd0934b6
  F tool/mksqlite3h.tcl ba24038056f51fde07c0079c41885ab85e2cff12
  F tool/mksqlite3internalh.tcl b6514145a7d5321b47e64e19b8116cc44f973eb1
- F tool/mkvsix.tcl ee6cf791d22baeac5d488a30bac156e5098fabb9
 -F tool/mkvsix.tcl 924dcdecda86969686833301c08f84cca2600d94
++F tool/mkvsix.tcl 021504dacf6c9a6dda0c3eb9caa684d259feb297
  F tool/offsets.c fe4262fdfa378e8f5499a42136d17bf3b98f6091
  F tool/omittest.tcl 34d7ac01fe4fd18e3637f64abe12c40eca0f6b97
  F tool/opcodeDoc.awk b3a2a3d5d3075b8bd90b7afe24283efdd586659c
@@@ -1167,8 -1167,8 +1167,8 @@@ F tool/vdbe-compress.tcl 0cf56e9263a152
  F tool/vdbe_profile.tcl 67746953071a9f8f2f668b73fe899074e2c6d8c1
  F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
  F tool/warnings.sh d1a6de74685f360ab718efda6265994b99bbea01
 -F tool/win/sqlite.vsix 030f3eeaf2cb811a3692ab9c14d021a75ce41fff
 -P c1ab9092e29bc9d172c1f1a3becbcc83b79f2080
 -R a58107e75319df920bcb764f3109ea62
 +F tool/win/sqlite.vsix a94fb9b1b1ef06efc2898975cdfcfa9643731f5e
- P 668ed76ac6cfd5810aea7319c752d77fafaab319
- R 5812195e1a7ed7ccc7cd4024eddb3bfc
++P 8be166af239cbdaff3937c4003a6dc6e8a96e53a c1fb04f61eb74d80d1b7607ae6904fe2e1717988
++R b392192acbeb452efb75eebb9d223240
  U mistachkin
- Z add6d3433971df64a412a72ae0f72bd9
 -Z 469c7a319e5e989d73df4c062d995fca
++Z 39d35e31175990b3b740ccac33ccbea0
diff --cc manifest.uuid
index 8b91267341cc527950f3ab27f105ae5aa22cdde4,4bcb53df54b825f674c080de87a22f2bcbf7687f..775af7deceae94230dede3fea52f8e63a941549e
@@@ -1,1 -1,1 +1,1 @@@
- 8be166af239cbdaff3937c4003a6dc6e8a96e53a
 -c1fb04f61eb74d80d1b7607ae6904fe2e1717988
++7579c44ac1865133c37b16f2acc074d1eed4fdfd
diff --cc tool/mkvsix.tcl
index feb1bcefd9dabbfbcc96cdecb6f1e33fb99cda03,712cf32278ed6e6cf8990f8298520f3d40d92331..51ebe4ddb76bd6c0542bbfbc2c57536392249830
  # argument is optional and if present must contain the name of the directory
  # containing the root of the source tree for SQLite.  The third argument is
  # optional and if present must contain the flavor the VSIX package to build.
- # Currently, the only supported package flavors are "WinRT", "WinRT81", and
- # "WP80", "WP81", and "Win32".  The fourth argument is optional and if present
- # must be a string containing a list of platforms to include in the VSIX
- # package.  The platform list is "platform1,platform2,platform3".  The fifth
- # argument is optional and if present must contain the version of Visual Studio
- # required by the package.  Currently, the only supported versions are "2012"
- # and "2013".  The package flavors "WinRT81" and "WP81" are only supported when
- # the Visual Studio version is "2013".  Typically, when on Windows, this script
- # is executed using commands similar to the following from a normal Windows
+ # Currently, the only supported package flavors are "WinRT", "WinRT81", "WP80",
 -# and "Win32".  The fourth argument is optional and if present must be a string
 -# containing a list of platforms to include in the VSIX package.  The platform
 -# list is "platform1,platform2,platform3".  The fifth argument is optional and
 -# if present must contain the version of Visual Studio required by the package.
 -# Currently, the only supported versions are "2012" and "2013".  The package
 -# flavor "WinRT81" is only supported when the Visual Studio version is "2013".
 -# Typically, when on Windows, this script is executed using commands similar to
 -# the following from a normal Windows command prompt:
++# "WP81", and "Win32".  The fourth argument is optional and if present must be
++# a string containing a list of platforms to include in the VSIX package.  The
++# platform list is "platform1,platform2,platform3".  The fifth argument is
++# optional and if present must contain the version of Visual Studio required by
++# the package.  Currently, the only supported versions are "2012" and "2013".
++# The package flavors "WinRT81" and "WP81" are only supported when the Visual
++# Studio version is "2013".  Typically, when on Windows, this script is
++# executed using commands similar to the following from a normal Windows
 +# command prompt:
  #
  #                         CD /D C:\dev\sqlite\core
  #                         tclsh85 tool\mkvsix.tcl C:\Temp