| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove /Wp64 compiler flag as it gets in the way of the porting effort. This ... | maruel@google.com | 2008-08-18 | 1 | -6/+5 |
* | Add more useful settings to the xcconfigs. | mmentovai@google.com | 2008-08-18 | 5 | -3/+73 |
* | Use a common directory for all build output on the Mac. | mmentovai@google.com | 2008-08-18 | 1 | -0/+8 |
* | Add a COVERAGE=1 argument to the Linux scons build. This compiles the object... | deanm@google.com | 2008-08-18 | 1 | -0/+4 |
* | Move all settings except for the ones that really need to be per-target into | mmentovai@google.com | 2008-08-15 | 3 | -0/+106 |
* | Get googleurl and net to build on linux so we can parallelize even more. Thi... | tc@google.com | 2008-08-15 | 2 | -6/+16 |
* | Call an external command on Windows (xcopy) to install .lib files into | sgk@google.com | 2008-08-14 | 1 | -1/+16 |
* | Add skia and our png wrappers. png_codec_unittest and image_operations_unitt... | tc@google.com | 2008-08-14 | 1 | -1/+1 |
* | Detect linux with '__linux__' since 'linux' is not defined with -ansi. | deanm@google.com | 2008-08-14 | 1 | -1/+1 |
* | Implement nspr time on Linux. | deanm@google.com | 2008-08-14 | 1 | -1/+2 |
* | Add a helper method to SConscript.main for adding .pdb files to the | tc@google.com | 2008-08-13 | 1 | -0/+23 |
* | Allow MSVC to be on a different drive letter than the source code. | tc@google.com | 2008-08-13 | 1 | -1/+6 |
* | Pull in some environment flags that affect distcc. | evanm@google.com | 2008-08-13 | 1 | -1/+7 |
* | Adding preprocessor definitions to separate Google Chrome from Chromium. | rahulk@google.com | 2008-08-13 | 5 | -2/+27 |
* | Parse /proc/cpuinfo to guess the number of available CPUs. | evanm@google.com | 2008-08-13 | 1 | -0/+5 |
* | Last changes to get Linux unit tests building: | evanm@google.com | 2008-08-12 | 1 | -410/+0 |
* | Make breakpad handler compile on Linux. | mmoss@google.com | 2008-08-12 | 1 | -1/+2 |
* | Get rid of separate SConscript.main.linux: | sgk@google.com | 2008-08-12 | 1 | -12/+17 |
* | SCons build updates: | sgk@google.com | 2008-08-12 | 1 | -1/+1 |
* | User the "v8.exe" binary from the V8 SCons-based release build instead of the... | sgk@google.com | 2008-08-11 | 1 | -24/+11 |
* | Add defines for the size of wchar_t to build_config.h. Use this in places whe... | brettw@google.com | 2008-08-07 | 1 | -0/+10 |
* | Allow third_party/libxslt to compile on Linux. Like libxml, this uses pre-gen... | mmoss@google.com | 2008-08-06 | 1 | -4/+3 |
* | Allow third_party/libxml to compile on Linux. This uses static config.h and x... | mmoss@google.com | 2008-08-06 | 1 | -2/+2 |
* | Reapply 382 since it wasn't the cause of the build breakage. | maruel@google.com | 2008-08-05 | 1 | -1/+2 |
* | Revert revision 382 to see if it fixes the build. | nsylvain@google.com | 2008-08-05 | 1 | -2/+1 |
* | M internal/release_impl_purify.vsprops | niranjan@google.com | 2008-08-05 | 1 | -1/+2 |
* | Add process information (ARCH_CPU_*) to build_config.h. | deanm@google.com | 2008-08-05 | 1 | -2/+28 |
* | Fix line-ending property on some SCons files. | evanm@google.com | 2008-08-04 | 2 | -176/+176 |
* | Include debug information in Linux builds. | evanm@google.com | 2008-08-04 | 1 | -2/+2 |
* | OS_WINDOWS conflicted with a macro in Windows' shlwapi.h, use OS_WIN | mmentovai@google.com | 2008-08-04 | 1 | -1/+1 |
* | Provide OS_ and COMPILER_ macros for OS and compiler differentiation | mmentovai@google.com | 2008-08-04 | 1 | -0/+57 |
* | Checking in the rest of the .lib changes, previous commit was only done from ... | sgk@google.com | 2008-08-04 | 3 | -15/+34 |
* | Pull the block of common Windows system libraries that we link with everywher... | sgk@google.com | 2008-08-04 | 2 | -0/+46 |
* | Pass 32-bit linker flag. | evanm@google.com | 2008-08-04 | 1 | -1/+2 |
* | Convert submodules SConscript files to psuedo-builder calls. | sgk@google.com | 2008-08-03 | 1 | -2/+2 |
* | Add Chrome* pseudo-builders to the base construction environment to wrap the ... | sgk@google.com | 2008-08-03 | 2 | -0/+34 |
* | Merge a bunch of SConscript.main back into SConscript.main.linux. My goal is... | evanm@google.com | 2008-08-01 | 1 | -30/+300 |
* | SCons build: | sgk@google.com | 2008-08-01 | 1 | -6/+6 |
* | Steps towards isolating Windows-isms in the construction environment from Lin... | sgk@google.com | 2008-08-01 | 2 | -27/+49 |
* | Get SCons building Windows again without having to Import()/re-Export(): use... | sgk@google.com | 2008-07-31 | 1 | -4/+1 |
* | Initial commit to get a handful of third_party packages building properly und... | keunwoo@google.com | 2008-07-31 | 1 | -0/+96 |
* | Initial cleanups en route to coalescing the get-it-built cut-and-paste from v... | sgk@google.com | 2008-07-31 | 3 | -9/+10 |
* | Fix two issues with Visual Studio 2008. | maruel@google.com | 2008-07-30 | 1 | -1/+1 |
* | Accommodate the change from ..\third_party\scons-0.98.3 to ..\third_party\sco... | sgk@google.com | 2008-07-28 | 1 | -1/+1 |
* | Add the build directory to the repository. | initial.commit | 2008-07-26 | 19 | -0/+881 |