summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-18Fix string match with wildcard, and use correct path to archive log filestudio-1.4-devYing Chen
2015-09-17Add svn directory to PATHYing Chen
2015-09-17Add test config files to repoYing Chen
2015-09-09Add lldb buildbot scripts to repoYing Chen
2015-09-09Needs distutils for test suite.Chaoren Lin
2015-09-09Revert "Shorter path no longer necessary after resolving out directory."Chaoren Lin
2015-09-08Shorter path no longer necessary after resolving out directory.Chaoren Lin
2015-09-08Mixed up script and common file.Chaoren Lin
2015-09-08Resolve all paths.Chaoren Lin
2015-09-08Need unittest module for test suite.Chaoren Lin
2015-09-08Fix Windows distribution.Chaoren Lin
2015-09-08Fix python prebuilt.Chaoren Lin
2015-09-01Need resources directory for tests.Chaoren Lin
2015-08-27Even shorter path for Windows build.Chaoren Lin
2015-08-26Dummy codesign to get the build working.Chaoren Lin
2015-08-26Move llvm, lldb, clang source to shorter path.Chaoren Lin
2015-08-26Prevent build-*.sh from being invoked on wrong platforms.Chaoren Lin
2015-08-26Refactor common parts of build-*.sh into build.sh.Chaoren Lin
2015-08-25Add LLDB_RELOCATABLE_PYTHON cmake flag so PYTHONHOME can take effect on Windows.Chaoren Lin
2015-08-25Make build.sh a common entry point.Chaoren Lin
2015-08-24Remove hashlib.py to avoid startup error.Chaoren Lin
2015-08-24Merge "Package all python modules. Will require PYTHONPATH to be set." into s...Chaoren Lin
2015-08-24Update build-python.sh to clean up *.pyc and *.pyo files.Chaoren Lin
2015-08-24Package all python modules. Will require PYTHONPATH to be set.Chaoren Lin
2015-08-21Update build-common.sh.Chaoren Lin
2015-08-17Use VsDevCmd.bat instead of manually setting env vars.Chaoren Lin
2015-08-17Update min OS X version to 10.8 and force libc++.Chaoren Lin
2015-08-14Add CMAKE_MAKE_PROGRAM for Android build.Chaoren Lin
2015-08-14Use CMAKE_MAKE_PROGRAM instead of messing with PATH.Chaoren Lin
2015-08-14Use /tmp as SCRATCH for all platforms.Chaoren Lin
2015-08-14Output more headers.Chaoren Lin
2015-08-14Correctly prune unnecessary binaries for OS X build.Chaoren Lin
2015-08-11Update build-linux.sh.Chaoren Lin
2015-08-10OS X readlink doesn't support -f.Chaoren Lin
2015-08-10Fix comments in prebuilts/build-*.sh.Chaoren Lin
2015-08-06Needs /usr/sbin/sysctl for number of cores.Chaoren Lin
2015-08-06Replace `ninja install` with custom cp operations.Chaoren Lin
2015-08-06Merge "Update build-windows.sh." into studio-1.4-devChaoren Lin
2015-08-06Merge "Update build-darwin.sh." into studio-1.4-devChaoren Lin
2015-08-05Update build-darwin.sh.Chaoren Lin
2015-08-05Update build-windows.sh.Chaoren Lin
2015-07-30Fix build-python.sh to work with lldb Linux build.Chaoren Lin
2015-07-28Adding scripts that create lldb prebuiltsVince Harron
2015-07-22rename build.sh->build-linux.sh for consistencyVince Harron
2015-07-20Remove mistaken removal of DIST directory and adjustChad Jones
2015-07-09Merge "Only build/install/zip minimum set of files on Linux" into studio-1.4-devVince Harron
2015-07-05Only build/install/zip minimum set of files on DarwinVince Harron
2015-07-04Only build/install/zip minimum set of files on LinuxVince Harron
2015-07-03Disabled zip step until zip contents can be reviewed and prunedVince Harron
2015-06-17Merge "Refactored Linux build script to conform to build script standard" int...Vince Harron