summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2016-02-25Got rid of debug commentMario Melara1-1/+0
2016-02-25Added doc strings to functions in architecture.pyMario Melara1-0/+21
2016-02-25Changed compiler finding strategy to come from operating system instead of ta...Mario Melara1-2/+2
2016-02-25Changed from_dict to arch_from_dict methodMario Melara1-1/+1
2016-02-25Changed naming convention of operating_system, makes it easier to create inst...Mario Melara2-7/+7
2016-02-25Some cleaning up. Finally got arch_from_dict working successfully.Mario Melara1-66/+15
2016-02-25Deleted old operating_system (without the s) fileMario Melara4-85/+0
2016-02-25Changed import path to operating_systemsMario Melara4-5/+4
2016-02-25Renamed operating_system to operating_systemsMario Melara1-0/+0
2016-02-25Deleted filesMario Melara3-0/+83
2016-02-25Fix for 'Parent module spack.operating_systems not found while handling absol...Mario Melara1-21/+21
2016-02-24Changed to dict method. Didn't realize this was being assigned to a dictionar...Mario Melara1-5/+4
2016-02-24Added more commentsMario Melara1-7/+8
2016-02-24Got rid of print statementsMario Melara1-1/+0
2016-02-24Changed to appropriate class names for operating systemMario Melara2-5/+4
2016-02-24Changed name to appropriate camelcaseMario Melara3-34/+22
2016-02-24Added comments. Need to figure out how to make arch_tuple from_dictMario Melara1-3/+6
2016-02-24arch_from_dict worked onMario Melara1-5/+17
2016-02-24Added unit testing for to_dict methodMario Melara1-2/+41
2016-02-24Added to dictionary methodMario Melara1-21/+74
2016-02-22Added CNL10 as back_os and default_osMario Melara1-2/+4
2016-02-22Added more testsMario Melara1-1/+19
2016-02-22Added compiler strategy entry and also added new operating system subclass ca...Mario Melara3-6/+33
2016-02-22Added compiler strategy field to Operating System classMario Melara1-8/+10
2016-02-22Unit tests to test operating system subclass creation and whether compiler st...Mario Melara1-0/+41
2016-02-22New folder that will hold operating system subclassesMario Melara3-0/+70
2016-02-22import linux distro subclass. Added method to add operating system to platfor...Mario Melara1-1/+4
2016-02-22import MacOSX subclass and added add_operating_system method to use subclassMario Melara1-1/+4
2016-02-22import linux distro operating system subclass, set front-end os to LinuxDistro()Mario Melara1-11/+6
2016-02-22Got rid of methods used to detect mac osx and linux osx. Now those methods ar...Mario Melara1-35/+55
2016-02-22Added new module path to operating system fileMario Melara1-0/+1
2016-02-18Changed spec.target to spec.architectureMario Melara1-1/+1
2016-02-17Changed abstract.target to abstract.architecture.target and abstract.architec...Mario Melara1-1/+1
2016-02-17Added ARCHITECTURE field when showing specsMario Melara1-3/+3
2016-02-17Changed target to architecture.targetMario Melara1-1/+3
2016-02-17Changed so that modules use correct file path with spec.architecture instead ...Mario Melara1-2/+2
2016-02-17Changed so that directory layout uses the platform-os-target string version o...Mario Melara1-2/+1
2016-02-17From now on all targets are now architecture. Architecture is a named tuple s...Mario Melara1-10/+10
2016-02-17Changed module loading to use arch tuple instead of regular target.moduleMario Melara1-2/+2
2016-02-17Fixed silly typo that gave errors in testsMario Melara1-2/+2
2016-02-16Changed add_architecture_from_string, it now loops through the string and che...Mario Melara1-21/+43
2016-02-16Cleaned up the file. Got rid of commented out sections of code since they wer...Mario Melara1-15/+13
2016-02-16Beginning attemps to fix concretization method to account for the new tuple a...Mario Melara1-27/+46
2016-02-16Added some _cmp_key methods to OperatingSystem class, and also changed the wa...Mario Melara1-3/+18
2016-02-16Changed target checking to architecture checking for abi compatibleMario Melara1-3/+4
2016-02-13Changed the method in which architecture is converted from string to namedtup...Mario Melara1-63/+105
2016-02-13Changed operating system getter so that linux and darwin autodetected operati...Mario Melara1-0/+2
2016-02-11Using pylint, fixed some of the indentation and spacing errorsMario Melara1-61/+33
2016-02-11Changed some variables to account for the fact that target is now a tupleMario Melara1-7/+7
2016-02-11changed some variables to account for the fact that target is now a tupleMario Melara1-6/+5