121 Commits (81e356279dcd37fda20d827fbab3550026e74c63)

Author SHA1 Message Date
Scott Blomquist f657ce685d windows: add tracing with performance counters 12 years ago
Ben Noordhuis 1e738c5ef2 build: make python executable configurable 12 years ago
Stephen Gallagher 38809e3985 build: allow linking against system libuv 12 years ago
Timothy J Fontaine ac047166f6 build: add configure option to generate xcode build files 12 years ago
Stephen Gallagher 73ff653a8d build: allow linking against system c-ares 12 years ago
Stephen Gallagher bfd78b69fc build: allow linking against system http_parser 12 years ago
Shigeki Ohtsu 148f5e6512 build: fix default dtrace flag on Linux 12 years ago
Ben Noordhuis 2f5fa089e9 build: add --systemtap-includes configure switch 12 years ago
Jan Wynholds 06810b29fa tracing: add systemtap support 12 years ago
Frederico Silva cfbfaaa87d build: let gyp choose msvs version 12 years ago
Ben Noordhuis 28e6403a56 build: add --unsafe-optimizations configure switch 12 years ago
Ben Noordhuis 160e4d0534 build: re-enable gdbjit, honor --gdb again 12 years ago
Ben Noordhuis 1205734e69 configure: turn on VFPv3 on ARMv7 12 years ago
Ben Noordhuis bbf6b4ecbb configure: turn on VFPv3 on ARMv7 12 years ago
Alex Xu fb6c314b6d configure: always use shlex instead of split 12 years ago
Nathan Rajlich 608898c15b configure: add a "--dest-os" option to force a gyp "flavor" 12 years ago
Ben Noordhuis 7b6d3cea2c build: add ninja support to Makefile 12 years ago
Timothy J Fontaine d3135e0f57 build: add configure option to build with ninja 12 years ago
isaacs 86778607c9 build: Don't set gcc_version for Windows 12 years ago
Ben Noordhuis de32b38992 addon: remove node-waf, superseded by node-gyp 12 years ago
Ben Noordhuis 100e163dda build: compile with -fno-tree-vrp when gcc >= 4.0 12 years ago
Adam Malcontenti-Wilson 90efdb3a5b build: improve armv7 / hard-float detection 13 years ago
Ben Noordhuis 98b1ce91f6 build: fix mksnapshot crash on sunos 12 years ago
Ben Noordhuis c6bb361b84 build: partially fix configure on ARM 12 years ago
Ben Noordhuis 202df30aab build: disable unsafe optimizations 12 years ago
Ben Noordhuis b40f813bab build: fix spurious mksnapshot crashes for good 12 years ago
Bert Belder 3e5139fd2f Fix the Windows build 12 years ago
Ben Noordhuis b1cce04646 build: rename strict_aliasing to node_no_strict_aliasing 12 years ago
Ben Noordhuis b731c96679 build: disable -fstrict-aliasing for any gcc < 4.6.0 12 years ago
Ben Noordhuis a0add91987 build: detect cc version with -dumpversion 12 years ago
Ben Noordhuis f78ce087ba build: handle output of localized gcc or clang 13 years ago
Ben Noordhuis f315029268 build: rename openssl configure switches 13 years ago
Ben Noordhuis d5f13f6c08 build: use proper python interpreter 13 years ago
Gabriel 9e72b7b65c build: handle CC env var with spaces 13 years ago
Ben Noordhuis f00c8bcef8 build: fix --shared-v8 option 13 years ago
Bert Belder 10448487e5 configure: don't fail if compiler_version() doesn't work 13 years ago
Ben Noordhuis 06c82c5069 build: expand ~ in `./configure --prefix=~/a/b/c` 13 years ago
Ben Noordhuis 57276ae70a build: enable strict aliasing if gcc < 4.5.0 13 years ago
Ben Noordhuis 07e5877144 build: disable strict aliasing in v8 with gcc 4.5.x 13 years ago
Ben Noordhuis 5a2cc626b2 build: disable strict aliasing in v8 with gcc 4.5.x 13 years ago
Ryan Dahl fe464a2fea Rename GYP variable node_use_system_openssl to be consistent 13 years ago
isaacs 0ef6cfd39b Fix #3465 Add ./configure --no-ifaddrs flag 13 years ago
Igor Zinkovsky 35a1421e96 Windows: Enable ETW events. 13 years ago
isaacs c393853b4e build: Set strict_aliasing on SunOS always 13 years ago
Sadique Ali c9676c9147 build: improve c compiler detection 13 years ago
Javier Hernández 792d9a921d build: print error message if no compiler found 13 years ago
Nathan Rajlich 9b7a6c5238 configure: output a newline at the end of config.gypi 13 years ago
Nathan Rajlich fdeeabba78 configure: don't use "with" for Python 2.5 and older 13 years ago
Dave Pacheco cc15299c32 build: add support for DTrace and postmortem 13 years ago
Nathan Rajlich 70e68893fe build: make --openssl-use-sys a boolean option 13 years ago