aboutsummaryrefslogtreecommitdiff
path: root/backends.py
AgeCommit message (Expand)AuthorFilesLines
2014-03-31Separated backends into their own files.Jussi Pakkanen1-1865/+0
2014-03-31Override output dir with XCode so tests can run.Jussi Pakkanen1-1/+6
2014-03-31Generate command to run tests with XCode.Jussi Pakkanen1-5/+96
2014-03-30Can generate a project that xcodebuild will build.Jussi Pakkanen1-11/+11
2014-03-30Some more fixes.Jussi Pakkanen1-7/+7
2014-03-30Some more fixes.Jussi Pakkanen1-15/+15
2014-03-30A few fixes to xcode exporter.Jussi Pakkanen1-9/+12
2014-03-28Finally can generate an entire xcodeproj file. Next up: debugging it to work.Jussi Pakkanen1-0/+34
2014-03-28Generate buildconfs for toplevel items.Jussi Pakkanen1-1/+43
2014-03-28Set up allbuild target configuration.Jussi Pakkanen1-1/+21
2014-03-28Better project conf generation.Jussi Pakkanen1-5/+23
2014-03-28Generate target dependencies. I hope.Jussi Pakkanen1-2/+11
2014-03-28Created ContainerItemProxies, whatever they might be.Jussi Pakkanen1-2/+18
2014-03-28Now with aggregate target.Jussi Pakkanen1-1/+26
2014-03-28Generate native target.Jussi Pakkanen1-0/+44
2014-03-28Generate source build phase bit.Jussi Pakkanen1-0/+26
2014-03-28Generate target file refs.Jussi Pakkanen1-3/+13
2014-03-28Generate pbxgroup of sorts.Jussi Pakkanen1-7/+97
2014-03-27Can create a Project object and all its deps (almost).Jussi Pakkanen1-0/+87
2014-03-27Create buildfile refs.Jussi Pakkanen1-0/+18
2014-03-27Generate file id entries.Jussi Pakkanen1-2/+21
2014-03-26Skeleton is there, now to add meat around it.Jussi Pakkanen1-13/+65
2014-03-26Basic pieces for an XCode project generator.Jussi Pakkanen1-6/+56
2014-03-22Typo fix.Jussi Pakkanen1-1/+1
2014-03-22Can define entry symbol type.Jussi Pakkanen1-2/+6
2014-03-22Typo fix.Jussi Pakkanen1-1/+1
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