]> git.tdb.fi Git - builder.git/history - source
Add support for statically linking the C++ standard library
[builder.git] / source /
2018-08-30 Mikko RasaAdd support for statically linking the C++ standard...
2018-08-30 Mikko RasaUse -rpath (or -rpath-link) when linking
2018-08-30 Mikko RasaUse const references in BuildInfo::Tracked operators
2018-08-30 Mikko RasaSilence the cast-function-type warning on GCC 8
2018-08-30 Mikko RasaMove version discovery back to GnuCompiler
2018-07-08 Mikko RasaAlso store library path in static libraries
2018-07-08 Mikko RasaUse build info to store static library dependencies
2018-06-25 Mikko RasaDon't crash if the executable of a GnuCompiler is not...
2017-12-04 Mikko RasaUse $sdk_root/ndk-bundle as default path for Android NDK
2017-12-04 Mikko RasaRecognize and use the common sysroot in newer Android...
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-03 Mikko RasaRevert to default system path for GnuCompiler is autode...
2017-12-02 Mikko RasaImprove problem reporting for the Android toolchain
2017-12-01 Mikko RasaMake AndroidCompiler more robust about detecting the...
2017-12-01 Mikko RasaHave SubTool automatically pass calls to the parent...
2017-12-01 Mikko RasaInterrogate the compiler for the system path
2017-12-01 Mikko RasaImprove ExternalTask::run_and_capture_output
2017-12-01 Mikko RasaPrepare tools before querying their system path in...
2017-12-01 Mikko RasaCollapse the language-specific compilers into a single...
2017-12-01 Mikko RasaCombine the gnu and clang toolchains into SystemToolchain
2017-11-16 Mikko RasaAdd FPU specification to Architecture and GnuCompiler
2017-01-06 Mikko RasaDon't treat using deprecated declarations as errors
2017-01-06 Mikko RasaAttach component information to data source files
2017-01-06 Mikko RasaCompilation fix
2017-01-05 Mikko RasaOnly use source files that are actually files
2016-11-18 Mikko RasaSupport source generators that combine multiple files...
2016-11-18 Mikko RasaCheck for some errors in SourceGenerator
2016-10-29 Mikko RasaChange the suffix of modules
2016-10-09 Mikko RasaUse correct library path for libraries from the contain...
2016-10-04 Mikko RasaCheck DataTransform's directory mtime against cache...
2016-10-04 Mikko RasaAdd .lib as a static library suffix for Windows
2016-09-16 Mikko RasaExplicitly add -lmingw32 before any other libraries
2015-11-19 Mikko RasaSet the debuggable flag in Android manifest if debug...
2015-11-19 Mikko RasaAllow Android application permissions to be set in...
2015-10-31 Mikko RasaMinor cleanup to the BuildInfo class
2015-10-31 Mikko RasaPass language standards throuhg ALL dependencies
2015-10-13 Mikko RasaAllow features to be exported
2015-10-13 Mikko RasaPass language standards through dependencies
2014-11-11 Mikko RasaInclude the threads flag if a static library needs it
2014-11-10 Mikko RasaDeal with static build flags for binary packages
2014-11-10 Mikko RasaFix DataCollection dependencies
2014-11-10 Mikko RasaUse parameterless system path accessors
2014-10-15 Mikko RasaRemove some unused #includes
2014-10-15 Mikko RasaAllow specifying fixed arguments for source generators
2014-10-15 Mikko RasaSupport conditionals inside source generator definitions
2014-10-15 Mikko RasaMove conditionals into helper classes
2014-10-11 Mikko RasaAdd a list of symbols to keep in the binary to BuildInfo
2014-10-11 Mikko RasaBetter algorithm for ordering static libraries
2014-10-10 Mikko RasaProvide the AR tool on Android
2014-10-10 Mikko RasaForce shared linking on Android
2014-10-10 Mikko RasaOnly use files from the first overlay that has them
2014-10-10 Mikko RasaMake use of Task's file affinity and unlinking capabili...
2014-10-10 Mikko RasaA bunch of new tools and targets to build Android packages
2014-10-10 Mikko RasaAdd some logging to AndroidTools
2014-10-10 Mikko RasaOnly get DataTransform directory contents when needed
2014-10-10 Mikko RasaBetter incpath logic in AndroidCxxCompiler
2014-10-10 Mikko RasaIntroduce a helper function in Architecture to pick...
2014-10-09 Mikko RasaDon't generate filenames with double dash for versionle...
2014-10-09 Mikko RasaAdd a field for a human-readable name for packages
2014-10-09 Mikko RasaNot all devices have libgnustl_shared.so, so better...
2014-10-09 Mikko RasaSupport "installing" files to a private staging area
2014-10-09 Mikko RasaUse C++ include path from sysroot
2014-10-09 Mikko RasaAdd utility class for executing chains of tasks
2014-10-09 Mikko RasaSupport redirecting ExternalTask's stdin/stdout from...
2014-10-08 Mikko RasaA bunch of minor cleanups
2014-10-08 Mikko RasaRewrite ExternalTask to use Msp::Process
2014-10-06 Mikko RasaUse qualified name in base class initializer
2014-10-06 Mikko RasaAlso default to clang on FreeBSD
2014-10-06 Mikko RasaAdd more recognized architectures
2014-10-06 Mikko RasaMove the bpk files into a subdirectory and install...
2014-10-06 Mikko RasaAdd support for specifying the language standard to use
2014-10-06 Mikko RasaDrop support for generic tarball components
2014-10-06 Mikko RasaSplit Component into several subclasses
2014-10-05 Mikko RasaDon't use soname for modules
2014-10-05 Mikko RasaDon't rely on component type in determining whether...
2014-10-05 Mikko RasaCollect libpath for static library dependencies from...
2014-10-05 Mikko RasaRecognize PowerPC architecture
2014-10-05 Mikko RasaOlder versions of OS X don't have clang
2014-10-05 Mikko RasaAllow overriding tool commands on the command line
2014-10-05 Mikko RasaVarious cleanups
2014-10-03 Mikko RasaRudimentary support for compiling things for Android
2014-10-03 Mikko RasaDeal with absolute paths in tool commands
2014-10-03 Mikko RasaAdd sysroot support for BuildInfo and compilers
2014-10-03 Mikko RasaAdd paths to beginning when merging BuildInfo
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
2014-10-02 Mikko RasaRefactor version discovery into the base GnuCompiler...
2014-10-01 Mikko RasaAlso prepare transitive dependencies
2014-10-01 Mikko RasaPass a tool hint to VirtualFileSystem::find_header
2014-10-01 Mikko RasaGet the executable in GnuCxxCompiler::do_prepare
2013-10-06 Mikko RasaMissed one location with the conditional conversion
2013-10-03 Mikko RasaSupport boolean logic in conditions
2013-10-03 Mikko RasaGenerate shorter object file names for generated source...
2013-09-25 Mikko RasaMove nested build signature creation to FileTarget
2013-09-25 Mikko RasaAdd and improve build signatures for some tools
2013-09-25 Mikko RasaProperly support multiple choice features
2013-09-25 Mikko RasaBase config options directly on features
2013-09-23 Mikko RasaDon't print the configuration header in help for empty...
next