summaryrefslogtreecommitdiff
path: root/backends.py
AgeCommit message (Expand)Author
2014-03-28Better project conf generation.Jussi Pakkanen
2014-03-28Generate target dependencies. I hope.Jussi Pakkanen
2014-03-28Created ContainerItemProxies, whatever they might be.Jussi Pakkanen
2014-03-28Now with aggregate target.Jussi Pakkanen
2014-03-28Generate native target.Jussi Pakkanen
2014-03-28Generate source build phase bit.Jussi Pakkanen
2014-03-28Generate target file refs.Jussi Pakkanen
2014-03-28Generate pbxgroup of sorts.Jussi Pakkanen
2014-03-27Can create a Project object and all its deps (almost).Jussi Pakkanen
2014-03-27Create buildfile refs.Jussi Pakkanen
2014-03-27Generate file id entries.Jussi Pakkanen
2014-03-26Skeleton is there, now to add meat around it.Jussi Pakkanen
2014-03-26Basic pieces for an XCode project generator.Jussi Pakkanen
2014-03-22Typo fix.Jussi Pakkanen
2014-03-22Can define entry symbol type.Jussi Pakkanen
2014-03-22Typo fix.Jussi Pakkanen
2014-03-22Get generator dependencies right.Jussi Pakkanen
2014-03-22Dep generators work except for the quoting.Jussi Pakkanen
2014-03-22Minor.Jussi Pakkanen
2014-03-22Object extraction and linking works.Jussi Pakkanen
2014-03-20Project output dir is always the same as vcxproj dir.Jussi Pakkanen
2014-03-20Fix include dir.Jussi Pakkanen
2014-03-20Grab and use extra flags.Jussi Pakkanen
2014-03-20Set up include directories for targets.Jussi Pakkanen
2014-03-19Subdirectories work in VS2010.Jussi Pakkanen
2014-03-19Now can has linking against shared libraries.Jussi Pakkanen
2014-03-19Now can link with targets and everything.Jussi Pakkanen
2014-03-19Can build all three target types.Jussi Pakkanen
2014-03-18Create a test project and add it to the solution.Jussi Pakkanen
2014-03-18Thanks, Microsoft! Thanks a fucking lot for making your uuids case sensitive ...Jussi Pakkanen
2014-03-18Some fixes but not yet working.Jussi Pakkanen
2014-03-17Can creat a solution and force it to build but does not yet work out of the box.Jussi Pakkanen
2014-03-17A fledgling of a vcxproj.Jussi Pakkanen
2014-03-17Generate a solution file of sorts.Jussi Pakkanen
2014-03-17Backend work is start.Jussi Pakkanen
2014-03-17The final renaming.Jussi Pakkanen
2014-03-17Kill ply dependency dead.Jussi Pakkanen
2014-03-11Now with working subdirs for Java.Jussi Pakkanen
2014-03-11Can run built jar files.Jussi Pakkanen
2014-03-11Java compiles and links.Jussi Pakkanen
2014-03-11A few tweaks.Jussi Pakkanen
2014-03-11Can generate a build.ninja for Jave but it does not work yet.Jussi Pakkanen
2014-03-10Can create jar objects.Jussi Pakkanen
2014-03-07Added a link_depends keyword for build targets.Jussi Pakkanen
2014-03-07Can define custom linker flags.Jussi Pakkanen
2014-02-24Can have multiple source files with the same name in one target.Jussi Pakkanen
2014-02-23C++ compiler can compile .h file, too.Jussi Pakkanen
2014-02-12Fix the remaining custom install dirs.Jussi Pakkanen
2014-02-12Can override install directory on a target-by-target basis.Jussi Pakkanen
2014-02-09Specify subdirs explicitly.Jussi Pakkanen