aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.gmake
AgeCommit message (Expand)AuthorFilesLines
2022-07-12Use -pthread instead of -lpthread in bootstrap scripts/makefileBoris Kolpackov1-2/+2
2022-01-17Use UTF-8 as default input/source charset for C/C++ compilationBoris Kolpackov1-3/+3
2020-05-27Initial support for ad hoc recipes (still work in progress)Boris Kolpackov1-0/+2
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-11-01Add note to bootstrap makefileBoris Kolpackov1-2/+4
2019-10-07Add support for Clang targeting MSVC in bootstrap.gmakeBoris Kolpackov1-7/+28
2019-08-28Move cxx build system module to separate libraryKaren Arutyunov1-5/+2
2019-08-28Move c build system module to separate libraryKaren Arutyunov1-1/+1
2019-08-28Move cc build system module to separate libraryKaren Arutyunov1-1/+1
2019-08-28Move bin build system module to separate libraryKaren Arutyunov1-1/+1
2019-08-27Change bootstrap target on Windows from i686 to x86_64Boris Kolpackov1-2/+2
2019-08-23Disable dynamic build system module loading in bootstrap buildBoris Kolpackov1-1/+1
2019-08-22Link -ldl in bootstrap script/makefileBoris Kolpackov1-1/+1
2019-08-01Move version build system module to separate libraryKaren Arutyunov1-2/+2
2019-07-24Move in build system module to separate libraryBoris Kolpackov1-3/+3
2019-07-05Update bootstrap script/batch/make filesBoris Kolpackov1-6/+9
2019-07-01Split build system into library and driverBoris Kolpackov1-20/+27
2019-03-08Filter out *.test.cxx in bootstrap.gmakeBoris Kolpackov1-0/+5
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-08-22Define BUILD2_BOOTSTRAP when compiling libbutl sourcesBoris Kolpackov1-1/+1
2018-07-25Exclude cli and bash modules from bootstrap buildBoris Kolpackov1-3/+1
2018-07-20Implement bash moduleBoris Kolpackov1-1/+2
2018-07-16Update bootstrap scripts with new module directory (in)Boris Kolpackov1-1/+2
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2017-10-20Update documentationBoris Kolpackov1-2/+2
2017-10-19Add support for MinGW bootstrap using bootstrap.gmake makefileBoris Kolpackov1-6/+20
2017-09-25Get rid of pkgconfig moduleKaren Arutyunov1-2/+1
2017-08-20Adjust bootstrap not to need pre-generated version.hxxBoris Kolpackov1-1/+1
2017-08-16Document bootstrap makefile usage, out of tree bootstrap/buildBoris Kolpackov1-1/+1
2017-08-16Use .b.o object file extension in bootstrap.gmake, add all, cleano targetsBoris Kolpackov1-7/+16
2017-08-15Add support for bootstrapping using GNU make makefileBoris Kolpackov1-0/+163