Jussi Pakkanen
|
26873801bc
|
Can define benchmarks and run them.
|
9 years ago |
Jussi Pakkanen
|
3cbe9d32fa
|
Added script to run benchmarks.
|
9 years ago |
Jussi Pakkanen
|
33301dec0e
|
Bump version number for new development.
|
9 years ago |
Jussi Pakkanen
|
2e0ec81902
|
Bump version number for release.
|
9 years ago |
Jussi Pakkanen
|
13c9a7440c
|
Fix Rust.
|
9 years ago |
Jussi Pakkanen
|
06c7cef26e
|
Do not cache paths of found external libraries. Closes #312.
|
9 years ago |
Jussi Pakkanen
|
1caf7e6f4a
|
Yet another step in the neverending saga of -Wpedantic.
|
9 years ago |
Jussi Pakkanen
|
e33cf31347
|
Do not use the linker in cross C++ sanity check to make bare metal projects work.
|
9 years ago |
Jussi Pakkanen
|
78e2cf0641
|
More logging for compiler sanity testing.
|
9 years ago |
Jussi Pakkanen
|
134468d4a5
|
A few more checks for converter.
|
9 years ago |
Jussi Pakkanen
|
86a6915077
|
Fix unity build. Closes #310.
|
9 years ago |
Jussi Pakkanen
|
c75b75d487
|
Do not use linker arguments on static libraries.
|
9 years ago |
Jussi Pakkanen
|
4522a3a9a5
|
Use plain http connections to wrapdb when ssl is not working (i.e. on OSX).
|
9 years ago |
Jussi Pakkanen
|
16fa657304
|
Can use built exes in custom targets.
|
9 years ago |
Jussi Pakkanen
|
5f44748ddd
|
Fix debug format for msvc optimized builds.
|
9 years ago |
Jussi Pakkanen
|
f1a7a0cee3
|
Print ssl warning on use, not on module import.
|
9 years ago |
Wink Saville
|
60896c0f04
|
Add --version to command line arguments.
|
9 years ago |
Jussi Pakkanen
|
56f11cf89b
|
Print lib type list properly.
|
9 years ago |
Jussi Pakkanen
|
6d137f400e
|
Do not use SSL on OSX because for some reason it does not work.
|
9 years ago |
Jussi Pakkanen
|
18c423db15
|
Fix gtkdoc. We had to disable the test but on the other hand we have gstreamer docs working.
|
9 years ago |
Jussi Pakkanen
|
c04e04146e
|
Use two inputs for a generator to test edge cases.
|
9 years ago |
Jussi Pakkanen
|
24f35d0425
|
Fix single output generators.
|
9 years ago |
Jussi Pakkanen
|
324a262680
|
More checks for converter.
|
9 years ago |
Jussi Pakkanen
|
7cbf703b4a
|
Merge pull request #278 from winksaville/enhance-mesonconfig-help
Enhance mesonconfig.py output
|
9 years ago |
Jussi Pakkanen
|
851526f828
|
Add has method to cdata.
|
9 years ago |
Wink Saville
|
c49da5aa00
|
Enhance mesonconfig.py help
Added code to output the 'Possible values' and
also titles for the columns.
Added code to so 'choices' is allowed for all
UserOption's.
|
9 years ago |
Jussi Pakkanen
|
a91bfbbc45
|
Added pkg-config logging statement.
|
9 years ago |
Jussi Pakkanen
|
89834657a7
|
Regression fix.
|
9 years ago |
Jussi Pakkanen
|
c12719fa18
|
Advance list of output files so we do not generate same output files multiple times for different input.
|
9 years ago |
Jussi Pakkanen
|
8e24e9e09a
|
Use all the extra flags in vs2010 projects.
|
9 years ago |
Jussi Pakkanen
|
eceedc0d29
|
Declare buildtype and platform only once.
|
9 years ago |
Jussi Pakkanen
|
53f0b3c0e7
|
Bring msvc2010 backend to form again.
|
9 years ago |
Jussi Pakkanen
|
7bfc04ecdb
|
Merged default library branch.
|
9 years ago |
Jussi Pakkanen
|
1b697f04cd
|
Fixed run targets on VS2010.
|
9 years ago |
Jussi Pakkanen
|
86c401e7b0
|
Use absolute paths on msvc projecte because their cwd varies. The correct solution would be to build target relative paths but I do not have suffient interest to spend the time.
|
9 years ago |
Jussi Pakkanen
|
e8cca681ca
|
Simple custom targets work in VS2010.
|
9 years ago |
Jussi Pakkanen
|
d7ad8c601b
|
Use the correct one.
|
9 years ago |
Jussi Pakkanen
|
1dac552acc
|
A few fixes.
|
9 years ago |
Jussi Pakkanen
|
71ec62603f
|
Fix pipeline test.
|
9 years ago |
Jussi Pakkanen
|
7b45e6f5f5
|
Can store ext deps to internal deps. Closes #304.
|
9 years ago |
Jussi Pakkanen
|
8a1f2cdbbc
|
Reference the regen target.
|
9 years ago |
Jussi Pakkanen
|
a516f45917
|
Regeneration works now but only when doing a rebuild operation.
|
9 years ago |
Jussi Pakkanen
|
5be7c011bf
|
Regenerator script works, but is not run automatically yet.
|
9 years ago |
Jussi Pakkanen
|
19003e49d0
|
Generate a standin vcxproject to regenerate build definitions when the project setup changes.
|
9 years ago |
Jussi Pakkanen
|
1fbbf4705d
|
Windows path separators, the bane of my existance.
|
9 years ago |
Jussi Pakkanen
|
e76631c0d0
|
Check for mixed cross and native code. Closes #267.
|
9 years ago |
Jussi Pakkanen
|
63e803ae0f
|
Made shared the default libtype as it is faster for daily development.
|
9 years ago |
Jussi Pakkanen
|
cc19bf0f45
|
Move option validation in objects rather than doing it only in the conf script.
|
9 years ago |
Jussi Pakkanen
|
fa9799a96a
|
Renamed default_library to library.
|
9 years ago |
Jussi Pakkanen
|
8495075cee
|
Turned builtin options into proper objects.
|
9 years ago |