meson/mesonbuild
Nirbheek Chauhan 09f65b7a3c New compiler function 'symbols_have_underscore_prefix'
Check if the compiler prefixes an underscore to global symbols. This is
useful when linking to compiled assembly code, or other code that does
not have its C symbol mangling handled transparently by the compiler.

C symbol mangling is platform and architecture dependent, and a helper
function is needed to detect it. Eg: Windows 32-bit prefixes underscore,
but 64-bit does not. Linux does not prefix an underscore but OS X does.
2016-12-13 09:17:06 +05:30
..
backend unity builds: Assembly and LLVM IR are incompatible 2016-12-11 14:54:30 +05:30
modules Use universal_newlines=True for all Popen calls 2016-12-11 01:59:58 +02:00
scripts Use universal_newlines=True for all Popen calls 2016-12-11 01:59:58 +02:00
wrap The “directory present and not empty” return condition was necessary for subproject to work without a wrap file. Put it back with that added condition that there mustn’t be a wrap file present for returning the package immediately. 2016-12-06 12:32:39 -05:00
__init__.py Renamed meson package to mesonbuild so that we can have a script named meson in the same toplevel dir. 2016-01-16 17:35:29 +02:00
astinterpreter.py Store subdir information for each node so we can remove files set in other subdirectories. 2016-12-04 18:28:25 +02:00
build.py Merge pull request #1126 from mesonbuild/sharedmodule 2016-12-07 21:49:16 +02:00
compilers.py New compiler function 'symbols_have_underscore_prefix' 2016-12-13 09:17:06 +05:30
coredata.py add builtin support for localstatedir 2016-12-06 20:27:02 +02:00
dependencies.py Use universal_newlines=True for all Popen calls 2016-12-11 01:59:58 +02:00
environment.py unity builds: Assembly and LLVM IR are incompatible 2016-12-11 14:54:30 +05:30
interpreter.py New compiler function 'symbols_have_underscore_prefix' 2016-12-13 09:17:06 +05:30
interpreterbase.py Store subdir information for each node so we can remove files set in other subdirectories. 2016-12-04 18:28:25 +02:00
mconf.py add builtin support for localstatedir 2016-12-06 20:27:02 +02:00
mesonlib.py Use universal_newlines=True for all Popen calls 2016-12-11 01:59:58 +02:00
mesonmain.py add builtin support for localstatedir 2016-12-06 20:27:02 +02:00
mintro.py Expose project information with mesonintrospect. Closes #1118. 2016-12-06 20:27:59 +02:00
mlog.py Implement mlog.warning and use it everywhere for warnings 2016-11-08 17:43:24 -05:00
mparser.py Store subdir information for each node so we can remove files set in other subdirectories. 2016-12-04 18:28:25 +02:00
optinterpreter.py Store subdir information for each node so we can remove files set in other subdirectories. 2016-12-04 18:28:25 +02:00