summaryrefslogtreecommitdiff
path: root/SConstruct
AgeCommit message (Expand)Author
2018-11-15scons: add --gold-linker to link with the gold linkerCiro Santilli
2018-09-19scons: remove as version checkCiro Santilli
2018-09-13Fix SConstruct for asan buildEarl Ou
2018-08-24base: If valgrind is available, tell it about Fiber stacks.Gabe Black
2018-06-22SConstruct: additional message for the error checking of the python 2.7 headersMatteo M. Fusi
2018-05-04scons: Fix --with-ubsan/asan compilation flagsGiacomo Travaglini
2018-03-26scons: Re-enable override based warnings on gcc.Gabe Black
2018-03-06scons: Switch from the print statement to the print function.Gabe Black
2018-02-01scons: Resolve backtrace implementation existence testing failureHanhwi Jang
2017-11-27scons: Get rid of a flag which makes Werror optional.Gabe Black
2017-11-27scons: Move some compiler flag setting code to the SConstruct.Gabe Black
2017-11-10scons: Move Transform and termcap functionality into their own files.Gabe Black
2017-11-10scons: Move python path management out of the SConstruct.Gabe Black
2017-11-10scons: Pull style hook management out of the main SConstruct.Gabe Black
2017-11-10scons: Override the "default" tool to set up the default env.Gabe Black
2017-11-10scons: Move scons and python version checking into site_init.py.Gabe Black
2017-10-31base: Introducing utility for writing raw data in png formatGiacomo Travaglini
2017-10-17scons: Stop generating inc.d in the isa parser.Gabe Black
2017-08-31scons: bump required python version to 2.7 to support pybind11Paul Rosenfeld
2017-08-01sim: Use named constants for pseudo opsAndreas Sandberg
2017-06-06scons: Try to handle problems with gcc, lto and partial linking.Gabe Black
2017-06-04scons: Add use_tuntap to export listJason Lowe-Power
2017-06-03dev: Add a version of EtherTap which uses the tap driver.Gabe Black
2017-05-22scons: Enable explicitly building something with no variant.Gabe Black
2017-05-10scons: Use the generalized switching headers on the GPU ISA.Gabe Black
2017-05-10scons: arch: Generalize the switching header code.Gabe Black
2017-05-09scons: Get rid of the all_isa_deps variable.Gabe Black
2017-05-08scons: Get rid of the PHONY_BASE construction variable.Gabe Black
2017-05-03scons: Fix the compiler flag used for partial linking.Gabe Black
2017-05-02scons: Remove SWIG supportAndreas Sandberg
2017-05-02python: Use PyBind11 instead of SWIG for Python wrappersAndreas Sandberg
2017-05-02ext: Add pybind rev f4b81b3Andreas Sandberg
2017-05-01scons: Add builders for partially linked object files.Gabe Black
2017-04-28scons: Add a Transform() for when linking shared libraries.Gabe Black
2017-04-28scons: Find ext build directories automatically.Gabe Black
2017-04-05scons: Fix hook installation error caused by stale cacheAndreas Sandberg
2017-03-26scons: Collapse symlinks when installing git hooks.Gabe Black
2017-03-26scons: Use a relative symlink for git hooks more selectively.Gabe Black
2017-03-26scons: Detect and remove broken git hook symlinks.Gabe Black
2017-03-24scons: Stop generating an a.out checking the "as" version.Gabe Black
2017-03-01scons: Automatically add a git commit message hookAndreas Sandberg
2017-02-09scons: make build better on FreeBSDBjoern A. Zeeb
2017-01-19ruby: guard usage of GPUCoalescer code in ProfilerTony Gutierrez
2016-05-30scons: Bump minimum gcc version to 4.8Andreas Hansson
2016-05-27scons: Enable override suggestions on gcc 5.0+Matteo Andreozzi
2016-05-09scons: Rewrite git style hook installerAndreas Sandberg
2016-04-28scons: emit correct message before installing git hookCurtis Dunham
2016-04-18scons: Fix Python 2.6 compatibilityAndreas Sandberg
2016-03-30scons: Automatically install the git style hookAndreas Sandberg
2016-03-30scons, style: Rename style.py to hgstyle.pyAndreas Sandberg