aboutsummaryrefslogtreecommitdiff
path: root/environment.py
AgeCommit message (Collapse)AuthorFilesLines
2013-01-13Start work on descending to subdirectories.Jussi Pakkanen1-0/+2
2013-01-12Can install Man files.Jussi Pakkanen1-5/+8
2013-01-12Can install header files.Jussi Pakkanen1-0/+3
2013-01-12Added target install option.Jussi Pakkanen1-1/+11
2013-01-05Can build shared libraries.Jussi Pakkanen1-1/+7
2013-01-05Can build static libraries.Jussi Pakkanen1-0/+33
2013-01-02Added support for C++.Jussi Pakkanen1-5/+55
2013-01-01Moved quoting function.Jussi Pakkanen1-3/+0
2013-01-01Moved compiler detection inside Environment.Jussi Pakkanen1-25/+12
2013-01-01Make C test program not compile under C++.Jussi Pakkanen1-3/+3
2013-01-01Put temporary stuff in a scratch directory.Jussi Pakkanen1-0/+5
2012-12-30Can do method calls on objects.Jussi Pakkanen1-2/+2
2012-12-30Clean out some unused variables.Jussi Pakkanen1-5/+5
2012-12-30Can generate external dependency objects.Jussi Pakkanen1-3/+5
2012-12-29Parse pkg-config dependencies.Jussi Pakkanen1-1/+58
2012-12-29Add debug flags to the mix.Jussi Pakkanen1-3/+6
2012-12-29Can generate compile commands.Jussi Pakkanen1-1/+5
2012-12-29Created an environment class.Jussi Pakkanen1-0/+47
2012-12-26Check that the C compiler can produce valid executables.Jussi Pakkanen1-2/+25
2012-12-24Compiler class tells what files it can compile.Jussi Pakkanen1-1/+7
2012-12-24Build command line.Jussi Pakkanen1-1/+24
2012-12-24Opt flags.Jussi Pakkanen1-2/+8
2012-12-24Make CCompiler more of an abstract base class.Jussi Pakkanen1-3/+0
2012-12-24Compiler name may have more than one command (i.e. "ccache gcc" works).Jussi Pakkanen1-8/+9
2012-12-24Beginnings of environment detector.Jussi Pakkanen1-0/+49