summaryrefslogtreecommitdiffstats
path: root/buildfile
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearKaren Arutyunov2019-01-161-1/+1
|
* Remove target/scope irregularity workaroundsBoris Kolpackov2018-05-241-3/+3
|
* Update copyright yearKaren Arutyunov2018-05-191-1/+1
|
* Get rid of doc{version} and types for testscript and manifest in buildfilesKaren Arutyunov2018-05-191-9/+1
|
* Add manifest{} target type ('manifest' file name automatically mapped as such)Boris Kolpackov2018-05-191-1/+1
|
* Fix comment in buildfileKaren Arutyunov2017-08-211-2/+2
|
* Don't distribute generated version.hxx and don't clean versionBoris Kolpackov2017-08-201-2/+7
| | | | | | Now the clean operation in src_root should result in state identical to distributed (which appears to be important to some packaging systems, e.g., Debian).
* Change config.* to config.guess config.sub in buildfileKaren Arutyunov2017-07-131-3/+3
|
* Make use of wildcards in buildfilesKaren Arutyunov2017-07-121-4/+3
|
* Switch to version moduleBoris Kolpackov2017-04-281-3/+6
|
* Implement automatic loading of directory buildfilesBoris Kolpackov2017-01-231-5/+1
| | | | | | | | | | | | Now instead of explicitly writing: d = foo/ bar/ ./: $d include $d We can (usually) just write: ./: foo/ bar/
* Update copyright yearBoris Kolpackov2017-01-051-1/+1
|
* Distribution, installation fixesKaren Arutyunov2016-12-051-2/+3
|
* Add mkdir and touch builtinsKaren Arutyunov2016-11-081-1/+1
|
* Add support for target visibility, use for dist, test, installBoris Kolpackov2016-08-301-1/+4
| | | | | | | | | | This means we can no longer write: install = false Now it should be: *: install = false
* Add bootstrap-{msvc, mingw}.batBoris Kolpackov2016-08-151-1/+2
|
* Rename bootstrap to bootstrap.shBoris Kolpackov2016-08-151-1/+1
| | | | | Since it is a POSIX shell script (as opposed to bash script) and since we are going to have bootstrap-*.bat.
* Add NEWS filesBoris Kolpackov2016-03-151-1/+1
|
* Add README fileBoris Kolpackov2016-03-141-1/+1
|
* Detect host triplet (with help of config.{guess,sub}) in bootstrapBoris Kolpackov2016-03-111-1/+5
|
* Setup doc/ install/distBoris Kolpackov2016-01-311-1/+1
|
* Nicer way to not install INSTALL filesBoris Kolpackov2016-01-311-1/+1
|
* Move INSTALL to cli, updateBoris Kolpackov2016-01-301-1/+1
|
* Update copyright yearBoris Kolpackov2016-01-091-1/+1
|
* Rename build directory/namespace to build2Boris Kolpackov2016-01-051-1/+1
|
* Make version docBoris Kolpackov2015-12-201-1/+1
|
* Add manifestBoris Kolpackov2015-12-081-1/+1
|
* Fix INSTALL exclusionBoris Kolpackov2015-12-011-1/+1
|
* Add install supportBoris Kolpackov2015-11-301-0/+2
|
* Add support for distBoris Kolpackov2015-11-281-1/+1
|
* Add headers to buildfiles, move tests/build/ to tests/Boris Kolpackov2015-06-181-1/+5
|
* Cosmetic changeBoris Kolpackov2015-06-171-2/+1
|
* Add support for "first" and "last" execution modesBoris Kolpackov2015-03-131-0/+4