| Commit message (Expand) | Author | Age | Files | Lines |
* | Build libevent on Mac | mark@chromium.org | 2008-09-18 | 1 | -0/+71 |
* | Merge http://v8.googlecode.com/svn/branches/bleeding_edge/tools/v8.xcodeproj@319 | mark@chromium.org | 2008-09-18 | 2 | -0/+384 |
* | Use libevent, second try. Changes this time: | dkegel@google.com | 2008-09-18 | 1 | -0/+5 |
* | Revert "Make tcp_client_socket_unittest pass on Linux." | evanm@google.com | 2008-09-18 | 1 | -5/+0 |
* | Make tcp_client_socket_unittest pass on Linux. | dkegel@google.com | 2008-09-18 | 1 | -0/+5 |
* | Suppress warnings in the new SCons version about an obscure | sgk@google.com | 2008-09-17 | 1 | -1/+2 |
* | add a new xcconfig to build c++ files as obj-c++ to ensure correct linkage. B... | pinkerton@google.com | 2008-09-17 | 1 | -0/+1 |
* | Unignore most warnings on POSIX in build/SConscript.main. | evanm@google.com | 2008-09-16 | 1 | -14/+3 |
* | Initial Gears SConscript file. A bit messy. Only builds chrome+dbg and | mpcomplete@google.com | 2008-09-16 | 1 | -0/+3 |
* | Changes to get a small part of chrome/SConscript building. For now, just bui... | tc@google.com | 2008-09-15 | 1 | -0/+1 |
* | Capture initial SCons build of {base,net,googleurl}_unittests on Mac: | sgk@google.com | 2008-09-11 | 1 | -32/+67 |
* | Now that the V8 changes to SConscript are in trunk, enable | erg@google.com | 2008-09-11 | 2 | -15/+34 |
* | Put all prebuild scripts in external files. Scripts to run unit tests are | mark@chromium.org | 2008-09-11 | 2 | -3/+64 |
* | Use gcc 4.2 for the Mac build. Fix up new warnings and errors pointed out | mark@chromium.org | 2008-09-10 | 1 | -0/+1 |
* | Oops. It's called _unittest, not _test. | erg@google.com | 2008-09-09 | 1 | -1/+1 |
* | Make google url build and get the unit tests to link. | erg@google.com | 2008-09-09 | 1 | -19/+29 |
* | Merge v8.xcodeproj@219 to Chromium. This avoids unnecessary recompilation | mmentovai@google.com | 2008-09-09 | 1 | -1/+1 |
* | Add build/all.xcodeproj, which builds all known targets. | mmentovai@google.com | 2008-09-08 | 2 | -8/+1188 |
* | Xcode project for V8 in Chromium | mmentovai@google.com | 2008-09-08 | 1 | -0/+1087 |
* | Compile bspatch only on win32 for now. | rahulk@google.com | 2008-09-08 | 1 | -1/+5 |
* | rollback | rahulk@google.com | 2008-09-08 | 1 | -0/+1 |
* | Remove bspatch from linux build targets. | rahulk@google.com | 2008-09-08 | 1 | -1/+0 |
* | Since the compiler line looks like "$CXXFLAGS $CFLAGS", there's no way to dis... | evanm@google.com | 2008-09-07 | 1 | -3/+6 |
* | Fix webkit.xcodeproj. Make it use our new xcconfig and common build directory | mmentovai@google.com | 2008-09-06 | 1 | -1/+4 |
* | Move icu.xcodeproj into the icu38 directory, as is done with all other | mmentovai@google.com | 2008-09-03 | 1 | -1/+1 |
* | GCC 4.3 build fixes. | evanm@google.com | 2008-09-03 | 1 | -0/+2 |
* | Disable code coverage in the default Mac debug build. | mmentovai@google.com | 2008-09-02 | 5 | -143/+28 |
* | Update Copyright text in SCons config files. | sgk@google.com | 2008-09-01 | 2 | -56/+7 |
* | Switch to building Chromium rather than Google Chrome by default. | pamg@google.com | 2008-08-30 | 2 | -2/+2 |
* | Build against the system-provided NSS for SSL support. | mmoss@google.com | 2008-08-29 | 1 | -4/+6 |
* | Rollback 1529. | rahulk@google.com | 2008-08-29 | 2 | -2/+2 |
* | Last minute changes for Chromium. | rahulk@google.com | 2008-08-29 | 2 | -2/+2 |
* | Creating a coverage specific build configuration. This used to be a part of t... | niranjan@google.com | 2008-08-26 | 1 | -0/+12 |
* | Undo a change which had added /PROFILE to purify builds. | erikkay@google.com | 2008-08-26 | 1 | -1/+0 |
* | Disable linker warning LNK4221: "no public symbols found; archive member will... | maruel@google.com | 2008-08-26 | 1 | -1/+2 |
* | Allow BINDINGSCOMSTR to show prettier output while generating WebKit bindings. | evanm@google.com | 2008-08-24 | 1 | -0/+1 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Disable Frame Pointer Omission optimization in default release, the CHECK ENA... | maruel@google.com | 2008-08-23 | 4 | -1/+8 |
* | Get the majority of the files in V8Bindings/ building. | erg@google.com | 2008-08-22 | 1 | -0/+4 |
* | Enable -Werror on the Mac. Fix two more warnings just added to our build. N... | mmentovai@google.com | 2008-08-22 | 1 | -1/+3 |
* | Fix the final gcc warnings in base and net. Provide some macros to selective... | mmentovai@google.com | 2008-08-21 | 2 | -2/+1 |
* | Start porting port. Also move perl declarations into the correct place | erg@google.com | 2008-08-21 | 1 | -0/+8 |
* | Preserve the environment variable DISTCC_HOSTS if present. | dkegel@google.com | 2008-08-21 | 1 | -0/+2 |
* | Unrollback r1158. | rahulk@google.com | 2008-08-21 | 2 | -0/+8 |
* | Fix some more warnings. | evanm@google.com | 2008-08-20 | 1 | -0/+1 |
* | Turn on -Wall -Werror, fixing a few files while I'm here and *temporarily* di... | evanm@google.com | 2008-08-20 | 1 | -2/+8 |
* | Disable warning 4355 on Windows builds: "'this' : used in base member initial... | maruel@google.com | 2008-08-20 | 2 | -1/+2 |
* | Get JSConfig and JavaScriptCore/libWTF.a building under linux. | erg@google.com | 2008-08-19 | 1 | -1/+2 |
* | Add renderer\external_host_bindings.cc to the SCons build. | sgk@google.com | 2008-08-19 | 1 | -2/+2 |
* | Add googleurl.xcodeproj. | mmentovai@google.com | 2008-08-18 | 1 | -0/+738 |