summaryrefslogtreecommitdiff
path: root/SConstruct
AgeCommit message (Expand)Author
2020-01-22scons: fix --gold-linker build after --as-neededCiro Santilli
2020-01-08scons: Add '-Wl,--as-needed' to default LINKFLAGSYu-hsin Wang
2020-01-07scons: Cleanup code that enables asan and ubsanNikos Nikoleris
2019-12-07scons: Fixes to improve python 3 support.Gabe Black
2019-11-21scons: Use the new error() and warning() methods.Gabe Black
2019-11-21scons: Don't use PROTOC for the protoc command and to flag its presence.Gabe Black
2019-08-29stats: Add beta support for HDF5 stat dumpsAndreas Sandberg
2019-06-10scons: allow passing arbitrary CCFLAGS and LDFLAGS from the CLICiro Santilli
2019-06-05mem-ruby: Enable set size increaseJohn Alsop
2019-03-12scons: Don't use isdir in AddLocalRPATH.Gabe Black
2019-02-23scons: Add support for specifying Python versionAndreas Sandberg
2019-02-23scons: conditional use of new RPATH inclusionAndrea Mondelli
2019-02-21scons: Add a convenience method to set RPATH for local libraries.Gabe Black
2019-01-22scons: add helpers to access GDB XML description filesCiro Santilli
2019-01-11scons: added support of default Python installation on MacOSAndrea Mondelli
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