summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-10Added add_os method to platform subclassesMario Melara2-0/+2
2016-02-10Added new add_os methodMario Melara1-1/+8
2016-02-10Added method to concretize target and os pairMario Melara1-16/+63
2016-02-10Changed add_target_from_string to include methods to concretize operating_systemMario Melara1-33/+31
2016-02-10Added operating system class prototype and some autodetect features for opera...Mario Melara1-1/+60
2016-02-10Revert "new branch and also pushing some architecture changes where os is det...Mario Melara1-84/+52
2016-02-06new branch and also pushing some architecture changes where os is detected by...Mario Melara1-52/+84
2016-01-20Removed unneccessary $. Still learning regexpMario Melara1-1/+1
2016-01-20Better regular expression searching. Tested on edison was finding test compil...Mario Melara1-1/+1
2016-01-09Adding needed import modules. Changed platform_name to platform to prevent sy...Mario Melara1-2/+5
2016-01-08cleanup: Removing an unnecessary line in an otherwise unchanged fileGregory Becker1-1/+0
2016-01-08minor bug chasingGregory Becker3-20/+4
2016-01-08Fixing the fix and removing debug printingGregory Becker1-1/+0
2016-01-08Fixing multimethod test for new platformsGregory Becker1-1/+5
2016-01-08Fixed target satisfaction and updated tests accordinglyGregory Becker5-64/+79
2016-01-08Improved error messages for compiler_for_spec when either zero or multiple co...Gregory Becker1-1/+14
2016-01-08removed the submodule as part of reversion of extraneous commitsGregory Becker1-0/+0
2016-01-07brought the architecture test up to date with new changesGregory Becker1-3/+3
2016-01-07Improved cray architecture classGregory Becker1-4/+9
2016-01-07Improved target specificationGregory Becker3-5/+37
2016-01-07Cleaned up naming conventions for architecture, split into platform and targetGregory Becker22-185/+186
2016-01-06Improved target cmp_key and to/from yaml functionsGregory Becker1-14/+10
2016-01-06made the compiler strategy more easily controllableGregory Becker6-15/+16
2016-01-05improved concretize efficiency for determining whether compilers come from th...Gregory Becker1-7/+10
2016-01-05minor tweak of compiler priority while waiting for customizable compiler prio...Gregory Becker1-1/+1