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