index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Modules
/
Inputs
/
DependsOnModule.framework
Age
Commit message (
Expand
)
Author
2013-01-14
When forming the link options for an imported module, also include the
Douglas Gregor
2012-01-03
Re-uglify #public and #private to #__public_macro and #__private_macro.
Douglas Gregor
2012-01-03
Under -fmodules, accept #public <macroname> and #private <macroname>
Douglas Gregor
2011-12-31
Implement support for module requirements, which indicate the language
Douglas Gregor
2011-12-08
Tweak the syntax of umbrella headers, so that "umbrella" is treated as
Douglas Gregor
2011-12-07
Implement basic support for private headers in frameworks. In essence,
Douglas Gregor
2011-12-06
Allow inferred submodules for any (sub)module that has an umbrella header
Douglas Gregor
2011-12-06
Implement modules support for subframeworks (aka embedded
Douglas Gregor
2011-12-05
Parse inferred submodules in module maps, track their contents in
Douglas Gregor
2011-11-30
Introduce an opt-in warning indicating when the compiler is treating
Douglas Gregor
2011-11-17
Add the notion of "framework" modules to module maps. Framework
Douglas Gregor
2011-10-17
For modules, all macros that aren't include guards are implicitly
Douglas Gregor
2011-09-15
Add an experimental flag -fauto-module-import that automatically turns
Douglas Gregor