]> git.tdb.fi Git - builder.git/history - source/gnulinker.cpp
Remove the -lmingw32 hack
[builder.git] / source / gnulinker.cpp
2018-12-26 Mikko RasaRemove the -lmingw32 hack
2018-08-30 Mikko RasaAdd support for statically linking the C++ standard...
2018-08-30 Mikko RasaUse -rpath (or -rpath-link) when linking
2017-12-03 Mikko RasaClean up compiler and linker constructors
2017-12-03 Mikko RasaAlso get the linker system path from the actual linker...
2017-12-01 Mikko RasaHave SubTool automatically pass calls to the parent...
2016-11-18 Mikko RasaSupport source generators that combine multiple files...
2016-09-16 Mikko RasaExplicitly add -lmingw32 before any other libraries
2014-10-11 Mikko RasaAdd a list of symbols to keep in the binary to BuildInfo
2014-10-08 Mikko RasaA bunch of minor cleanups
2014-10-03 Mikko RasaAdd sysroot support for BuildInfo and compilers
2014-10-03 Mikko RasaAdd build info to tools and use it to pass runtime...
2014-10-03 Mikko RasaGive targets the ability to gather their own build...
2014-10-03 Mikko RasaOnly use the -m flag on native arch
2013-09-25 Mikko RasaAdd and improve build signatures for some tools
2013-05-28 Mikko RasaHacky support for OS X frameworks
2013-05-28 Mikko RasaAdd target and tools for compiling Objective-C sources
2013-05-24 Mikko RasaInitial support for building on Darwin (a.k.a. Mac...
2013-05-24 Mikko RasaRedesign the way commands are set for tools
2013-05-24 Mikko RasaThe mingw port of gcc doesn't recognize -pthread
2013-05-08 Mikko RasaAdd a utility function for setting the executable for...
2013-05-08 Mikko RasaDelay locating tool executables until the tool is needed
2013-04-06 Mikko RasaRefactor build graph into its own class
2013-01-17 Mikko RasaMake static library dependencies consistent with what...
2012-09-28 Mikko RasaGenerate export definitions with dlltool
2012-09-13 Mikko RasaDon't try to create links with the same name as the...
2012-09-07 Mikko RasaBuild and install import libraries on windows
2012-09-07 Mikko RasaGive import libraries their own class
2012-09-07 Mikko RasaHave the linker specify symlinks for installed libraries
2012-07-26 Mikko RasaMake mingw linker happy
2012-07-21 Mikko RasaHandle directory creation and unlinking in Task
2012-07-18 Mikko RasaTrack build options to rebuild primary targets when...
2012-07-16 Mikko RasaUn-abbreviate some function and variable names
2012-07-15 Mikko RasaMove library mode into BuildInfo
2012-07-15 Mikko RasaRedesign the library mode system
2012-07-08 Mikko RasaDon't store component locally in object and source...
2012-07-08 Mikko RasaMake tools architecture-aware and restore cross-compila...
2012-07-08 Mikko RasaRemove extraneous std:: qualifiers
2012-07-08 Mikko RasaStore a target representing the executable in each...
2012-07-08 Mikko RasaSplit GnuLinker into sub-tools and select the appropria...
2012-07-08 Mikko RasaUse Path objects to store include and library paths
2012-07-08 Mikko RasaMake tools capable of reporting a system-wide path...
2012-07-08 Mikko RasaUse tool tag to detect C++ files rather than a specific...
2012-07-08 Mikko RasaGet rid of the Library and SystemLibrary classes as...
2012-07-08 Mikko RasaMove the Component reference to Target and make it...
2012-07-08 Mikko RasaRewrite BuildInfo to be compiler-agnostic
2012-07-08 Mikko RasaLet the tools deal with cross-compiling flags
2012-07-08 Mikko RasaGet rid of the global TargetList typedef
2012-07-08 Mikko RasaBig rewrite for a more tool-centric approach