summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/compilers.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Merged buildrpath branch.Jussi Pakkanen2017-07-211-2/+5
|\
| * Add build_rpath as new property allowing people to specify rpath entries ↔Jussi Pakkanen2017-07-211-2/+5
| | | | | | | | that are used in the build tree but will be removed on install.
* | Fix linking Objective-C shared libs on OSX.Alessandro Decina2017-07-211-2/+0
|/ | | | | | | | | | | This commit amends 04a2e6de making linker.get_std_shared_lib_link_args() always return -shared for SharedLibrary(es) instead of -bundle. SharedModule(s) get linked with linker.get_std_shared_module_link_args() which already correctly returns -bundle. Before this change -bundle and -install_name ended up being emitted for Objective-C shared libraries, which caused a linking error.
* Fix checks on MinGW and VS2010.Jussi Pakkanen2017-07-171-1/+1
|
* Added VS support to simd detector.Jussi Pakkanen2017-07-171-0/+24
|
* Fix a few OSX "features".Jussi Pakkanen2017-07-171-1/+1
|
* Created simd module.Jussi Pakkanen2017-07-171-0/+26
|
* Fix typoChocobo12017-07-161-1/+1
| | | | profile guide optimization -> profile guided optimization
* Fix how rpath directories are handled.Hemmo Nieminen2017-07-151-5/+1
| | | | | Linking a library from a directory below the executable's directory caused an invalid path to be written in the executable's RPATH.
* Allow both address- and undefined behavior sanitizers at the same timeGabrĂ­el ArthĂșr PĂ©tursson2017-07-151-1/+1
|
* Fix a missing path issue causing Python traceback.Hemmo Nieminen2017-06-291-0/+4
| | | | | A path was missing from a call to os.path.relpath when handling rpaths. Fix this by assuming empty target directory means build root.
* Merged Genie support.Jussi Pakkanen2017-06-271-1/+1
|\
| * Recognise .gs extension as a Vala sourceAlistair Thomas2017-06-261-1/+1
| |
* | compilers: Use 'get_display_language' for language-related exceptionsGuillaume Poirier-Morency2017-06-261-11/+11
| |
* | Add 'Compiler.get_display_language'Guillaume Poirier-Morency2017-06-261-0/+3
|/ | | | | Use this when we print language-related information to the console and via the Ninja backend.
* Split out languages from compilers.pyAlistair Thomas2017-06-231-2155/+1
|
* Converted compilers.py to a sub-packageAlistair Thomas2017-06-221-0/+3213