Google Code Exporter
Google Code Exporter
``` What steps will reproduce the problem? The function definition is at http://google-styleguide.googlecode.com/svn/trunk/google-r-style.html What is the expected output? What do you see instead? As stated earlier in the style guide,...
``` Problem * junit GenerateQueryTest never fails, it simply print to log resulting GenerateQuery output. * we should check that resulting output matches the CalendarQueries listed in RFC4791 creating files...
``` Add scheduling support: http://tools.ietf.org/html/draft-desruisseaux-caldav-sched-03 to start we need: * a class name; * a minimal set of supported RFC features * a test class; * some volounteers ;) Interested...
``` Currently @Ignore'd as it only works on Bedework. ``` Original issue reported on code.google.com by `[email protected]` on 18 Feb 2011 at 1:57
``` We need to write an implementation agnostic TCK that exercises CalDAV4J against a server. The TCK can then be run against the various CalDAV servers available to test their...
``` What steps will reproduce the problem? 1. Look at web page, hoping it says "supports Windows". 2. Find presentation that says "supports Mac OS X and Linux". 3. Feel...
``` What steps will reproduce the problem? 1. cmake . 2. make /home/hal/src/ccons/Parser.cpp: In constructor ‘ccons::ParseOperation::ParseOperation(const clang::LangOptions&, clang::TargetOptions*, clang::DiagnosticsEngine*, clang::PPCallbacks*)’: /home/hal/src/ccons/Parser.cpp:58:79: error: no matching function for call to ‘clang::HeaderSearch::HeaderSearch(llvm::IntrusiveRefCntPtr&, clang::FileManager&,...
``` What steps will reproduce the problem? 1. brew install llvm 2. cmake CMakeLists.txt What is the expected output? What do you see instead? successful compilation What version of the...
``` What steps will reproduce the problem? 1. ccmake . 2. make What is the expected output? What do you see instead? Linking CXX executable ccons /usr/lib64/llvm/libclangSerialization.a(ASTReader.o): In function `clang::ASTReader::pushExternalDeclIntoScope(clang::NamedDecl*,...
``` What steps will reproduce the problem? 1. I did a cmake CMakeLists.txt 2. When doing a make it gives me the error bellow. 3. What is the expected output?...