aboutsummaryrefslogtreecommitdiff
path: root/build2/cxx/link
AgeCommit message (Collapse)AuthorFilesLines
2016-08-12Implement support for C compilationBoris Kolpackov1-48/+0
We now have two new modules: cc (c-common) and c.
2016-07-17Redesign obj to exe/lib mappingBoris Kolpackov1-20/+0
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-07-08Implement limited rpath emulation for WindowsBoris Kolpackov1-0/+3
2016-06-26Add notion of ad hoc group, use to handle DLL/import libraryBoris Kolpackov1-3/+0
2016-06-17Initial take on DLL support for MinGW toolchainBoris Kolpackov1-0/+3
2016-06-11Initial VC++ support (static libraries only)Boris Kolpackov1-5/+2
2016-02-12<types>/<utility> scheme cleanupBoris Kolpackov1-7/+5
2016-01-09Update copyright yearBoris Kolpackov1-1/+1
2016-01-05Rename build directory/namespace to build2Boris Kolpackov1-0/+70