aboutsummaryrefslogtreecommitdiff
path: root/backends.py
AgeCommit message (Expand)AuthorFilesLines
2014-03-22Get generator dependencies right.Jussi Pakkanen1-2/+11
2014-03-22Dep generators work except for the quoting.Jussi Pakkanen1-7/+55
2014-03-22Minor.Jussi Pakkanen1-4/+1
2014-03-22Object extraction and linking works.Jussi Pakkanen1-27/+53
2014-03-20Project output dir is always the same as vcxproj dir.Jussi Pakkanen1-4/+1
2014-03-20Fix include dir.Jussi Pakkanen1-2/+3
2014-03-20Grab and use extra flags.Jussi Pakkanen1-0/+12
2014-03-20Set up include directories for targets.Jussi Pakkanen1-4/+16
2014-03-19Subdirectories work in VS2010.Jussi Pakkanen1-4/+14
2014-03-19Now can has linking against shared libraries.Jussi Pakkanen1-4/+6
2014-03-19Now can link with targets and everything.Jussi Pakkanen1-1/+18
2014-03-19Can build all three target types.Jussi Pakkanen1-2/+11
2014-03-18Create a test project and add it to the solution.Jussi Pakkanen1-20/+97
2014-03-18Thanks, Microsoft! Thanks a fucking lot for making your uuids case sensitive ...Jussi Pakkanen1-2/+2
2014-03-18Some fixes but not yet working.Jussi Pakkanen1-5/+4
2014-03-17Can creat a solution and force it to build but does not yet work out of the box.Jussi Pakkanen1-6/+24
2014-03-17A fledgling of a vcxproj.Jussi Pakkanen1-0/+98
2014-03-17Generate a solution file of sorts.Jussi Pakkanen1-1/+34
2014-03-17Backend work is start.Jussi Pakkanen1-1/+9
2014-03-17The final renaming.Jussi Pakkanen1-3/+3
2014-03-17Kill ply dependency dead.Jussi Pakkanen1-5/+5
2014-03-11Now with working subdirs for Java.Jussi Pakkanen1-9/+11
2014-03-11Can run built jar files.Jussi Pakkanen1-1/+12
2014-03-11Java compiles and links.Jussi Pakkanen1-4/+35
2014-03-11A few tweaks.Jussi Pakkanen1-1/+1
2014-03-11Can generate a build.ninja for Jave but it does not work yet.Jussi Pakkanen1-1/+36
2014-03-10Can create jar objects.Jussi Pakkanen1-0/+2
2014-03-07Added a link_depends keyword for build targets.Jussi Pakkanen1-0/+2
2014-03-07Can define custom linker flags.Jussi Pakkanen1-0/+1
2014-02-24Can have multiple source files with the same name in one target.Jussi Pakkanen1-1/+2
2014-02-23C++ compiler can compile .h file, too.Jussi Pakkanen1-2/+1
2014-02-12Fix the remaining custom install dirs.Jussi Pakkanen1-4/+7
2014-02-12Can override install directory on a target-by-target basis.Jussi Pakkanen1-5/+9
2014-02-09Specify subdirs explicitly.Jussi Pakkanen1-1/+3
2014-02-06Pkg-config files are now installed.Jussi Pakkanen1-0/+13
2014-02-06Can create pkg-config files.Jussi Pakkanen1-0/+24
2013-12-27Final touches to unity builds.Jussi Pakkanen1-2/+2
2013-12-27Handle generated sources in Unity builds.Jussi Pakkanen1-2/+9
2013-12-27Get source subdir.Jussi Pakkanen1-1/+2
2013-12-27Handle multiple different languages in Unity builds.Jussi Pakkanen1-15/+31
2013-12-26The very basics of unity builds.Jussi Pakkanen1-4/+30
2013-12-09Track dependencies of subproject option files.Jussi Pakkanen1-1/+5
2013-11-17Determine and use the proper linker based on input source languages.Jussi Pakkanen1-4/+27
2013-11-07Get rid of msvc banner for good.Jussi Pakkanen1-0/+1
2013-11-05Can extract objects from targets and use them in other targets.Jussi Pakkanen1-1/+12
2013-11-05Can use object files directly in targets.Jussi Pakkanen1-0/+6
2013-10-18Can set test cmd arguments and environment variables.Jussi Pakkanen1-2/+5
2013-10-18Start using gcc dependency file packing.Jussi Pakkanen1-2/+4
2013-10-18Bump required Ninja version to celebrate the release of Ubuntu Saucy.Jussi Pakkanen1-0/+1
2013-10-18Quote rule properly on Windows.Jussi Pakkanen1-5/+5