aboutsummaryrefslogtreecommitdiff
path: root/backends.py
AgeCommit message (Expand)AuthorFilesLines
2014-10-18Workaround for Clang linker bug where it can not find shared libraries in rpa...Jussi Pakkanen1-0/+5
2014-09-05Made include args always return arrays for consistency.Jussi Pakkanen1-2/+2
2014-08-24Can specify Valgrind command line arguments.Jussi Pakkanen1-2/+4
2014-08-11Updated copyright years.Jussi Pakkanen1-1/+1
2014-08-03Scan Fortran dependencies at the beginning for all sources.Jussi Pakkanen1-114/+0
2014-08-01Basic Fortran support.Jussi Pakkanen1-1/+0
2014-07-27Make it possible to generate source files in custom targets.Jussi Pakkanen1-3/+29
2014-07-19More betterer sorting.Jussi Pakkanen1-1/+2
2014-07-18Can compile C# programs with Mono.Jussi Pakkanen1-0/+9
2014-07-18Added option for werror.Jussi Pakkanen1-0/+2
2014-07-08Can now build object files in generators, too.Jussi Pakkanen1-1/+3
2014-06-22The mass flags -> args renaming for consistency.Jussi Pakkanen1-10/+10
2014-06-18Can compile very basic Rust programs.Jussi Pakkanen1-0/+9
2014-06-11Can specify standalone command targets.Jussi Pakkanen1-0/+2
2014-06-07Store build flags into coredata as it is persistent and needs to survive over...Jussi Pakkanen1-1/+1
2014-06-07Get compile and link flags from envvars.Jussi Pakkanen1-1/+2
2014-05-19Can define custom targets.Jussi Pakkanen1-0/+2
2014-05-10Now can compile Vala executables.Jussi Pakkanen1-2/+17
2014-04-16Fixed unity builds for Qt5.Jussi Pakkanen1-1/+2
2014-04-16Specify build flags per build type.Jussi Pakkanen1-2/+1
2014-04-07Write generator deps to Ninja files properly. Now can compile 1300+ files of ...Jussi Pakkanen1-2/+7
2014-04-06Added capability to compile sources files with moc, too.Jussi Pakkanen1-4/+1
2014-04-02Put targets in their subdirectories.Jussi Pakkanen1-5/+1
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