aboutsummaryrefslogtreecommitdiff
path: root/build2/bin/target
AgeCommit message (Collapse)AuthorFilesLines
2017-05-01Add hxx extension for headersKaren Arutyunov1-120/+0
2017-03-02Implement parallel matchBoris Kolpackov1-16/+16
2017-02-14Modify library mate-information protocol not to use lib{} groupBoris Kolpackov1-3/+0
2017-02-13Tighten target constness furtherBoris Kolpackov1-5/+9
2017-01-05Update copyright yearBoris Kolpackov1-1/+1
2016-12-16Move exe{} to build2 core, add fallback extensions (existing files)Boris Kolpackov1-10/+0
2016-11-04Fix Clang and VC warningsKaren Arutyunov1-1/+5
2016-11-04Implement auxiliary data storage pad in targetBoris Kolpackov1-1/+1
2016-07-19Add import library target libi{}, make libs{} the DLLBoris Kolpackov1-0/+12
In the end, having libs{} be the DLL with import library being its member is more natural than making libs{} the import library and having dll{} as its member.
2016-07-17Redesign obj to exe/lib mappingBoris Kolpackov1-4/+15
Specifically: * objso{} and libso{} target types have been renamed to objs{} and libs{} * obje{} has been added (so now we have obje{}, obja{}, and objs{}) * obje{} is now used for building exe{} * object file extensions have been changed to use "hierarchical extensions" that reflect the extension of the corresponding exe/lib target (instead of the -so suffix we used), specifically: obje{}: foo.o, (UNIX), foo.exe.o (MinGW), foo.exe.obj (Windows) obja{}: foo.a.o (UNIX, MinGW), foo.lib.obj (Windows) objs{}: foo.so.o (UNIX), foo.dylib.o (Darwin), foo.dll.o (MinGW), foo.dll.obj (Windows)
2016-02-12<types>/<utility> scheme cleanupBoris Kolpackov1-0/+3
2016-01-09Update copyright yearBoris Kolpackov1-1/+1
2016-01-05Rename build directory/namespace to build2Boris Kolpackov1-0/+99