]> git.tdb.fi Git - builder.git/history - source/architecture.cpp
Use a separate category for import library filename patterns
[builder.git] / source / architecture.cpp
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 RasaTweak VC project files to better match what the softwar...
2021-08-29 Mikko RasaAdapt to changes in mspcore
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
2019-09-17 Mikko RasaFix Windows platform checks
2017-11-16 Mikko RasaAdd FPU specification to Architecture and GnuCompiler
2016-10-04 Mikko RasaAdd .lib as a static library suffix for Windows
2014-10-10 Mikko RasaIntroduce a helper function in Architecture to pick...
2014-10-06 Mikko RasaAdd more recognized architectures
2014-10-05 Mikko RasaRecognize PowerPC architecture
2014-10-03 Mikko RasaRudimentary support for compiling things for Android
2013-05-24 Mikko RasaInitial support for building on Darwin (a.k.a. Mac...
2013-04-14 Mikko RasaSupport conditionals inside components
2012-09-06 Mikko RasaLibrary search fixes
2012-07-10 Mikko RasaBetter way to set cross_prefix in architectures
2012-07-10 Mikko RasaUse ObjectLoaders where appropriate
2012-07-08 Mikko RasaDon't copy cpu from a potentially incompatible architecture
2012-07-08 Mikko RasaTool names are no longer retrieved from Architecture
2012-07-08 Mikko RasaHave Architecture provide pattern lists for library...
2012-07-08 Mikko RasaLet the tools deal with cross-compiling flags
2012-02-24 Mikko RasaReplace per-file copyright notices with a single file
2011-09-16 Mikko RasaRudimentary support for Debian/Ubuntu multiarch library...
2011-09-06 Mikko RasaFurther changes for library compatibility
2010-08-07 Mikko RasaAdd an alias for x86_64
2010-02-08 Mikko RasaAdd a generic internal alias system to Architecture
2010-02-05 Mikko RasaRewrite the architecture system
2009-12-03 Mikko RasaStyle update: add spaces around assignment operators
2009-02-19 Mikko RasaReorder class members
2008-08-15 Mikko RasaRefactor arch handling a bit
2007-09-11 Mikko RasaMove architecture information from Builder to class...