summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* castxml: Fix `__float128` simulation with `-std=gnu++{11,14}`Brad King2016-01-262-5/+18
* Output: Fix `__float128` mangled name suppression with MSVC manglingBrad King2016-01-262-4/+4
* Output: Factor out a helper to print our fake __float128 FundamentalTypeBrad King2016-01-251-3/+11
* RunClang: Pass CompilerInstance to UpdatePredefinesBrad King2016-01-251-3/+4
* RunClang: Adopt logic to add fake __float128 builtinBrad King2016-01-252-16/+21
* RunClang: Refactor preprocessor definition searchesBrad King2016-01-251-8/+9
* Output: Fix references to types whose declaration is invalidBrad King2015-12-141-8/+9
* Output: Clarify name of method adding a decl for a typeBrad King2015-12-141-8/+10
* Output: Skip C++11 type alias declarationsBrad King2015-12-101-0/+8
* Output: Skip Typedef elements that refer to rvalue referencesBrad King2015-12-101-0/+7
* Output: Generate Base element offset="" attributeBrad King2015-12-031-1/+10
* Add predefined macros for versions of CastXML and internal ClangBrad King2015-12-031-0/+23
* 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
* castxml: Link to LLVMSupport libraryBrad King2015-09-231-0/+1
* RunClang: Detect C and C++ std level from --castxml-cc-<id>Brad King2015-09-183-2/+95
* castxml: Allow --castxml-cc-<id> to detect C language settingsBrad King2015-09-182-12/+20
* RunClang: Exit with error if compiler invocation argument parsing failsBrad King2015-09-181-0/+3
* castxml: Support -std=c++14 with --castxml-gccxmlBrad King2015-09-021-4/+0
* Port to LLVM/Clang SVN r245954 (trunk)Brad King2015-08-251-1/+4
* Output: Add overrides="" attribute to methodsJörg Wollenschläger2015-08-251-0/+18
* Output: Add annotate() to more declaration attributes=""Jörg Wollenschläger2015-08-241-3/+19
* 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: Drop portions not used by CastXMLBrad King2015-08-2068-26348/+9
* Include KWSys Configure.h instead of Configure.hxxBrad King2015-08-203-3/+3
* 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-201-0/+3
* Output: Add annotate() to function declaration attributes=""Brad King2015-08-181-0/+14
* Output: Refactor attributes="" printing to use a helperBrad King2015-08-181-9/+35
* RunClang: Exit with error if compilation jobs fail to buildBrad King2015-08-071-0/+3
* Port to LLVM/Clang SVN r243888 (trunk) and 3.7Brad King2015-08-031-1/+1
* Port to LLVM/Clang SVN r240941 (trunk)Brad King2015-06-292-0/+23
* Output: Further hide our __float128 struct from generated xmlBrad King2015-06-242-1/+18
* Output: Add local variable to one case in AddDeclContextMembersBrad King2015-06-231-1/+3
* Output: Generate a FundamentalType for our __float128 typedefBrad King2015-06-231-0/+16
* castxml: Teach --castxml-start to support a comma-separated listMichka Popoff2015-06-081-3/+10
* castxml: Allow -target option to override --castxml-cc-<id> detectionBrad King2015-05-283-2/+9
* Output: Move function type attributes to end of element attribute listBrad King2015-05-271-1/+1
* Output: Generate throw="..." instead of throws="..."Michka Popoff2015-05-211-2/+2
* Output: Place inline namespace members in containing namespaceBrad King2015-05-151-0/+18
* Output: Refactor Clang printing policy selectionBrad King2015-05-151-5/+10