tests: arch-power: Add 64-bit hello binaries
[gem5.git] / src / SConscript
2021-02-10 Gabe Blackscons: Remove partial linking.
2021-02-05 Gabe Blackscons: Remove the "abstract" tag from Executable classes.
2021-02-03 Bobby R. Brucemisc: Merge branch v20.1.0.3 hotfix into develop
2021-02-03 Bobby R. Brucescons,python: Fix `--without-python` flag
2021-02-03 Daniel R. Carvalhoscons: Add an "All" compound debug flag
2021-02-03 Daniel R. Carvalhoscons: Separate debug flags from debug-format flags
2021-01-22 Andreas Sandbergscons: Remove Python 2.7 compatibility code
2020-11-26 Bobby R. BruceMerge "misc: Merge branch hotfix v20.1.0.2 branch into...
2020-11-20 Giacomo Travagliniscons, python: Remove SmartDict from python utilities
2020-11-16 Bobby R. Brucemisc: Merge branch hotfix v20.1.0.2 branch into develop
2020-11-12 Gabe Blackscons: Add support for GRPC protobuf files.
2020-11-12 Gabe Blackscons: Convert ProtoBuf to use a scons Builder and...
2020-11-12 Gabe Blackscons: Consolidate the ProtoBuf code.
2020-11-12 Gabe Blackscons: Fix how directories are handled for protobuf...
2020-09-07 Andreas Sandbergscons: Simplify arch enum generation
2020-09-07 Andreas Sandbergbase: Cleanup Debug::CompoundFlag
2020-09-01 Gabe Blackscons: Make scons aware of changes to cxx_type in param...
2020-08-05 Gabe Blackscons: Remove the plumbing for running regression tests...
2020-07-04 Bobby R. Brucemisc: Merged m5ops_base hotfix into develop
2020-06-22 Giacomo Travagliniscons: Add MARSHAL_XXFLAGS_EXTRA for the marshal object
2020-06-12 Gabe Blackscons: Fix how partial linking is disabled.
2020-05-28 Bobby R. Brucemisc: Merge branch 'release-staging-v20.0.0.0' into...
2020-05-26 Bobby R. Brucescons,python: Update makeTheGPUISA to Python3
2020-05-23 Bobby R. Brucemisc: Fixed HSAIL_X86 compilation errors
2020-05-01 Nikos Nikolerisscons: Build the marshal binary in a bare minimum envir...
2020-04-22 Bobby R. Brucebase,misc: Added version to code
2020-04-02 Gabe Blackscons: Fix an exception in the DictImporter on scons...
2020-03-26 Gabe Blackscons: Use the scons environment when marshalling.
2020-03-13 Giacomo Travaglinimisc: Make exception handling python3 compliant
2020-03-13 Giacomo Travaglinimisc: Text vs Byte string in python3
2020-03-13 Giacomo Travagliniscons: file removed from python3
2020-03-13 Giacomo Travaglinimisc: Views and Iterators instead of Lists in python3
2020-03-10 Giacomo Travaglinimisc: Replace basestring with six.string_types
2020-03-10 Giacomo Travaglinimisc: Replace __metaclass__ with six.add_metaclass
2020-02-26 Bobby R. Brucemisc: merge branch 'release-staging-v19.0.0.0' into...
2020-02-24 Bobby R. Brucemisc: Merged release-staging-v19.0.0.0 into develop
2020-02-17 Gabe Blackscons: Remove authors from the main SConsctruct/SConscr...
2020-02-01 Gabe Blackscons: Disable spurious "array-bounds" warnings for...
2020-02-01 Gabe Blackscons: Add a mechanism to append flags when building...
2019-12-07 Gabe Blackscons: Set the partial linking group for EXTRAS dirs.
2019-11-21 Gabe Blackscons: Use the new error() and warning() methods.
2019-11-21 Gabe Blackscons: Use HAVE_PROTOC when building protobuf files.
2019-05-21 Chun-Chen TK Hsuscons: Move the marshal binary to the build directory
2019-03-18 Hoa Nguyenscons: fix disable_partial logic for fast binary
2019-02-26 Andreas Sandbergscons: Marshal Python sources using the same Python...
2019-02-22 Andreas Sandbergpython: Make iterator handling Python 3 compatible
2019-02-21 Gabe Blackscons: Add a convenience method to set RPATH for local...
2019-02-12 Andreas Sandbergpython: Replace dict.has_key with 'key in dict'
2019-02-11 Gabe Blackscons: Change an = to a += when accumulating sources...
2019-02-06 Ciro Santilliscons: fix unused auto-generated blob variable in clang
2019-01-22 Ciro Santilliscons: add helpers to access GDB XML description files
2019-01-22 Ciro Santilliscons: allow embedding arbitrary blobs into the gem5...
2019-01-07 Nikos Nikolerisscons: Disable partial linking on Mac OS
2018-06-26 Gabe Blackscons: Generalize building binaries.
2018-06-13 Gabe Blacktests: Make "UnitTest"s more like GTest so they can...
2018-03-06 Gabe Blackscons: Switch from the print statement to the print...
2017-12-13 Andreas Sandbergscons, tests: Fix occasional linking error
2017-12-13 Andreas Sandbergscons, tests: Add support for GTest XML generation
2017-12-13 Andreas Sandbergscons: Make sure GTests have the right environment...
2017-12-07 Gabe Blacktests: Accept SourceFilters as sources for GTest.
2017-12-07 Gabe Blacktests: Add a pseudo target to run all the unit tests...
2017-12-06 Gabe Blackscons: Several fixes having to do with tags and sets.
2017-12-06 Gabe Blackscons: Track and reuse object nodes for a given source...
2017-11-28 Gabe Blackscons: Build GTests in the directory they're declared.
2017-11-28 Gabe Blackscons: Add in a new type of unit test called GTest.
2017-11-28 Gabe Blackscons: Minor cleanup of how partial linking is handled...
2017-11-27 Gabe Blackscons: Break make_obj into make_static and make_shared...
2017-11-27 Gabe Blackscons: Remove the extra_deps option from the helper...
2017-11-27 Gabe Blackscons: Get rid of a flag which makes Werror optional.
2017-11-27 Gabe Blackscons: Move some compiler flag setting code to the...
2017-11-27 Gabe Blackscons: Get rid of SourceFile's done function.
2017-11-27 Gabe Blackscons: Switch from "guards" to "tags" on source files.
2017-11-10 Gabe Blackscons: Move Transform and termcap functionality into...
2017-10-19 Gabe Blackscons: Fix the regression tests.
2017-10-17 Gabe Blackscons: Stop generating inc.d in the isa parser.
2017-06-06 Gabe Blackscons: Try to handle problems with gcc, lto and partial...
2017-05-08 Gabe Blackscons: Get rid of the PHONY_BASE construction variable.
2017-05-08 Gabe Blackscons: Replace str(foo.get_contents()) with foo.get_tex...
2017-05-08 Gabe Blackscons: Make env['USE_PYTHON'] a source for createEnumSt...
2017-05-03 Gabe Blackscons: Merge reading test SConscripts into makeEnv.
2017-05-02 Andreas Sandbergpython: Use PyBind11 instead of SWIG for Python wrappers
2017-05-01 Gabe Blackscons: Remove the SPAWN hack added earlier.
2017-05-01 Gabe Blackscons: Group Source-s based on what SConscript included...
2017-05-01 Gabe Blackscons: Put Source objects in groups and partially link...
2017-04-14 Gabe Blackscons: When spawning the linker process, don't involve...
2017-01-27 Andreas Sandbergpython: Move native wrappers to the _m5 namespace
2016-11-28 Joe Grossscons: fix sanitizer flags with multiple sanitizers
2016-06-28 Andreas Hanssonscons: Track swig packages when loading embedded swig...
2016-05-30 Andreas Hanssonscons: Bump minimum gcc version to 4.8
2016-03-14 Steve Reinhardtscons: fix building in non-standard locations
2016-02-17 Andreas Hanssonscons: Enable building with the gcc/clang Address Sanitizer
2016-02-08 Curtis Dunhamscons: always generate sim/tags.cc
2016-01-19 Tony Gutierrezgpu-compute: AMD's baseline GPU model
2016-01-11 Andreas Hanssonscons: Enable -Wextra by default
2015-09-03 Nilay Vaishmerged with recent commits.
2015-09-02 Curtis Dunhamsim: tag-based checkpoint versioning
2015-07-03 Andreas Hanssonscons: Bump compiler requirement to gcc >= 4.7 and...
2015-02-11 Andreas Sandbergbase: Add compiler macros to add deprecation warnings
2015-02-11 Andreas Hanssonbase: Do not dereference NULL in CompoundFlag creation
2014-12-02 Andreas Hanssonscons: Ensure dictionary iteration is sorted by key
next