aboutsummaryrefslogtreecommitdiff
path: root/compilers.py
AgeCommit message (Expand)AuthorFilesLines
2015-10-27Put extra flags at the end because some versions of gcc do not handle -l flag...Jussi Pakkanen1-1/+1
2015-10-22Can set extra args to all compilation checks.Jussi Pakkanen1-27/+27
2015-10-20Extra args also for compiles. Closes #292.Jussi Pakkanen1-0/+3
2015-10-20Created a link test method.Jussi Pakkanen1-46/+49
2015-10-18Only compile when doing cross compilation sanity checks because linking gets ...Jussi Pakkanen1-1/+10
2015-10-16Clang fix.Jussi Pakkanen1-2/+0
2015-10-12Created a stringarray option type and added Windows system libs option that u...Jussi Pakkanen1-6/+46
2015-10-05Added option for VS exception type.Jussi Pakkanen1-1/+17
2015-10-04Can set compiler options, added language versions for Gnu and Clang.Jussi Pakkanen1-0/+74
2015-10-04Extracted common functionality to base class.Jussi Pakkanen1-71/+29
2015-09-20But build type build args to vs command line.Jussi Pakkanen1-2/+2
2015-09-17Merged trunk changes.Jussi Pakkanen1-85/+84
2015-09-17Added conf option for build tree layout.Jussi Pakkanen1-0/+2
2015-09-06Made boost on windows kinda work.Jussi Pakkanen1-3/+3
2015-09-06Fix Windows again.Jussi Pakkanen1-1/+2
2015-09-05Converted alignment check to work also when cross compiling.Jussi Pakkanen1-17/+22
2015-09-05Converted sizeof check to work also when cross compiling.Jussi Pakkanen1-20/+24
2015-09-04Merge pull request #246 from mesonbuild/warnreorgJussi Pakkanen1-47/+36
2015-08-31Fix shared libraries for fortranMarko Raatikainen1-0/+8
2015-08-30Do not use fpic on mingw as it is not needed.Jussi Pakkanen1-0/+5
2015-08-27Added multiple selectable warning levels.Jussi Pakkanen1-47/+36
2015-08-25Give sanity test binaries different names. Also expose project version to mod...Jussi Pakkanen1-1/+5
2015-08-25Better sanity testing.Jussi Pakkanen1-2/+4
2015-08-25Added debugging output.Jussi Pakkanen1-0/+2
2015-07-27Changed cross compilation file to new format.Jussi Pakkanen1-3/+3
2015-07-23Store warning flags in object instead of class because it does not seem to un...Jussi Pakkanen1-8/+6
2015-07-01compilers: fix can_compile. Closes #189Igor Gnatenko1-2/+3
2015-06-22Added dummy id field. Closes #181.Jussi Pakkanen1-0/+1
2015-06-22Add dummy gcctype. Closes #184.Jussi Pakkanen1-1/+3
2015-06-22Add gcctype for objc. Closes #179. Closes #180.Jussi Pakkanen1-0/+6
2015-06-22Added name_string method. Closes #182. Closes #183.Jussi Pakkanen1-0/+3
2015-06-22Added name_string method. Closes #177. Closes #178Jussi Pakkanen1-0/+3
2015-06-22Added name_string method. Closes #176.Jussi Pakkanen1-0/+3
2015-06-19compiler: fix bad-continuationIgor Gnatenko1-15/+14
2015-06-18Write compile attempts to log. Closes #135.Jussi Pakkanen1-5/+20
2015-05-21add has_type methodIgor Gnatenko1-0/+8
2015-05-20Accept .S files as assembler too.Jussi Pakkanen1-2/+2
2015-05-17In Vala .vapi files are sort of headers that you must put on the command line...Jussi Pakkanen1-2/+2
2015-05-17Do not use -o with Vala. Closes #120.Jussi Pakkanen1-2/+1
2015-04-22Fix the remaining tests.Jussi Pakkanen1-0/+2
2015-04-21The first step in a major refactoring starts by adding a new layer of abstrac...Jussi Pakkanen1-0/+6
2015-04-04Use -pedantic instead of -Wpedantic on old GCC versions.Jussi Pakkanen1-2/+14
2015-03-09Now can compile all Qt5 tests with module.Jussi Pakkanen1-1/+1
2015-02-02Add thread_link_flags to static linkers.Jussi Pakkanen1-0/+5
2015-01-30Add thread flags to compilers and use them on dependencies that require threa...Jussi Pakkanen1-0/+13
2014-12-30More warnings by default.Jussi Pakkanen1-2/+2
2014-12-26Added pedantic flag which I though had already been there since the beginning.Jussi Pakkanen1-6/+6
2014-12-23Refix Java.Jussi Pakkanen1-0/+8
2014-12-22Removed remnants of old debug funcs.Jussi Pakkanen1-15/+0
2014-12-03Extracted compiler definitions to their own file.Jussi Pakkanen1-0/+1481