summaryrefslogtreecommitdiff
path: root/backends.py
AgeCommit message (Expand)Author
2015-06-17Removed prints that stayed behind by accident.Jussi Pakkanen
2015-06-17Fixed broken subdir object extraction and moved tests.Jussi Pakkanen
2015-06-11Fix extract_object in a subproject.Jussi Pakkanen
2015-05-29backends: Add extra args after compiler.std_warn_args.Mathieu Duponchelle
2015-05-21Make extract_objects work with subdirectories.Jussi Pakkanen
2015-05-17A fix.Jussi Pakkanen
2015-04-26A few more eradications of plain strings.Jussi Pakkanen
2015-04-22Use File objects for all sources. Fix all basic tests.Jussi Pakkanen
2015-03-27Generate configure files immediately when they are declared. Closes #88.Jussi Pakkanen
2015-03-27Allow use of external test executables. Closes #89.Jussi Pakkanen
2015-03-23Add should_fail kwarg to test to indicate tests that should fail.Jussi Pakkanen
2014-11-16Harmonised copyright declarations.Jussi Pakkanen
2014-10-18Workaround for Clang linker bug where it can not find shared libraries in rpa...Jussi Pakkanen
2014-09-05Made include args always return arrays for consistency.Jussi Pakkanen
2014-08-24Can specify Valgrind command line arguments.Jussi Pakkanen
2014-08-11Updated copyright years.Jussi Pakkanen
2014-08-03Scan Fortran dependencies at the beginning for all sources.Jussi Pakkanen
2014-08-01Basic Fortran support.Jussi Pakkanen
2014-07-27Make it possible to generate source files in custom targets.Jussi Pakkanen
2014-07-19More betterer sorting.Jussi Pakkanen
2014-07-18Can compile C# programs with Mono.Jussi Pakkanen
2014-07-18Added option for werror.Jussi Pakkanen
2014-07-08Can now build object files in generators, too.Jussi Pakkanen
2014-06-22The mass flags -> args renaming for consistency.Jussi Pakkanen
2014-06-18Can compile very basic Rust programs.Jussi Pakkanen
2014-06-11Can specify standalone command targets.Jussi Pakkanen
2014-06-07Store build flags into coredata as it is persistent and needs to survive over...Jussi Pakkanen
2014-06-07Get compile and link flags from envvars.Jussi Pakkanen
2014-05-19Can define custom targets.Jussi Pakkanen
2014-05-10Now can compile Vala executables.Jussi Pakkanen
2014-04-16Fixed unity builds for Qt5.Jussi Pakkanen
2014-04-16Specify build flags per build type.Jussi Pakkanen
2014-04-07Write generator deps to Ninja files properly. Now can compile 1300+ files of ...Jussi Pakkanen
2014-04-06Added capability to compile sources files with moc, too.Jussi Pakkanen
2014-04-02Put targets in their subdirectories.Jussi Pakkanen
2014-03-31Separated backends into their own files.Jussi Pakkanen
2014-03-31Override output dir with XCode so tests can run.Jussi Pakkanen
2014-03-31Generate command to run tests with XCode.Jussi Pakkanen
2014-03-30Can generate a project that xcodebuild will build.Jussi Pakkanen
2014-03-30Some more fixes.Jussi Pakkanen
2014-03-30Some more fixes.Jussi Pakkanen
2014-03-30A few fixes to xcode exporter.Jussi Pakkanen
2014-03-28Finally can generate an entire xcodeproj file. Next up: debugging it to work.Jussi Pakkanen
2014-03-28Generate buildconfs for toplevel items.Jussi Pakkanen
2014-03-28Set up allbuild target configuration.Jussi Pakkanen
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