Age | Commit message (Expand) | Author | Files | Lines |
2016-02-22 | Added more tests | Mario Melara | 1 | -1/+19 |
2016-02-22 | Added compiler strategy entry and also added new operating system subclass ca... | Mario Melara | 3 | -6/+33 |
2016-02-22 | Added compiler strategy field to Operating System class | Mario Melara | 1 | -8/+10 |
2016-02-22 | Unit tests to test operating system subclass creation and whether compiler st... | Mario Melara | 1 | -0/+41 |
2016-02-22 | New folder that will hold operating system subclasses | Mario Melara | 3 | -0/+70 |
2016-02-22 | import linux distro subclass. Added method to add operating system to platfor... | Mario Melara | 1 | -1/+4 |
2016-02-22 | import MacOSX subclass and added add_operating_system method to use subclass | Mario Melara | 1 | -1/+4 |
2016-02-22 | import linux distro operating system subclass, set front-end os to LinuxDistro() | Mario Melara | 1 | -11/+6 |
2016-02-22 | Got rid of methods used to detect mac osx and linux osx. Now those methods ar... | Mario Melara | 1 | -35/+55 |
2016-02-22 | Added new module path to operating system file | Mario Melara | 1 | -0/+1 |
2016-02-18 | Merge pull request #298 from epfl-scitas/refactoring/resource_directive | Todd Gamblin | 10 | -215/+441 |
2016-02-18 | Changed spec.target to spec.architecture | Mario Melara | 1 | -1/+1 |
2016-02-18 | Fixes #434 | Todd Gamblin | 1 | -12/+20 |
2016-02-17 | Merge pull request #443 from trws/dicts-like-string-keys | Todd Gamblin | 1 | -1/+1 |
2016-02-17 | remove the unprotected key name from create.py | Tom Scogland | 1 | -1/+1 |
2016-02-17 | Changed abstract.target to abstract.architecture.target and abstract.architec... | Mario Melara | 1 | -1/+1 |
2016-02-17 | Added ARCHITECTURE field when showing specs | Mario Melara | 1 | -3/+3 |
2016-02-17 | Changed target to architecture.target | Mario Melara | 1 | -1/+3 |
2016-02-17 | Changed so that modules use correct file path with spec.architecture instead ... | Mario Melara | 1 | -2/+2 |
2016-02-17 | Changed so that directory layout uses the platform-os-target string version o... | Mario Melara | 1 | -2/+1 |
2016-02-17 | From now on all targets are now architecture. Architecture is a named tuple s... | Mario Melara | 1 | -10/+10 |
2016-02-17 | Changed module loading to use arch tuple instead of regular target.module | Mario Melara | 1 | -2/+2 |
2016-02-17 | Fixed silly typo that gave errors in tests | Mario Melara | 1 | -2/+2 |
2016-02-16 | Changed add_architecture_from_string, it now loops through the string and che... | Mario Melara | 1 | -21/+43 |
2016-02-16 | Cleaned up the file. Got rid of commented out sections of code since they wer... | Mario Melara | 1 | -15/+13 |
2016-02-16 | Beginning attemps to fix concretization method to account for the new tuple a... | Mario Melara | 1 | -27/+46 |
2016-02-16 | Added some _cmp_key methods to OperatingSystem class, and also changed the wa... | Mario Melara | 1 | -3/+18 |
2016-02-16 | Changed target checking to architecture checking for abi compatible | Mario Melara | 1 | -3/+4 |
2016-02-14 | Shell quoting is difficult | Erik Schnetter | 1 | -1/+1 |
2016-02-14 | More quoting experiments | Erik Schnetter | 1 | -4/+4 |
2016-02-13 | More games with quoting | Erik Schnetter | 1 | -6/+5 |
2016-02-13 | Using regexes instead of globbing to match path names | Erik Schnetter | 1 | -12/+3 |
2016-02-13 | Changed the method in which architecture is converted from string to namedtup... | Mario Melara | 1 | -63/+105 |
2016-02-13 | Changed operating system getter so that linux and darwin autodetected operati... | Mario Melara | 1 | -0/+2 |
2016-02-13 | Add debug output | Erik Schnetter | 1 | -0/+9 |
2016-02-13 | Handle -Wl,-rpath,... syntax | Erik Schnetter | 1 | -0/+5 |
2016-02-13 | Handle multiple -Wl,-rpath,... paths | Erik Schnetter | 1 | -8/+15 |
2016-02-13 | Correct -Xlinker arguments | Erik Schnetter | 1 | -1/+1 |
2016-02-13 | Use "-Wl,-rpath," instead of "-Wl,-rpath=" | Erik Schnetter | 3 | -10/+10 |
2016-02-12 | Remove source-code optimization and cleanup | Erik Schnetter | 1 | -62/+44 |
2016-02-12 | Merge branch 'develop' into correct-cc | Erik Schnetter | 159 | -1152/+21394 |
2016-02-12 | Use hash to make shorter module and dotkit names, fixes #433 | David Beckingsale | 1 | -4/+9 |
2016-02-11 | Using pylint, fixed some of the indentation and spacing errors | Mario Melara | 1 | -61/+33 |
2016-02-11 | Changed some variables to account for the fact that target is now a tuple | Mario Melara | 1 | -7/+7 |
2016-02-11 | changed some variables to account for the fact that target is now a tuple | Mario Melara | 1 | -6/+5 |
2016-02-10 | Added add_os method to platform subclasses | Mario Melara | 2 | -0/+2 |
2016-02-10 | Added new add_os method | Mario Melara | 1 | -1/+8 |
2016-02-10 | Added method to concretize target and os pair | Mario Melara | 1 | -16/+63 |
2016-02-10 | Changed add_target_from_string to include methods to concretize operating_system | Mario Melara | 1 | -33/+31 |
2016-02-10 | Added operating system class prototype and some autodetect features for opera... | Mario Melara | 1 | -1/+60 |