summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-05fixed compiler finding so as not to identify non-existent versions of the int...Gregory Becker1-1/+1
2016-01-05fixed concretization to only consider compilers found by the proper strategyGregory Becker1-1/+20
2016-01-05minor bug fixGregory Becker1-2/+1
2016-01-05removed debug printingGregory Becker1-1/+0
2016-01-05fixed haswell targeting bugGregory Becker2-5/+13
2016-01-05removed debug printingGregory Becker1-2/+0
2016-01-05fixed errors caused by crayport on linux and added a darwin architectureGregory Becker6-24/+62
2016-01-05bug huntingGregory Becker3-5/+6
2016-01-04pick last compiler instead of first, will be overwritten by more advanced pre...Gregory Becker1-1/+1
2016-01-04Support for cray external dependencies implemented in modulesGregory Becker4-7/+75
2016-01-04Merge branch 'externals' into crayportGregory Becker15-202/+901
2015-12-17fixed yaml errorGregory Becker2-1/+6
2015-12-11 Commented out cxxflag. Not 100% sure it's neededMario Melara1-5/+5