]> git.tdb.fi Git - builder.git/shortlog
builder.git
2022-12-24 Mikko RasaRemove the now obsolete SubTool class
2022-12-24 Mikko RasaRedesign GnuLinker to work without subtools
2022-12-24 Mikko RasaDon't complain about missing executable if a tool has...
2022-12-24 Mikko RasaFix bit shifts to be 64-bit
2022-12-24 Mikko RasaCapture value evaluation function by value
2022-12-23 Mikko RasaFile Tool's executable before calling do_prepare
2022-12-22 Mikko RasaRedesign how tools are run
2022-12-22 Mikko RasaClear the line before printing task info if progress...
2022-12-22 Mikko RasaRemove redundant task setup from Copy
2022-12-22 Mikko RasaRefactor InternalTask to take a functor
2022-12-22 Mikko RasaInline simple constructors
2022-12-22 Mikko RasaUse default member initializers and constructor delegation
2022-12-21 Mikko RasaBump version to 3.0 and update copyright years
2022-12-21 Mikko RasaRefactor logger to do message formatting internally
2022-12-21 Mikko RasaTrack Android API levels with a bitmask
2022-12-21 Mikko RasaReplace some sets with vectors as well
2022-12-21 Mikko RasaConvert all list containers to vectors
2022-12-20 Mikko RasaRewrite dependency finding algorithms in a few classes
2022-12-20 Mikko RasaMake data members of Task protected
2022-12-20 Mikko RasaCheck for empty sources in Tar::create_target
2022-12-20 Mikko RasaUse dynamic_cast to reference when incorrect type is...
2022-12-20 Mikko RasaAdjust build signatures to contain the tool tag
2022-12-19 Mikko RasaGuard against build type being missing
2022-12-19 Mikko RasaLog environment information before preparing the build
2022-12-19 Mikko RasaImprove architecture name matching
2022-12-19 Mikko RasaUse format() when creating strings from more than two...
2022-12-19 Mikko RasaRefactor BooleanEvaluator to have overloaded constructors
2022-12-19 Mikko RasaUse std::function instead of sigc::slot in BooleanEvaluator
2022-12-19 Mikko RasaFix typos
2022-12-19 Mikko RasaCache result of parsing $PATH
2022-12-19 Mikko RasaRefuse to create an empty data pack
2022-12-19 Mikko RasaUse DataFile::Writer to write package configuration...
2022-12-19 Mikko RasaCombine the processing of configuration and tool overrides
2022-12-19 Mikko RasaRemove most container typedefs and refactor others
2022-12-19 Mikko RasaUse braced initializer lists for map insertions
2022-12-19 Mikko RasaUse bound loader function arguments for binary componen...
2022-12-19 Mikko RasaRefactor the constructor of SourcePackage::Loader
2022-12-19 Mikko RasaUse auto type for iterator variables
2022-12-19 Mikko RasaMark overridden virtual functions as such
2022-12-19 Mikko RasaUse shortcut functions for find calls
2022-12-19 Mikko RasaReplace basic for loops with range-based loops or algor...
2022-12-19 Mikko RasaBegin converting the code to C++11
2022-12-19 Mikko RasaImprove help output for the local package
2022-12-19 Mikko RasaEmit configurations in Visual Studio solutions
2022-12-19 Mikko RasaAdd ability to generate Visual Studio solution files
2022-12-18 Mikko RasaGenerate GUIDs for Visual C++ project files
2022-12-18 Mikko RasaEmit include path in vcxproj files
2022-12-18 Mikko RasaDon't output a PlatformToolset tag in vcxproj files
2022-12-18 Mikko RasaZlib has a different filename in MSVC builds
2022-12-18 Mikko RasaDetect the latest MSVC tools version
2022-12-17 Mikko RasaAdd the corresponding generated source directory to...
2022-12-17 Mikko RasaCreate a directory structure for generated source files
2022-12-10 Mikko RasaAdd support for SSE3 and SSE4.1 FPUs
2022-12-10 Mikko RasaWhen combining build info, keep the highest standard...
2022-12-10 Mikko RasaMore sophisticated handling of language standards
2022-12-10 Mikko RasaAdd language standards to exported build info of source...
2021-11-10 Mikko RasaSave caches before starting the build
2021-10-31 Mikko RasaReorder functions to match the header
2021-10-31 Mikko RasaAdd logging for some problem situations
2021-10-31 Mikko RasaAdd support for generating compile_commands.json
2021-10-31 Mikko RasaUse -fno-omit-frame-pointer if debug is set with optimi...
2021-09-01 Mikko RasaAdd MSVC-specific library name for sigc++
2021-09-01 Mikko RasaAdditional MSVC fixes
2021-09-01 Mikko RasaUse getenv from mspcore
2021-09-01 Mikko RasaAdd drivers for the MSVC toolchain
2021-08-31 Mikko RasaUse a separate category for import library filename...
2021-08-31 Mikko RasaMore flexible way to manage filename patterns
2021-08-31 Mikko RasaInclude the toolchain name in project file build commands
2021-08-31 Mikko RasaConvert architecture argument to lower case
2021-08-31 Mikko RasaTweak VC project files to better match what the softwar...
2021-08-31 Mikko RasaAdd the VC project file generator to BuiltinTools
2021-08-29 Mikko RasaAdapt to changes in mspcore
2021-08-28 Mikko RasaDetect CPU architecture on Windows
2021-08-28 Mikko RasaMove system-specific code to a separate file
2021-08-28 Mikko RasaMake object file names configurable through Architecture
2021-08-28 Mikko RasaAdd a toolchain field to Architecture
2021-08-28 Mikko RasaSplit SystemTools into GnuTools and ClangTools
2021-08-22 Mikko RasaAdd support for generating Visual C++ projects
2021-08-22 Mikko RasaBasic support for running builder on Windows
2021-02-21 Mikko RasaAccount for install directories when forming displaced...
2020-02-09 Mikko RasaAdd support for the orientation tag in Android manifest
2019-09-17 Mikko RasaFix Windows platform checks
2019-09-17 Mikko RasaAdd copy-constructor as required by C++11
2019-08-21 Mikko RasaDon't block in ExternalTask::do_wait unless requested
2019-06-21 Mikko RasaRead output from external task while waiting
2019-06-12 Mikko RasaAdd a statement to specify multiple arguments at once...
2019-06-12 Mikko RasaSupport generators that require a switch before output...
2019-06-12 Mikko RasaAllow generator commands to reside outside of the package
2019-06-06 Mikko RasaProvide a binary package for libmad
2019-06-03 Mikko RasaUse a more appropriate check for adding -m<bits> flag
2019-06-03 Mikko RasaUse a different cross-compile prefix for 64-bit Windows
2019-06-03 Mikko RasaFix check for appending pattern suffix
2019-06-03 Mikko RasaUpdate deprecated things
2018-12-26 Mikko RasaRemove the -lmingw32 hack
2018-12-25 Mikko RasaDon't apply parts of a pattern that are already present
2018-08-30 Mikko RasaSlight updates to Readme
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
next