aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-06Allow source files to include moc files manually.Jussi Pakkanen4-1/+37
2014-04-06No moc prefix for source files.Jussi Pakkanen2-2/+2
2014-04-06Added capability to compile sources files with moc, too.Jussi Pakkanen7-11/+49
2014-04-06Renamed resources to qresources to avoid name clashes.Jussi Pakkanen2-2/+2
2014-04-04Avoid variable overwriting.Jussi Pakkanen1-2/+1
2014-04-03Some work on using prebuilt object files. Does not work yet.Jussi Pakkanen1-4/+24
2014-04-03Path fixing for great link justice.Jussi Pakkanen2-1/+4
2014-04-02Now with actual workingness!Jussi Pakkanen1-1/+1
2014-04-02OSX shared library versioning works.Jussi Pakkanen2-1/+20
2014-04-02Target link flags too.Jussi Pakkanen1-0/+1
2014-04-02Per language compile flags work.Jussi Pakkanen1-1/+13
2014-04-02Objective C/C++ works with XCode.Jussi Pakkanen2-4/+20
2014-04-02Added file types for headers.Jussi Pakkanen1-0/+5
2014-04-02Add include paths with sufficient amounts of magic quoting.Jussi Pakkanen1-0/+9
2014-04-02Do not run Java tests on OSX because starting from Mavericks it has a fake ja...Jussi Pakkanen1-1/+1
2014-04-02Handle files in subdirectories. Fancy that.Jussi Pakkanen1-2/+8
2014-04-02Put targets in their subdirectories.Jussi Pakkanen2-6/+6
2014-03-31Dynamic library linking works. Install probably will not, though.Jussi Pakkanen1-2/+4
2014-03-31Somethign or something else.Jussi Pakkanen1-2/+13
2014-03-31Can link static libraries.Jussi Pakkanen1-1/+3
2014-03-31Can build targets but dependencies are not properly set up yet.Jussi Pakkanen2-10/+21
2014-03-31A few types for xcodeproj.Jussi Pakkanen1-1/+6
2014-03-31Some xcodeproj fixes.Jussi Pakkanen1-1/+2
2014-03-31Some vs2010 fixes.Jussi Pakkanen1-1/+2
2014-03-31Forgot to add this one.Jussi Pakkanen1-0/+670
2014-03-31Some cleanups.Jussi Pakkanen3-6/+7
2014-03-31Separated backends into their own files.Jussi Pakkanen4-1869/+1250
2014-03-31Apparently dynamic linking with C++ had been broken for a while now. Sorry ab...Jussi Pakkanen4-5/+19
2014-03-31Run test suite with xcodebuild on OSX.Jussi Pakkanen1-0/+5
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 Pakkanen2-6/+100
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 Pakkanen2-0/+36
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