summaryrefslogtreecommitdiff
path: root/environment.py
AgeCommit message (Expand)Author
2013-01-26Can set global flags.Jussi Pakkanen
2013-01-26Filter header files from built sources.Jussi Pakkanen
2013-01-13Added support for precompiled headers.Jussi Pakkanen
2013-01-13Can install data files.Jussi Pakkanen
2013-01-13Start work on descending to subdirectories.Jussi Pakkanen
2013-01-12Can install Man files.Jussi Pakkanen
2013-01-12Can install header files.Jussi Pakkanen
2013-01-12Added target install option.Jussi Pakkanen
2013-01-05Can build shared libraries.Jussi Pakkanen
2013-01-05Can build static libraries.Jussi Pakkanen
2013-01-02Added support for C++.Jussi Pakkanen
2013-01-01Moved quoting function.Jussi Pakkanen
2013-01-01Moved compiler detection inside Environment.Jussi Pakkanen
2013-01-01Make C test program not compile under C++.Jussi Pakkanen
2013-01-01Put temporary stuff in a scratch directory.Jussi Pakkanen
2012-12-30Can do method calls on objects.Jussi Pakkanen
2012-12-30Clean out some unused variables.Jussi Pakkanen
2012-12-30Can generate external dependency objects.Jussi Pakkanen
2012-12-29Parse pkg-config dependencies.Jussi Pakkanen
2012-12-29Add debug flags to the mix.Jussi Pakkanen
2012-12-29Can generate compile commands.Jussi Pakkanen
2012-12-29Created an environment class.Jussi Pakkanen
2012-12-26Check that the C compiler can produce valid executables.Jussi Pakkanen
2012-12-24Compiler class tells what files it can compile.Jussi Pakkanen
2012-12-24Build command line.Jussi Pakkanen
2012-12-24Opt flags.Jussi Pakkanen
2012-12-24Make CCompiler more of an abstract base class.Jussi Pakkanen
2012-12-24Compiler name may have more than one command (i.e. "ccache gcc" works).Jussi Pakkanen
2012-12-24Beginnings of environment detector.Jussi Pakkanen