1192 Commits (6e7c921d15bab56810ce8336b7296f86534dd170)
 

Author SHA1 Message Date
Jussi Pakkanen d400524781 Fix a few resource leaks in a fit of OCD. 10 years ago
Jussi Pakkanen 55759e4aa9 Can specify project options on the command line and the override defaults. 10 years ago
Jussi Pakkanen 4119859c3d Run VS in inside temp dir so it does not leak files around. 10 years ago
Jussi Pakkanen cf6a395014 Spell out include_directories. 10 years ago
Jussi Pakkanen 09686a4e4d Use proper suffix with Fortran on Windows. 10 years ago
Jussi Pakkanen 21fb06087f Add the object file generated by MSVS pch compilation to the link command line as it is apparently required on some versions. 10 years ago
Jussi Pakkanen 64b01354fb .f90 is Fortran too. 10 years ago
Jussi Pakkanen 100c20e568 Scan Fortran dependencies at the beginning for all sources. 10 years ago
Jussi Pakkanen 5303b1d0f4 Scan Fortran dependencies, but it fails currently due to a deficiency in Ninja. 10 years ago
Jussi Pakkanen 8cac567ced Fortran suffix improvingness. 10 years ago
Jussi Pakkanen bfacc7ef8c Get Fortran flags from envvars. 10 years ago
Jussi Pakkanen a77551f3d7 Basic Fortran support. 10 years ago
Jussi Pakkanen 0f79b0336f Contribution info. 10 years ago
Jussi Pakkanen 6af7f92ab3 Handle C# resource files. 10 years ago
Jussi Pakkanen 735bacb050 Add test that I forgot. 10 years ago
Jussi Pakkanen 860329c566 Can do run_command in the build tree. 10 years ago
Jussi Pakkanen af0ca6751a Made all unit tests pass again. 10 years ago
Jussi Pakkanen bae8507753 Make it possible to generate source files in custom targets. 10 years ago
Jussi Pakkanen 5736f8dc60 Subdir in custom target sources, too. 10 years ago
Jussi Pakkanen fdbc45eb7f Can specify individual files from rules that generate multiple outputs. 10 years ago
Jussi Pakkanen 01f8a1455e Generators work in subdirectories. 10 years ago
Jussi Pakkanen d61529caf0 One more off by one error. 10 years ago
Jussi Pakkanen 9abc5e0570 Vestigial removal. 10 years ago
Jussi Pakkanen b3ca519fea Message clarification. 10 years ago
Jussi Pakkanen 7f09d89eaa More betterer sorting. 10 years ago
Jussi Pakkanen 279dd5e809 Sort input files so command lines do not change. This allows Ninja to skip unnecessary build steps. 10 years ago
Jussi Pakkanen 02cb18c934 Off by one error. Fixed. 10 years ago
Jussi Pakkanen f55c81ec23 Can set per-target cs args. 10 years ago
Jussi Pakkanen 544ce42c52 Build type flags for C#. 10 years ago
Jussi Pakkanen 7814ef986f Set up link paths. 10 years ago
Jussi Pakkanen 09c24654a6 Run C# tests during suite. 10 years ago
Jussi Pakkanen f7d58d7b6f Some fixes. 10 years ago
Jussi Pakkanen d57b3d79bd C# file names always follow the windows standard. 10 years ago
Jussi Pakkanen fb884e3856 Can compile C# programs with Mono. 10 years ago
Jussi Pakkanen 83237f2b38 Added option for werror. 10 years ago
Jussi Pakkanen b8f6c3f39c Standardise on prefix instead of installprefix. 10 years ago
Jussi Pakkanen b33c55bba0 Fix SONAME generation. 10 years ago
Jussi Pakkanen 16c4775e02 Bumping version number for new development. 10 years ago
Jussi Pakkanen 182fe0d1b6 Bump version number for release and no longer install to a versioned directory because the packages are not coinstallable anyway. 10 years ago
Jussi Pakkanen 5df4e62dfd More verbosity. 10 years ago
Jussi Pakkanen e38f040661 Can set install time rpath. 10 years ago
Jussi Pakkanen 6759e404d9 Make it possible to run a custom script during install. 11 years ago
Jussi Pakkanen 5e648a9fb9 Quote dashes so groff treats them as minus characters rather than hyphens. 11 years ago
Jussi Pakkanen 1d9795a4c8 Sanity check for Objective C compiler. 11 years ago
Jussi Pakkanen 4a23c01992 Make it possible to print all test output so it shows up in e.g. buildbot logs. 11 years ago
Jussi Pakkanen 23ec2b94f5 Use host dependent object suffix. 11 years ago
Jussi Pakkanen 3a3be0f61b Can now build object files in generators, too. 11 years ago
Jussi Pakkanen 5f65255a66 Better description for Qt5 tools. 11 years ago
Jussi Pakkanen d610f47292 Print pkg-config executable path. 11 years ago
Jussi Pakkanen fbb513b027 Do not repeat Qt5 tools detection text. 11 years ago