aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-25Bump version number for release.0.27.0Jussi Pakkanen6-6/+6
2015-11-25Fix Rust.Jussi Pakkanen1-1/+1
2015-11-24Do not cache paths of found external libraries. Closes #312.Jussi Pakkanen2-5/+8
2015-11-23Yet another step in the neverending saga of -Wpedantic.Jussi Pakkanen2-10/+8
2015-11-22Do not use the linker in cross C++ sanity check to make bare metal projects w...Jussi Pakkanen1-1/+7
2015-11-22More logging for compiler sanity testing.Jussi Pakkanen1-3/+22
2015-11-20A few more checks for converter.Jussi Pakkanen1-0/+4
2015-11-20Fix unity build. Closes #310.Jussi Pakkanen1-2/+2
2015-11-19Do not use linker arguments on static libraries.Jussi Pakkanen2-2/+4
2015-11-19Use plain http connections to wrapdb when ssl is not working (i.e. on OSX).Jussi Pakkanen2-2/+6
2015-11-19Can use built exes in custom targets.Jussi Pakkanen7-12/+80
2015-11-19Fix debug format for msvc optimized builds.Jussi Pakkanen1-1/+1
2015-11-18Print ssl warning on use, not on module import.Jussi Pakkanen1-2/+8
2015-11-17Add --version to command line arguments.Wink Saville1-1/+1
2015-11-16Print lib type list properly.Jussi Pakkanen1-2/+2
2015-11-14Do not use SSL on OSX because for some reason it does not work.Jussi Pakkanen1-1/+8
2015-11-13Fix gtkdoc. We had to disable the test but on the other hand we have gstreame...Jussi Pakkanen4-19/+28
2015-11-13Use two inputs for a generator to test edge cases.Jussi Pakkanen4-4/+8
2015-11-13Fix single output generators.Jussi Pakkanen1-1/+2
2015-11-12More checks for converter.Jussi Pakkanen1-0/+53
2015-11-10Merge pull request #278 from winksaville/enhance-mesonconfig-helpJussi Pakkanen3-44/+68
2015-11-10Add has method to cdata.Jussi Pakkanen1-0/+4
2015-11-09Enhance mesonconfig.py helpWink Saville3-44/+68
2015-11-10Added pkg-config logging statement.Jussi Pakkanen1-0/+1
2015-11-08Regression fix.Jussi Pakkanen1-1/+1
2015-11-07Advance list of output files so we do not generate same output files multiple...Jussi Pakkanen1-0/+2
2015-11-07Use all the extra flags in vs2010 projects.Jussi Pakkanen1-0/+22
2015-11-06Declare buildtype and platform only once.Jussi Pakkanen3-21/+45
2015-11-06Bring msvc2010 backend to form again.Jussi Pakkanen1-17/+13
2015-11-06Merged default library branch.Jussi Pakkanen14-238/+244
2015-11-06Fixed run targets on VS2010.Jussi Pakkanen3-3/+41
2015-11-06Use absolute paths on msvc projecte because their cwd varies. The correct sol...Jussi Pakkanen2-7/+14
2015-11-05Simple custom targets work in VS2010.Jussi Pakkanen3-76/+144
2015-11-05Use the correct one.Jussi Pakkanen1-1/+1
2015-11-05A few fixes.Jussi Pakkanen1-2/+2
2015-11-05Fix pipeline test.Jussi Pakkanen1-1/+4
2015-11-04Can store ext deps to internal deps. Closes #304.Jussi Pakkanen4-2/+23
2015-11-04Reference the regen target.Jussi Pakkanen1-0/+5
2015-11-04Regeneration works now but only when doing a rebuild operation.Jussi Pakkanen1-4/+16
2015-11-04Regenerator script works, but is not run automatically yet.Jussi Pakkanen4-18/+59
2015-11-04Generate a standin vcxproject to regenerate build definitions when the projec...Jussi Pakkanen3-7/+103
2015-11-04Windows path separators, the bane of my existance.Jussi Pakkanen1-4/+7
2015-11-04Check for mixed cross and native code. Closes #267.Jussi Pakkanen1-0/+2
2015-11-04Made shared the default libtype as it is faster for daily development.Jussi Pakkanen1-1/+1
2015-11-04Move option validation in objects rather than doing it only in the conf script.Jussi Pakkanen2-58/+19
2015-11-03Renamed default_library to library.Jussi Pakkanen2-3/+5
2015-11-03Turned builtin options into proper objects.Jussi Pakkanen5-119/+123
2015-11-03Refactored builtin options to a dictionary and created a new default library ...Jussi Pakkanen11-103/+142
2015-10-30rpm macros: export *FLAGSIgor Gnatenko1-5/+5
2015-10-28Can specify a subproject fallback for dependencies.Jussi Pakkanen6-1/+52