My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Today

  • 4 hours ago
    r89 (整理了一下重载函数浏览文件的显示。) committed by duanxuetao   -   整理了一下重载函数浏览文件的显示。
    整理了一下重载函数浏览文件的显示。
  • 4 hours ago
    r88 (修改了重载函数浏览文件的显示样式。) committed by duanxuetao   -   修改了重载函数浏览文件的显示样式。
    修改了重载函数浏览文件的显示样式。
  • 7 hours ago
    r87 (解决了如下 bug: 生成了正确的宏文件名 see docxcn Issue 10) committed by duanxuetao   -   解决了如下 bug: 生成了正确的宏文件名 see docxcn Issue 10
    解决了如下 bug: 生成了正确的宏文件名 see docxcn Issue 10
  • 7 hours ago
    issue 11 (宏帮助文件中宏的参数没有生成。) commented on by duanxuetao   -   // // CERL_ERROR: 异常情况,且出乎意料(程序还没有针对这种情况进行处理) // // eg. CERL_ERROR("Recv", ("Recv failed: %d\n", errno)); // #define CERL_ERROR(f, y) 以上代码用cpp2htmls编译生成文件CERL_ERROR().htm,其内容如下: macro CERL_ERROR() CERL_ERROR: 异常情况,且出乎意料(程序还没有针对这种情况进行处理) eg. CERL_ERROR("Recv", ("Recv failed: %d\n", errno)); #define CERL_ERROR() 生成的文件名应为:CERL_ERROR.htm。文件中的宏也需要补全参数。
    // // CERL_ERROR: 异常情况,且出乎意料(程序还没有针对这种情况进行处理) // // eg. CERL_ERROR("Recv", ("Recv failed: %d\n", errno)); // #define CERL_ERROR(f, y) 以上代码用cpp2htmls编译生成文件CERL_ERROR().htm,其内容如下: macro CERL_ERROR() CERL_ERROR: 异常情况,且出乎意料(程序还没有针对这种情况进行处理) eg. CERL_ERROR("Recv", ("Recv failed: %d\n", errno)); #define CERL_ERROR() 生成的文件名应为:CERL_ERROR.htm。文件中的宏也需要补全参数。
  • 8 hours ago
    r86 (解决了如下 bug: 1. 生成了正确的宏文件名 see docxcn Issue 10 2. 在宏的帮助文件中生成了宏...) committed by duanxuetao   -   解决了如下 bug: 1. 生成了正确的宏文件名 see docxcn Issue 10 2. 在宏的帮助文件中生成了宏参数 see docxcn Issue 11
    解决了如下 bug: 1. 生成了正确的宏文件名 see docxcn Issue 10 2. 在宏的帮助文件中生成了宏参数 see docxcn Issue 11
  • 8 hours ago
    issue 11 (宏帮助文件中宏的参数没有生成。) commented on by duanxuetao   -   // // CERL_ERROR: 异常情况,且出乎意料(程序还没有针对这种情况进行处理) // // eg. CERL_ERROR("Recv", ("Recv failed: %d\n", errno)); // #define CERL_ERROR(f, y) 以上代码用cpp2htmls编译生成文件CERL_ERROR().htm,其内容如下: macro CERL_ERROR() CERL_ERROR: 异常情况,且出乎意料(程序还没有针对这种情况进行处理) eg. CERL_ERROR("Recv", ("Recv failed: %d\n", errno)); #define CERL_ERROR() 生成的文件名应为:CERL_ERROR(f,y).htm。文件中的宏也需要补全参数。
    // // CERL_ERROR: 异常情况,且出乎意料(程序还没有针对这种情况进行处理) // // eg. CERL_ERROR("Recv", ("Recv failed: %d\n", errno)); // #define CERL_ERROR(f, y) 以上代码用cpp2htmls编译生成文件CERL_ERROR().htm,其内容如下: macro CERL_ERROR() CERL_ERROR: 异常情况,且出乎意料(程序还没有针对这种情况进行处理) eg. CERL_ERROR("Recv", ("Recv failed: %d\n", errno)); #define CERL_ERROR() 生成的文件名应为:CERL_ERROR(f,y).htm。文件中的宏也需要补全参数。
  • 11 hours ago
    issue 11 (宏帮助文件中宏的参数没有生成。) reported by duanxuetao   -   macro CERL_WARN() ... #define CERL_WARN() 参数需要补全。
    macro CERL_WARN() ... #define CERL_WARN() 参数需要补全。
  • 11 hours ago
    issue 10 (生成的宏文件名有误) Labels changed by duanxuetao   -  
    Labels: cpp2htmls
    Labels: cpp2htmls
  • 11 hours ago
    issue 10 (生成的宏文件名有误) reported by duanxuetao   -   宏文件的名称就是宏名,由于宏不具有重载,因此宏文件名不能携带参数。
    宏文件的名称就是宏名,由于宏不具有重载,因此宏文件名不能携带参数。
  • 12 hours ago
    r85 (类中有重载的成员函数,加入了浏览文件。目前只生成了链接。) committed by duanxuetao   -   类中有重载的成员函数,加入了浏览文件。目前只生成了链接。
    类中有重载的成员函数,加入了浏览文件。目前只生成了链接。

Yesterday

  • 27 hours ago
    issue 8 (不能正确 parse 模板基类) Status changed by xushiweizh   -   r84: 修复以下bug - issue #8 : 不能正确 parse 模板基类 issue #9 : 识别的类型中有多余的空格
    Status: Fixed
    r84: 修复以下bug - issue #8 : 不能正确 parse 模板基类 issue #9 : 识别的类型中有多余的空格
    Status: Fixed
  • 27 hours ago
    issue 9 (识别的类型中有多余的空格) Status changed by xushiweizh   -   r84: 修复以下bug - issue #8 : 不能正确 parse 模板基类 issue #9 : 识别的类型中有多余的空格
    Status: Fixed
    r84: 修复以下bug - issue #8 : 不能正确 parse 模板基类 issue #9 : 识别的类型中有多余的空格
    Status: Fixed
  • 27 hours ago
    r84 (issue #8: 不能正确 parse 模板基类 issue #9: 识别的类型中有多余的空格) committed by xushiweizh   -   issue #8 : 不能正确 parse 模板基类 issue #9 : 识别的类型中有多余的空格
    issue #8 : 不能正确 parse 模板基类 issue #9 : 识别的类型中有多余的空格
  • 27 hours ago
    issue 9 (识别的类型中有多余的空格) reported by xushiweizh   -   int f(); 对于这样一个语句,返回值被识别为"int ",而不是"int"。在其他场景(例如函数参数 类型)也是一样。
    int f(); 对于这样一个语句,返回值被识别为"int ",而不是"int"。在其他场景(例如函数参数 类型)也是一样。
  • 27 hours ago
    issue 8 (不能正确 parse 模板基类) reported by xushiweizh   -   template < class KeyT, class DataT, class HashCompT = HashCompare<KeyT>, class AllocT = DefaultAlloc > class HashMap : public PHashMap<KeyT, DataT, HashCompT, AllocT> { }; 如上代码,不能正确识别符号:PHashMap<KeyT, DataT, HashCompT, AllocT>
    template < class KeyT, class DataT, class HashCompT = HashCompare<KeyT>, class AllocT = DefaultAlloc > class HashMap : public PHashMap<KeyT, DataT, HashCompT, AllocT> { }; 如上代码,不能正确识别符号:PHashMap<KeyT, DataT, HashCompT, AllocT>
  • 28 hours ago
    r83 (use NS_STDEXT::getEncoding: String -> codepage_t; see http:/...) committed by xushiweizh   -   use NS_STDEXT::getEncoding: String -> codepage_t; see http://code.google.com/p/winx/issues/detail?id=113
    use NS_STDEXT::getEncoding: String -> codepage_t; see http://code.google.com/p/winx/issues/detail?id=113
  • 29 hours ago
    r82 (生成了重载函数汇总文件,目前外观比较土,想办法再改进一下。 ) committed by duanxuetao   -   生成了重载函数汇总文件,目前外观比较土,想办法再改进一下。
    生成了重载函数汇总文件,目前外观比较土,想办法再改进一下。
  • 30 hours ago
    issue 1 (注释的格式能否与doxygen兼容) commented on by xushiweizh   -   Changeset r81 and: http://code.google.com/p/winx/source/detail?r=1392
  • 30 hours ago
    r81 (issue #1: 注释的格式与doxygen/JavaDoc兼容。(http://code.google.com/p/...) committed by xushiweizh   -   issue #1 : 注释的格式与doxygen/JavaDoc兼容。(http://code.google.com/p/winx/source/detail?r=1392)
  • 30 hours ago
    issue 7 (特定情形下丢失注释) Status changed by xushiweizh   -   http://code.google.com/p/winx/source/detail?r=1392 实际上是 tpl 的问题。
    Status: Fixed
    http://code.google.com/p/winx/source/detail?r=1392 实际上是 tpl 的问题。
    Status: Fixed
  • 30 hours ago
    issue 7 (特定情形下丢失注释) reported by xushiweizh   -   /** * comment */ void f(); /** comment */ void f2(); /*! * comment */ void f3(); 这三种情形下都丢失注释。
    /** * comment */ void f(); /** comment */ void f2(); /*! * comment */ void f3(); 这三种情形下都丢失注释。
  • 31 hours ago
    issue 1 (注释的格式能否与doxygen兼容) changed by xushiweizh   -   目前我们的实现已经基本覆盖以上各种风格。
    Status: Fixed
    Owner: xushiweizh
    Cc: houmingyuan
    Labels: cpp2json
    目前我们的实现已经基本覆盖以上各种风格。
    Status: Fixed
    Owner: xushiweizh
    Cc: houmingyuan
    Labels: cpp2json
  • 32 hours ago
    r80 (修改了global function重载函数的bug) committed by duanxuetao   -   修改了global function重载函数的bug
    修改了global function重载函数的bug
  • 32 hours ago
    issue 6 (生成重载函数的汇总文件) reported by xushiweizh   -   //@ns test void f(); void f(int a); 这样的代码除了需要生成: test/f().htm test/f(a).htm 还应该生成一个汇总文件: test/f.htm 该文件简单讲这些重载函数汇总在一起。这在旧版本的docx中提供。 同样地,类中的重载也是一样: //@ns test class Foo { void f(); void f(int a); }; 将生成: test/Foo/f().htm test/Foo/f(a).htm 及汇总文件: test/Foo/f.htm 不过,类成员函数汇总文件比较好做,因为毕竟这些函数都在同一个源的文档文件中 写的。但是全局的同名函数有可能在多个源的文档文件中,这有一定的实现难度。 在目前新版本的 docx 尚未引入 project 的时候,全局同名函数的汇总可暂不考虑。
    //@ns test void f(); void f(int a); 这样的代码除了需要生成: test/f().htm test/f(a).htm 还应该生成一个汇总文件: test/f.htm 该文件简单讲这些重载函数汇总在一起。这在旧版本的docx中提供。 同样地,类中的重载也是一样: //@ns test class Foo { void f(); void f(int a); }; 将生成: test/Foo/f().htm test/Foo/f(a).htm 及汇总文件: test/Foo/f.htm 不过,类成员函数汇总文件比较好做,因为毕竟这些函数都在同一个源的文档文件中 写的。但是全局的同名函数有可能在多个源的文档文件中,这有一定的实现难度。 在目前新版本的 docx 尚未引入 project 的时候,全局同名函数的汇总可暂不考虑。
  • 32 hours ago
    issue 5 (重载函数相互覆盖) changed by xushiweizh   -   相关: see issue #6
    Owner: duanxuetao
    Cc: xushiweizh krzycube
    相关: see issue #6
    Owner: duanxuetao
    Cc: xushiweizh krzycube
  • 32 hours ago
    issue 5 (重载函数相互覆盖) reported by xushiweizh   -   //@ns test void f(); void f(int a); 以上代码用 cpp2htmls 编译生成的一个名为 test/f.htm 的文件,而不是生成: test/f().htm test/f(a).htm 两个文件。这个问题在class中是好的。即: //@ns test class Foo { void f(); void f(int a); }; 将生成: test/Foo/f().htm test/Foo/f(a).htm 两个文件。
    //@ns test void f(); void f(int a); 以上代码用 cpp2htmls 编译生成的一个名为 test/f.htm 的文件,而不是生成: test/f().htm test/f(a).htm 两个文件。这个问题在class中是好的。即: //@ns test class Foo { void f(); void f(int a); }; 将生成: test/Foo/f().htm test/Foo/f(a).htm 两个文件。
  • 32 hours ago
    issue 4 (生成函数文档的标题有误) reported by xushiweizh   -   //@ns test void f(); 以上代码用 cpp2htmls 编译生成的文档标题为 ::f 而不是 test::f。
    //@ns test void f(); 以上代码用 cpp2htmls 编译生成的文档标题为 ::f 而不是 test::f。
  • 32 hours ago
    issue 3 (//@ns test 提示 Unknown instruction) changed by xushiweizh   -   r79: 后面多余的空白应该用 skipws 忽略之。
    Status: Fixed
    Labels: cpp2json
    r79: 后面多余的空白应该用 skipws 忽略之。
    Status: Fixed
    Labels: cpp2json
  • 32 hours ago
    r79 (issue #3: 后面多余的空白应该用 skipws 忽略之。) committed by xushiweizh   -   issue #3 : 后面多余的空白应该用 skipws 忽略之。
    issue #3 : 后面多余的空白应该用 skipws 忽略之。
  • 32 hours ago
    issue 3 (//@ns test 提示 Unknown instruction) reported by xushiweizh   -   文档中输入: // //@ns test // 用 cpp2json 进行编译,提示 Unknown instruction。
    文档中输入: // //@ns test // 用 cpp2json 进行编译,提示 Unknown instruction。
  • 33 hours ago
    r78 (docx externals) committed by xushiweizh   -   docx externals
    docx externals
  • 33 hours ago
    r77 (docx v2.0) committed by xushiweizh   -   docx v2.0
    docx v2.0
  • 33 hours ago
    r76 ([No log message]) committed by xushiweizh   -   [No log message]
    [No log message]
  • 33 hours ago
    r75 ([No log message]) committed by xushiweizh   -   [No log message]
    [No log message]
  • 33 hours ago
    r74 ([No log message]) committed by xushiweizh   -   [No log message]
    [No log message]
  • 33 hours ago
    r73 (tools ) committed by xushiweizh   -   tools
    tools
  • 33 hours ago
    issue 2 (Input Script 新文法建议) Status changed by xushiweizh   -   docx现在基于tpl(http://code.google.com/p/libtpl/),这个建议无效。
    Status: WontFix
 
Hosted by Google Code