]> git.tdb.fi Git - builder.git/shortlog
builder.git
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
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...
next