summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 Becker2-2/+3
2016-01-08Fixing multimethod test for new platformsGregory Becker2-1/+15
2016-01-08Fixed target satisfaction and updated tests accordinglyGregory Becker6-80/+86
2016-01-08Improved error messages for compiler_for_spec when either zero or multiple co...Gregory Becker1-1/+14
2016-01-08Revert "adding python_recipe_parser as a submodule under the folder utils"Gregory Becker2-3/+0
2016-01-08Revert "added a bunch of packages and added submodule"Gregory Becker85-491/+687
2016-01-08Revert "make sure submodule is added in the correct location"Gregory Becker3-6/+3
2016-01-08removed the submodule as part of reversion of extraneous commitsGregory Becker1-0/+0
2016-01-08Revert "removed package for python packages with problematic / duplicate names"Gregory Becker2-0/+27
2016-01-08Revert "clean up package.py file and remove duplicate file"Gregory Becker2-0/+31
2016-01-08More file permissions chasingGregory Becker9-0/+0
2016-01-08changing problematic package.py file permissions back to 0644Gregory Becker214-2/+3
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 Becker23-190/+191
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