The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / vcbuild.bat @ master

History | View | Annotate | Download (7.89 KB)

# Date Author Comment
a9d22247 03/27/2014 02:54 PM Josh Dague

build: windows signing should include timestamps

Previously the build artifacts did not include a signed timestamp, so
when the certificate expired the validation of the artifact would fail.
Now we sign against a timestamp server such that the artifact will...

d2d56d04 12/28/2013 07:58 AM Lev Gimelfarb

build: add settings for VS 2013 to vcbuild.bat

Search for VS2013 compiler 1st, before falling back to older ones. This
allows compiling using the latest VS2013.

418c9bc6 05/03/2013 05:32 AM Miroslav Bajtoš

build: vcbuild.bat fix for Visual Studio 2012

Change vcbuild.bat to ignore VCINSTALLDIR environment variable,
always check for specific VS version and set GYP_MSVS_VERSION
accordingly. Otherwise GYP generates project files in format
that cannot be compiled by VS2012.

0602fbb4 04/23/2013 10:41 AM Miroslav Bajtoš

build: added support for Visual Studio 2012

f9ba9f7b 03/05/2013 05:43 PM Timothy J Fontaine

build: define nightly tag external to build system

6366a305 03/01/2013 04:30 PM Scott Blomquist

build/windows: don't use wrong version number

We were using a global temp file while setting the NODE_VERSION
environment variable. This resulted in simultaneous builds swapping
version numbers on occasion.

This patch removes the use of a temp file for this.

f0f87d8a 02/28/2013 08:44 PM Timothy J Fontaine

build: windows should append date if nightly

a6167742 01/03/2013 05:38 PM Scott Blomquist

windows: improve Visual Studio Express build support

  • Moved generated files to a clearer directory.
  • Improved detection logic for ctrpp.exe tool.

Closes #4482

f657ce68 11/20/2012 07:21 PM Scott Blomquist

windows: add tracing with performance counters

Patch by Henry Rawas and Scott Blomquist.

f36bfd15 11/05/2012 06:25 PM Shigeki Ohtsu

build: remove jslint test/ on Windows

See 605927fbd9c2fbcd7d88a8f8159a9ca78417a6d0

029e01bb 06/13/2012 06:56 PM Bert Belder

vcbuild.bat: add duplicate arg-ok label to work around cmd.exe bug

6a8b5b36 06/13/2012 06:56 PM Nathan Rajlich

test: bundle node-weak in test/gc so that it doesn't need to be downloaded

35a1421e 06/13/2012 06:36 PM Igor Zinkovsky

Windows: Enable ETW events.
This commit enables ETW events to be fired on Windows for existing
DTrace probes. ETW instrumentation is enabled by default. It
is possible to build node.exe without ETW instrumentation by
using --without-etw option with configure script.

e2126e05 06/02/2012 12:39 PM Jeroen Janssen

windows/msi: cleanup WiX project files

The current WiX project files do some manual processing and generation
which WiX supports doing out of the box. This patch will use the
HeatDirectory task to generate the npm.wxs file and use the auto GUID
generation. I also changed the msi filename generation to include the...

9fe39ede 06/01/2012 08:18 PM Matt Gollob

windows: don't install x64 version into the 'program files (x86)' folder

  • Update nodemsi.sln and .wixproj to include support for x64 platform
    - Add ProgramFilesFolderId to the DefineConstants property for each
    configuration/platform's property group with the appropriate value...
2728dcc9 04/04/2012 12:14 PM Bert Belder

Windows: add build step that generates license.rtf from LICENSE

dc752327 03/15/2012 07:12 PM Nathan Rajlich

vcbuild: run the 'configure' script in vcbuild.bat

So that a 'config.gypi' file gets generated, which is
required for the `process.config` object (see #2928).

0c686048 03/08/2012 02:39 PM Igor Zinkovsky

add jslint to vcbuild.bat

18acdff8 02/28/2012 11:27 AM Shigeki Ohtsu

build: fix the help output of vcbuild.bat

c1fcb1db 02/23/2012 08:11 AM Shigeki Ohtsu

build: change default BUILDTYPE of vcbuild.bat

From Debug to Release.

31721da4 02/18/2012 12:46 PM isaacs

Merge remote-tracking branch 'ry/v0.6' into v0.6-merge

Conflicts:
AUTHORS
ChangeLog
Makefile
doc/about/index.html
doc/api/tls.markdown
doc/community/index.html
doc/index.html
doc/logos/index.html
doc/template.html
lib/http.js
lib/tls.js
src/node_version.h...

c3f17622 02/12/2012 03:04 PM Bert Belder

Fix vcbuild.bat, print error when an unrecognized option is encountered

8a6576f7 02/12/2012 10:12 AM Ben Noordhuis

Merge remote-tracking branch 'origin/v0.6'

Conflicts:
common.gypi

0a347559 02/07/2012 04:32 PM Igor Zinkovsky

enable x64 windows build
use "vcbuild x64" to do x64 build of node.exe

8b28d599 01/09/2012 02:20 PM Ryan Dahl

Merge remote branch 'origin/v0.6'

Conflicts:
Makefile
configure
src/node_version.h

bca88b2d 01/06/2012 07:26 PM Ryan Dahl

support nosnapshot in vcbuild.bat

cdb5864f 12/28/2011 07:56 PM Ben Noordhuis

Make msbuild run in parallel.

8e2c014e 12/09/2011 08:20 PM Igor Zinkovsky

Fix MSI generation on VC Express

b24cdb3d 12/08/2011 06:02 PM Igor Zinkovsky

Enable upgrades in MSI.
Fixes #2228.

055a933f 11/22/2011 09:17 PM Ryan Dahl

Add exe and msi signing to vcbuild.bat

e5cf3f97 11/22/2011 08:59 PM Ryan Dahl

Fixes #2083. Support installing npm in the .msi

9c70b09e 11/16/2011 06:10 PM Bert Belder

Fix strange vcbuild "label not found" error

d214576d 11/11/2011 05:02 PM Ryan Dahl

Be consistent with v before version in packages

2af64316 11/11/2011 03:38 PM Ryan Dahl

Add upload command to vcbuild.bat

895fa3a5 11/11/2011 03:09 PM Ryan Dahl

Simplify and move getnodeversion.py

ec90ede1 11/10/2011 09:40 PM Igor Zinkovsky

fix msi builder

850609ea 11/02/2011 07:38 PM Ryan Dahl

Remove separation of libuv tests

6fadbec7 10/11/2011 01:29 PM Tomasz Janczuk

wix project to create msi installer for windows

Fixes #1706.

d01b87d9 09/04/2011 08:10 PM Bert Belder

win: vcbuild.bat should attempt to run vcvarsall.bat

779c93c5 08/26/2011 08:06 PM Igor Zinkovsky

merge vcbuild.bat and generate_projects.bat

19ff87a9 08/24/2011 02:55 AM Igor Zinkovsky

vcbuild.bat - for building from cmd-line using msbuild