summaryrefslogtreecommitdiff
path: root/build.py
AgeCommit message (Expand)Author
2014-02-23C++ compiler can compile .h file, too.Jussi Pakkanen
2014-02-12Can override install directory on a target-by-target basis.Jussi Pakkanen
2014-02-09Specify subdirs explicitly.Jussi Pakkanen
2014-02-06First half of the work required for pkg-config generator.Jussi Pakkanen
2014-01-18After an actual, factual bug report from a user, fixed include_directories so...Jussi Pakkanen
2014-01-18Removed leftover print target.Jussi Pakkanen
2013-12-09Track dependencies of subproject option files.Jussi Pakkanen
2013-12-09Fixed subproject compiler detection.Jussi Pakkanen
2013-12-09Can parse subprojects but it does not work yet.Jussi Pakkanen
2013-12-09Some basic work on subprojects.Jussi Pakkanen
2013-11-17Determine and use the proper linker based on input source languages.Jussi Pakkanen
2013-11-17Checking cleanup.Jussi Pakkanen
2013-11-05Can extract objects from targets and use them in other targets.Jussi Pakkanen
2013-11-05Some test tuning.Jussi Pakkanen
2013-11-05Can use object files directly in targets.Jussi Pakkanen
2013-10-18User options now do a full round trip.Jussi Pakkanen
2013-10-16Options can be accessed from scripts.Jussi Pakkanen
2013-10-04Rpaths start working.Jussi Pakkanen
2013-09-28Strip holders from ext deps.Jussi Pakkanen
2013-09-28More holder extraction.Jussi Pakkanen
2013-09-23Surgical strike complete. Data has been extracted from interpreter and unit t...Jussi Pakkanen
2013-09-23Moved even more stuff from interpreter to build.Jussi Pakkanen
2013-09-23Basic work on extracting build target types from the interpreter.Jussi Pakkanen
2013-09-12Parse gettext command and generate rule.Jussi Pakkanen
2013-08-30Static cross linking works again.Jussi Pakkanen
2013-08-30Work started on supporting simultaneous native and cross builds.Jussi Pakkanen
2013-06-20Removed -tt, which is not necessary with Python 3.Jussi Pakkanen
2013-04-19Can use msvc static linker.Jussi Pakkanen
2013-01-26Can set global flags.Jussi Pakkanen
2013-01-14Can generate configure files.Jussi Pakkanen
2013-01-13Can install data files.Jussi Pakkanen
2013-01-12Can install Man files.Jussi Pakkanen
2013-01-12Can install header files.Jussi Pakkanen
2013-01-11Extracted build data to its own class.Jussi Pakkanen