aboutsummaryrefslogtreecommitdiff
path: root/build/meta
AgeCommit message (Collapse)AuthorFilesLines
2011-02-18Use todos/fromdos instead of deprecated dos2unix/unix2dosBoris Kolpackov4-9/+9
2011-02-03Pass solution as argument(s) instead of templateBoris Kolpackov2-10/+15
2011-02-02Ignore subdirectories which already have a solution fileBoris Kolpackov3-10/+56
Also add support for the same-directory project/solution setup.
2011-01-04Copyright updateBoris Kolpackov28-28/+28
2010-09-13Use separate lists for configurations and platformsBoris Kolpackov1-10/+12
2010-09-08Support for VC++ solutions and tests, other improvementsBoris Kolpackov20-31/+580
2010-09-06Add support for relative pathsBoris Kolpackov4-14/+24
2010-09-06Add support for custom buildsBoris Kolpackov2-0/+52
2010-09-06Add __uuid__ macroBoris Kolpackov1-0/+4
2010-09-06Use [ and ] as quote characters instead of ` and 'Boris Kolpackov5-148/+157
2010-08-26Use m4_dnl instead of dnlBoris Kolpackov2-2/+2
2010-08-26Add meta-build subsystemBoris Kolpackov17-0/+711
Meta-build is used to create (or, more precisely, maintain) other build systems. The idea is to create templates for other build systems (automake, VC++ projects) which are then processed by meta-build to fill in the details such as files to compile, etc. The template system is built on top of GNU m4. Currently supported build systems are autoconf, automake, VC++ 9, and VC++ 10.