summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Output: Generate Base element offset="" attributeBrad King2015-12-0317-19/+47
* Add predefined macros for versions of CastXML and internal ClangBrad King2015-12-038-2/+83
* test: Support absolute paths to expected result filesBrad King2015-12-032-4/+10
* RunClang: Refactor built-in predefines substitutionBrad King2015-12-031-13/+19
* Utils: Add function to get version value encoded as an integerBrad King2015-12-032-0/+11
* Version: Add macros for individual version componentsBrad King2015-12-032-0/+15
* Version: Clarify name of version string macroBrad King2015-12-032-2/+2
* Respect LLVM/Clang options for exception handling and rttiBrad King2015-12-021-1/+7
* doc: Install documentation to a more-standard locationGert Wollny2015-11-301-1/+1
* test: Tolerate warnings about unknown float abiMattias Ellert2015-09-241-0/+1
* castxml: Link to LLVMSupport libraryBrad King2015-09-231-0/+1
* RunClang: Detect C and C++ std level from --castxml-cc-<id>Brad King2015-09-1833-15/+154
* castxml: Allow --castxml-cc-<id> to detect C language settingsBrad King2015-09-1816-15/+200
* RunClang: Exit with error if compiler invocation argument parsing failsBrad King2015-09-186-0/+9
* test: Use more realistic macros in --castxml-cc-<id> casesBrad King2015-09-186-12/+18
* test: Cover --castxml-cc-<id> with a bad commandBrad King2015-09-185-0/+10
* test: Rename cc detection tests for source file languageBrad King2015-09-179-8/+8
* castxml: Support -std=c++14 with --castxml-gccxmlBrad King2015-09-027-9/+114
* Detect: Add more VS predefined macrosBrad King2015-08-251-0/+12
* Port to LLVM/Clang SVN r245954 (trunk)Brad King2015-08-252-2/+5
* Output: Add overrides="" attribute to methodsJörg Wollenschläger2015-08-254-0/+63
* Output: Add annotate() to more declaration attributes=""Jörg Wollenschläger2015-08-2413-3/+92
* KWSys: Remove source "CTestCustom.cmake.in" not used by CastXMLBrad King2015-08-201-15/+0
* Merge branch 'upstream-kwsys'Brad King2015-08-2012-1359/+1395
|\
| * KWSys 2015-08-07 (b9df3e48)KWSys Robot2015-08-2031-1532/+2202
* | KWSys: Drop portions not used by CastXMLBrad King2015-08-2068-26348/+9
* | Include KWSys Configure.h instead of Configure.hxxBrad King2015-08-203-3/+3
* | Do not build unused KWSys SystemToolsBrad King2015-08-201-2/+0
* | Utils: Avoid use of KWSys SystemToolsBrad King2015-08-201-11/+15
* | Utils: Avoid use of KWSys SystemTools::GetLineFromStreamBrad King2015-08-201-4/+4
* | RunClang: Avoid use of KWSys SystemToolsBrad King2015-08-201-4/+4
* | Detect: Avoid use of KWSys SystemTools::FileExistsBrad King2015-08-201-3/+2
* | Detect: Avoid use of KWSys SystemTools::SplitBrad King2015-08-201-6/+8
* | Detect: Avoid use of KWSys SystemTools::GetEnvBrad King2015-08-201-1/+2
* | Detect: Avoid use of KWSys SystemTools::ConvertToUnixSlashesBrad King2015-08-201-2/+3
* | Output: Add annotate() to function argument attributes=""Michka Popoff2015-08-204-0/+15
* | Output: Add annotate() to function declaration attributes=""Brad King2015-08-1819-0/+191
* | Output: Refactor attributes="" printing to use a helperBrad King2015-08-181-9/+35
* | test: Add tests for Constructor, Destructor, and Converter elementsBrad King2015-08-187-0/+65
* | test: Fix message about GNU CXX compiler that we find for testingBrad King2015-08-181-2/+1
* | RunClang: Exit with error if compilation jobs fail to buildBrad King2015-08-075-0/+8
* | Port to LLVM/Clang SVN r243888 (trunk) and 3.7Brad King2015-08-032-3/+4
* | test: Run __float128 tests only if GNU compiler supports itBrad King2015-07-201-12/+34
* | Port to LLVM/Clang SVN r240941 (trunk)Brad King2015-06-293-1/+24
* | Fix compilation with GNU tools on WindowsBrad King2015-06-291-1/+7
* | Output: Further hide our __float128 struct from generated xmlBrad King2015-06-248-3/+44
* | Output: Add local variable to one case in AddDeclContextMembersBrad King2015-06-231-1/+3
* | test: Add infrastructure to test without --castxml-start optionBrad King2015-06-231-1/+1
* | Output: Generate a FundamentalType for our __float128 typedefBrad King2015-06-233-22/+18
* | castxml: Teach --castxml-start to support a comma-separated listMichka Popoff2015-06-085-6/+45