Age | Commit message (Expand) | Author |
2018-05-04 | scons: Fix --with-ubsan/asan compilation flags | Giacomo Travaglini |
2018-03-26 | scons: Re-enable override based warnings on gcc. | Gabe Black |
2018-03-06 | scons: Switch from the print statement to the print function. | Gabe Black |
2018-02-01 | scons: Resolve backtrace implementation existence testing failure | Hanhwi Jang |
2017-11-27 | scons: Get rid of a flag which makes Werror optional. | Gabe Black |
2017-11-27 | scons: Move some compiler flag setting code to the SConstruct. | Gabe Black |
2017-11-10 | scons: Move Transform and termcap functionality into their own files. | Gabe Black |
2017-11-10 | scons: Move python path management out of the SConstruct. | Gabe Black |
2017-11-10 | scons: Pull style hook management out of the main SConstruct. | Gabe Black |
2017-11-10 | scons: Override the "default" tool to set up the default env. | Gabe Black |
2017-11-10 | scons: Move scons and python version checking into site_init.py. | Gabe Black |
2017-10-31 | base: Introducing utility for writing raw data in png format | Giacomo Travaglini |
2017-10-17 | scons: Stop generating inc.d in the isa parser. | Gabe Black |
2017-08-31 | scons: bump required python version to 2.7 to support pybind11 | Paul Rosenfeld |
2017-08-01 | sim: Use named constants for pseudo ops | Andreas Sandberg |
2017-06-06 | scons: Try to handle problems with gcc, lto and partial linking. | Gabe Black |
2017-06-04 | scons: Add use_tuntap to export list | Jason Lowe-Power |
2017-06-03 | dev: Add a version of EtherTap which uses the tap driver. | Gabe Black |
2017-05-22 | scons: Enable explicitly building something with no variant. | Gabe Black |
2017-05-10 | scons: Use the generalized switching headers on the GPU ISA. | Gabe Black |
2017-05-10 | scons: arch: Generalize the switching header code. | Gabe Black |
2017-05-09 | scons: Get rid of the all_isa_deps variable. | Gabe Black |
2017-05-08 | scons: Get rid of the PHONY_BASE construction variable. | Gabe Black |
2017-05-03 | scons: Fix the compiler flag used for partial linking. | Gabe Black |
2017-05-02 | scons: Remove SWIG support | Andreas Sandberg |
2017-05-02 | python: Use PyBind11 instead of SWIG for Python wrappers | Andreas Sandberg |
2017-05-02 | ext: Add pybind rev f4b81b3 | Andreas Sandberg |
2017-05-01 | scons: Add builders for partially linked object files. | Gabe Black |
2017-04-28 | scons: Add a Transform() for when linking shared libraries. | Gabe Black |
2017-04-28 | scons: Find ext build directories automatically. | Gabe Black |
2017-04-05 | scons: Fix hook installation error caused by stale cache | Andreas Sandberg |
2017-03-26 | scons: Collapse symlinks when installing git hooks. | Gabe Black |
2017-03-26 | scons: Use a relative symlink for git hooks more selectively. | Gabe Black |
2017-03-26 | scons: Detect and remove broken git hook symlinks. | Gabe Black |
2017-03-24 | scons: Stop generating an a.out checking the "as" version. | Gabe Black |
2017-03-01 | scons: Automatically add a git commit message hook | Andreas Sandberg |
2017-02-09 | scons: make build better on FreeBSD | Bjoern A. Zeeb |
2017-01-19 | ruby: guard usage of GPUCoalescer code in Profiler | Tony Gutierrez |
2016-05-30 | scons: Bump minimum gcc version to 4.8 | Andreas Hansson |
2016-05-27 | scons: Enable override suggestions on gcc 5.0+ | Matteo Andreozzi |
2016-05-09 | scons: Rewrite git style hook installer | Andreas Sandberg |
2016-04-28 | scons: emit correct message before installing git hook | Curtis Dunham |
2016-04-18 | scons: Fix Python 2.6 compatibility | Andreas Sandberg |
2016-03-30 | scons: Automatically install the git style hook | Andreas Sandberg |
2016-03-30 | scons, style: Rename style.py to hgstyle.py | Andreas Sandberg |
2016-02-17 | scons: Enable building with the gcc/clang Address Sanitizer | Andreas Hansson |
2016-01-19 | gpu-compute: AMD's baseline GPU model | Tony Gutierrez |
2016-01-11 | scons: Enable -Wextra by default | Andreas Hansson |
2016-01-11 | ext: Replace gzstream with iostream3 from zlib to avoid LGPL | Andreas Hansson |
2015-12-04 | sim: Add support for generating back traces on errors | Andreas Sandberg |