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