]> git.tdb.fi Git - builder.git/history - builderrc
Refactor transitive dependencies to work on all targets
[builder.git] / builderrc
2019-06-03 Mikko RasaUse a different cross-compile prefix for 64-bit Windows
2018-08-30 Mikko RasaUse -rpath (or -rpath-link) when linking
2016-09-16 Mikko RasaUpdate cross prefix for windows architecture
2014-10-03 Mikko RasaRudimentary support for compiling things for Android
2012-07-23 Mikko RasaMove binary packages from builderrc to individual files
2012-07-16 Mikko RasaMove to a more abstract way of defining warnings
2012-07-16 Mikko RasaHaving to specify package paths manually is stupid...
2012-07-15 Mikko RasaAdd a statically linked release build type
2012-07-15 Mikko RasaReplace the overly generic configuration profiles with...
2012-07-10 Mikko RasaBetter way to set cross_prefix in architectures
2011-05-25 Mikko RasaAdd a binary package for OpenGL ES
2010-02-05 Mikko RasaCosmetic fixes to some options
2010-02-05 Mikko RasaRewrite the architecture system
2009-12-03 Mikko RasaCompile libraries with -fPIC
2009-02-19 Mikko RasaFix some usages of get_current_arch() inside Builder
2008-03-13 Mikko RasaChange arch and prefix to global options
2007-10-30 Mikko RasaFix include and library search order
2007-09-22 Mikko RasaAdapt to changes in msppath
2007-09-11 Mikko RasaMove architecture information from Builder to class...
2007-09-09 Mikko RasaSplit class Package into SourcePackage and BinaryPackage