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
/
shellgenerator.py
Age
Commit message (
Expand
)
Author
2013-02-06
Renamed generators file.
Jussi Pakkanen
2013-02-03
Remove references to build directory when installing.
Jussi Pakkanen
2013-01-28
Put build directories in #include path.
Jussi Pakkanen
2013-01-28
Mirror the source tree directories in the build tree.
Jussi Pakkanen
2013-01-27
Added shared library versioning.
Jussi Pakkanen
2013-01-27
Access variables through functions that do error checking.
Jussi Pakkanen
2013-01-26
Can set global flags.
Jussi Pakkanen
2013-01-26
Include directories work.
Jussi Pakkanen
2013-01-25
Fixed changed function name.
Jussi Pakkanen
2013-01-14
Removed spurious print statement.
Jussi Pakkanen
2013-01-14
Can generate configure files.
Jussi Pakkanen
2013-01-13
Added support for precompiled headers.
Jussi Pakkanen
2013-01-13
Can install data files.
Jussi Pakkanen
2013-01-13
Can generate targets in 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-11
Extracted build data to its own class.
Jussi Pakkanen
2013-01-06
Added unit test functionality to builder.
Jussi Pakkanen
2013-01-06
Can link against shared libraries.
Jussi Pakkanen
2013-01-06
Can link against static libraries.
Jussi Pakkanen
2013-01-05
Put fpic flags in linker command line too.
Jussi Pakkanen
2013-01-05
Can build shared libraries.
Jussi Pakkanen
2013-01-05
Can build static libraries.
Jussi Pakkanen
2013-01-02
Better message.
Jussi Pakkanen
2013-01-02
Put all outputs to target directories.
Jussi Pakkanen
2013-01-01
Cd into build directory before starting.
Jussi Pakkanen
2013-01-01
Moved quoting function.
Jussi Pakkanen
2013-01-01
Moved compiler detection inside Environment.
Jussi Pakkanen
2013-01-01
Some fixes.
Jussi Pakkanen
2013-01-01
Renamed executables variable to targets.
Jussi Pakkanen
2013-01-01
Can generate full build projects.
Jussi Pakkanen
2013-01-01
Pass environment and interpreter into shell generator as arguments.
Jussi Pakkanen
2012-12-30
Bail out if any command fails.
Jussi Pakkanen
2012-12-30
Put external deps into command line.
Jussi Pakkanen
2012-12-29
Renamed build area for great tab autocompletion justice.
Jussi Pakkanen
2012-12-29
Better text output in shell script.
Jussi Pakkanen
2012-12-29
Can link executables.
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 the beginning of a shell script generator.
Jussi Pakkanen