summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2016-01-15cleanupGregory Becker4-8/+4
2016-01-15Fixed the way flags on deps are attached so that they aren't moved onto the r...Gregory Becker2-15/+16
2016-01-15Fixed virtual/cflag combination bugGregory Becker7-45/+48
2016-01-14update compiler config test.Todd Gamblin1-33/+37
2016-01-14add sanity check on config write as well as validation on read.Todd Gamblin1-0/+6
2016-01-14Add jsonschema validation for config files.Todd Gamblin24-43/+4168
2016-01-14Make text wrapping off by default in tty, add a kwarg for it.Todd Gamblin3-21/+60
2016-01-13Add NAG Fortran Compiler supportAdam J. Stewart3-3/+27
2016-01-12Removed extra plus signs from command line syntax. Did not yet remove them fr...Gregory Becker2-15/+33
2016-01-12Cleanup and proper flag satisfaction for partial specsGregory Becker4-13/+17
2016-01-12Implemented flags as lists for subsettingGregory Becker4-44/+72
2016-01-11Fixed concretizationGregory Becker2-1/+3
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
2016-01-03add/remove/list working for new config format.Todd Gamblin8-109/+221
2016-01-03Add Python 3 aliases to our argparse backport.Todd Gamblin1-5/+17
2016-01-02All tests that call concretize() need to be MockPackagesTests.Todd Gamblin1-1/+5
2016-01-02Fix bug in tests.Todd Gamblin2-14/+17
2016-01-02depends_on and when multimethod support booleanalalazo3-4/+57
2016-01-02fixed broken unit testsalalazo2-6/+27
2016-01-02Package : factored out code in do_stage and do_fetch, changed mirror command ...alalazo4-181/+183
2016-01-01added class decorator to define composite classesalalazo1-0/+98
2015-12-30significant llvm updateTom Scogland1-8/+14
2015-12-30allow nested resourcesTom Scogland1-1/+3
2015-12-30adding errno import for the deep directory creation patchTom Scogland1-0/+1