Age | Commit message (Expand) | Author |
2017-12-13 | scons, tests: Fix occasional linking error | Andreas Sandberg |
2017-12-13 | scons, tests: Add support for GTest XML generation | Andreas Sandberg |
2017-12-13 | scons: Make sure GTests have the right environment variables | Andreas Sandberg |
2017-12-07 | tests: Accept SourceFilters as sources for GTest. | Gabe Black |
2017-12-07 | tests: Add a pseudo target to run all the unit tests for build/variant. | Gabe Black |
2017-12-06 | scons: Several fixes having to do with tags and sets. | Gabe Black |
2017-12-06 | scons: Track and reuse object nodes for a given source file. | Gabe Black |
2017-11-28 | scons: Build GTests in the directory they're declared. | Gabe Black |
2017-11-28 | scons: Add in a new type of unit test called GTest. | Gabe Black |
2017-11-28 | scons: Minor cleanup of how partial linking is handled in makeEnv. | Gabe Black |
2017-11-27 | scons: Break make_obj into make_static and make_shared functions. | Gabe Black |
2017-11-27 | scons: Remove the extra_deps option from the helper function make_obj. | Gabe Black |
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-27 | scons: Get rid of SourceFile's done function. | Gabe Black |
2017-11-27 | scons: Switch from "guards" to "tags" on source files. | Gabe Black |
2017-11-10 | scons: Move Transform and termcap functionality into their own files. | Gabe Black |
2017-10-19 | scons: Fix the regression tests. | Gabe Black |
2017-10-17 | scons: Stop generating inc.d in the isa parser. | Gabe Black |
2017-06-06 | scons: Try to handle problems with gcc, lto and partial linking. | Gabe Black |
2017-05-08 | scons: Get rid of the PHONY_BASE construction variable. | Gabe Black |
2017-05-08 | scons: Replace str(foo.get_contents()) with foo.get_text_contents(). | Gabe Black |
2017-05-08 | scons: Make env['USE_PYTHON'] a source for createEnumStrings. | Gabe Black |
2017-05-03 | scons: Merge reading test SConscripts into makeEnv. | Gabe Black |
2017-05-02 | python: Use PyBind11 instead of SWIG for Python wrappers | Andreas Sandberg |
2017-05-01 | scons: Remove the SPAWN hack added earlier. | Gabe Black |
2017-05-01 | scons: Group Source-s based on what SConscript included them. | Gabe Black |
2017-05-01 | scons: Put Source objects in groups and partially link them. | Gabe Black |
2017-04-14 | scons: When spawning the linker process, don't involve the shell. | Gabe Black |
2017-01-27 | python: Move native wrappers to the _m5 namespace | Andreas Sandberg |
2016-11-28 | scons: fix sanitizer flags with multiple sanitizers | Joe Gross |
2016-06-28 | scons: Track swig packages when loading embedded swig code | Andreas Hansson |
2016-05-30 | scons: Bump minimum gcc version to 4.8 | Andreas Hansson |
2016-03-13 | scons: fix building in non-standard locations | Steve Reinhardt |
2016-02-17 | scons: Enable building with the gcc/clang Address Sanitizer | Andreas Hansson |
2016-02-08 | scons: always generate sim/tags.cc | Curtis Dunham |
2016-01-19 | gpu-compute: AMD's baseline GPU model | Tony Gutierrez |
2016-01-11 | scons: Enable -Wextra by default | Andreas Hansson |
2015-09-02 | sim: tag-based checkpoint versioning | Curtis Dunham |
2015-07-03 | scons: Bump compiler requirement to gcc >= 4.7 and clang >= 3.1 | Andreas Hansson |
2015-02-11 | base: Add compiler macros to add deprecation warnings | Andreas Sandberg |
2015-02-11 | base: Do not dereference NULL in CompoundFlag creation | Andreas Hansson |
2014-12-02 | scons: Ensure dictionary iteration is sorted by key | Andreas Hansson |
2014-10-16 | arch,x86,mem: Dynamically determine the ISA for Ruby store check | Andreas Hansson |
2014-10-16 | config: Add the ability to read a config file using C++ and Python | Andreas Hansson |
2014-10-16 | scons: Add Undefined Behavior Sanitizer (UBSan) option | Andreas Hansson |
2014-08-12 | scons: Generate a single debug flag C++ file | Curtis Dunham |
2014-10-16 | scons: create dummy target to have SWIG generate C++ classes | Curtis Dunham |
2014-10-16 | config: Add a --without-python option to build process | Andrew Bardsley |
2014-08-13 | scons: Silence clang 3.4 warnings on Ubuntu 12.04 | Andreas Sandberg |