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
2016-01-15
Organise files into a module structure.
Jussi Pakkanen
2016-01-02
Can tag include directories as system dirs to reduce compiler warning noise. ...
Jussi Pakkanen
2016-01-02
By default do not specify language version but instead use the compiler's def...
Jussi Pakkanen
2015-12-28
Handle custom targets that produce static libraries that are then linked to o...
Jussi Pakkanen
2015-12-27
Replace c++1y with c++14 as a choice for cpp_std
Martin Ejdestig
2015-12-27
Fix typo in description of cpp_std option for GnuCPPCompiler
Martin Ejdestig
2015-12-27
Boost win detection tuning.
Jussi Pakkanen
2015-12-17
Compile Windows resources. Closes #333.
Jussi Pakkanen
2015-12-12
Added support for calling into C.
Jussi Pakkanen
2015-12-11
Can build Swift libraries and link them.
Jussi Pakkanen
2015-12-10
Reworked swift code so now can use multiple source files in one target.
Jussi Pakkanen
2015-12-07
Refactored dep file name so Swift dependency tracking works.
Jussi Pakkanen
2015-12-07
Can build simple Swift executables.
Jussi Pakkanen
2015-12-04
Handle the case where we can not execute a file the tempdir
Thibault Saunier
2015-11-23
Yet another step in the neverending saga of -Wpedantic.
Jussi Pakkanen
2015-11-22
Do not use the linker in cross C++ sanity check to make bare metal projects w...
Jussi Pakkanen
2015-11-22
More logging for compiler sanity testing.
Jussi Pakkanen
2015-11-19
Fix debug format for msvc optimized builds.
Jussi Pakkanen
2015-11-03
Turned builtin options into proper objects.
Jussi Pakkanen
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
[next]