index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
Support
/
CommandLine.h
Age
Commit message (
Expand
)
Author
2003-06-30
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-06-28
Add support for 'unsigned' command line arguments
Chris Lattner
2003-06-22
Remove a ton of extraneous #includes
Chris Lattner
2003-06-17
Regularize the names of #include-guards.
Brian Gaeke
2003-06-11
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
2003-06-03
Add doxygen comment for namespace
Chris Lattner
2003-05-22
Add support for a new "CommaSeparated" modifier
Chris Lattner
2002-09-13
Checkin patch written by Casey Carter, enabling support for the redhat GCC 2.96
Chris Lattner
2002-08-07
Simplify interface to parsers.
Chris Lattner
2002-07-24
Changes to build with GCC 3.1
Chris Lattner
2002-07-23
Add support for removing an option from a genericparser
Chris Lattner
2002-07-23
Change to avoid bug in GCC 3.0.4
Chris Lattner
2002-07-22
Checkin CommandLine 2.0
Chris Lattner
2002-05-22
Add ability to update existing variables with values read from the command line
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-11-27
Create a new #include "Support/..." directory structure to move things
Chris Lattner