index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
www
/
get_started.html
Age
Commit message (
Expand
)
Author
2013-04-15
Remove reference to MSVC only building X86 backend.
Tim Northover
2013-03-12
Make C++11 status page more consistent: we mark entries as "done" if we
Richard Smith
2012-11-27
docs: [CMake] Add Xcode to the list of project formats CMake can generate.
NAKAMURA Takumi
2012-11-27
clang/www/get_started.html: s/cmake/CMake/
NAKAMURA Takumi
2012-08-14
Add initial documentation about the new tools repository and the
Chandler Carruth
2012-08-14
Clean up the basic instructions for getting started with clang to always
Chandler Carruth
2012-07-23
Fix a typo (the the => the)
Sylvestre Ledru
2012-05-16
Clarify how libstdc++ and other bits of the system toolchain are found
Chandler Carruth
2012-02-09
Getting Started: Add a missing "cd ../..".
Benjamin Kramer
2012-01-15
Fix ALL the markup.
Benjamin Kramer
2011-12-07
www: Update getting started to encourage people to check out compielr-rt.
Daniel Dunbar
2011-11-16
Stop claiming that Visual Studio 2005 is a viable basis for building
Chandler Carruth
2011-11-07
Colorize. (this is consistent with the coloring in diagnostics.html, but perh...
David Blaikie
2011-07-25
www/get_started.html: Fix a phrase, "in the *build* directory* in the instruc...
NAKAMURA Takumi
2011-04-06
Added link to LLVM cmake page in Visual Studio section.
John Thompson
2011-03-27
www/get_started.html: Fix a few URLs.
NAKAMURA Takumi
2010-12-16
Getting Started: Add VS2010 instructions and specify an out of source build.
Michael J. Spencer
2010-11-02
Add link to LLVM releases page.
Daniel Dunbar
2010-10-29
Use objdir != srcdir in the getting started doc.
Rafael Espindola
2010-10-07
Bugs should go to Bugzilla, not the mailing list
Douglas Gregor
2010-07-26
path renamed.
Chris Lattner
2010-05-06
mention that cmake works on unix too. PR7061
Chris Lattner
2010-03-29
provide a simpler way to get to the headers
Gabor Greif
2009-12-11
Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc.
Daniel Dunbar
2009-11-09
fix thinko
Chris Lattner
2009-11-09
mention that clang defaults to C99 mode, PR5388
Chris Lattner
2009-11-09
remove a mostly obsolete "word of warning"
Chris Lattner
2009-11-06
Update clang web pages with respect to Windows
John Thompson
2009-09-27
CMake generate VS2008 project and CLang and LLVM compile without problem on V...
Cedric Venet
2009-08-20
Improve the Getting Started and Hacking web pages, patch by
Chris Lattner
2009-08-06
Add link to LLVM's Getting Started page.
Anton Korobeynikov
2009-08-03
Website updates for working with Visual Studio and making patches.
Eli Friedman
2009-05-24
Another tweak to the clang Getting Started page.
Daniel Dunbar
2009-05-24
Minor updates to the clang Getting Started page.
Daniel Dunbar
2009-03-27
Update "Getting Started" with more current information about 'clang-cc' and '...
Ted Kremenek
2009-03-10
update this, C headers don't need hacks anymore.
Chris Lattner
2009-02-25
clang seems "generally useful" for c and objc by now, though obviously bugs
Chris Lattner
2008-08-26
make www less outdated
Nico Weber
2008-08-26
update documentation
Nico Weber
2008-07-14
Fix minor mistake in clang checkout instructions.
Ted Kremenek
2008-06-17
Convert <h4> to <h3>.
Ted Kremenek
2008-06-09
Sprinkle some "-o -" clang options to make the examples work.
Matthijs Kooijman
2008-02-28
Updated clang webpage to hint at "make update". Also
Gabor Greif
2008-02-08
Moved that clang doesn't depend on llvm-gcc above
Ted Kremenek
2008-02-08
Add instructions for building clang while building llvm.
Eric Christopher
2008-02-08
De-^Mify file.
Eric Christopher
2008-01-10
Added some text about the ccc script provided by Sanghyeon Seo.
Ted Kremenek
2007-12-13
split get_involved into two pages: get_started and get_involved.
Chris Lattner