]> git.tdb.fi Git - builder.git/shortlog
builder.git
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...
2016-10-04 Mikko RasaAdd .lib as a static library suffix for Windows
2016-09-16 Mikko RasaExplicitly add -lmingw32 before any other libraries
2016-09-16 Mikko RasaUpdate cross prefix for windows architecture
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...
next