]> git.tdb.fi Git - builder.git/shortlog
builder.git
2016-01-31 Mikko RasaAdjust the find command line
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 RasaRecent versions of sigc++ require C++11
2015-10-13 Mikko RasaPass language standards through dependencies
2015-03-09 Mikko RasaFix bootstrap to handle overlays in a more generic way
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 RasaAdd a binary package for zlib
2014-10-06 Mikko RasaMove the bpk files into a subdirectory and install...
2014-10-06 Mikko RasaUse frameworks instead of raw libraries for OpenGL...
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 RasaAdd options for custom compiler and debug build to...
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...
2013-08-22 Mikko RasaCheck an ObjectFile's dependencies again if a dependenc...
2013-08-22 Mikko RasaAdd transitive dependencies for source files
2013-08-20 Mikko RasaFix some problems with side effect dependencies
2013-08-20 Mikko RasaAdd support for generating source files
2013-08-20 Mikko RasaUse the correct target as root for cleaning
2013-06-22 Mikko RasaProcess paths after merging build info
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-24 Mikko RasaGroup most existing tools in sub-toolchains
2013-05-24 Mikko RasaMake toolchains hierarchial
2013-05-24 Mikko RasaRemove deprecated features
2013-05-09 Mikko RasaInclude architecture in Binary build signature
2013-05-09 Mikko RasaRemove all files in a side effect group when starting...
2013-05-09 Mikko RasaImprovements for handling side effects
2013-05-08 Mikko RasaAvoid a double verb in function name
2013-05-08 Mikko RasaStore problems at their source rather than globally
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-05-08 Mikko RasaTarget::build is virtual, so put the special case in...
2013-05-07 Mikko RasaAdd a convenience function for saving caches in Package...
2013-05-07 Mikko RasaProperly process the command line arguments
2013-05-07 Mikko RasaResolve cmdline targets and what-ifs the same way
2013-05-07 Mikko RasaUpdate comments to reflect the new roles of classes
2013-05-07 Mikko RasaUse GetOpt's new features
next