cpp/inc/bond/ext/shared_counter.h (2 lines): - line 69: ++p->_refs; // TODO: Use std::memory_order for atomic - line 74: if (--p->_refs == 0) // TODO: Use std::memory_order for atomic cpp/inc/bond/core/detail/any.h (2 lines): - line 188: // TODO: Cache allocated buffer and reuse. - line 250: // TODO: Cache allocated buffer and reuse. java/core/src/main/java/org/bondlib/SpecificTypeObjectBonded.java (2 lines): - line 52: // TODO: complete this implementation after transcoding is implemented - line 74: // TODO: complete this implementation after transcoding is implemented java/core/src/main/java/org/bondlib/WildcardTypeObjectBonded.java (2 lines): - line 60: // TODO: complete this implementation after transcoding is implemented - line 85: // TODO: complete this implementation after transcoding is implemented compiler/src/Language/Bond/Codegen/Java/Enum_java.hs (1 line): - line 114: -- TODO: auto-generation of constant values should be handled earlier, once for all languages. cs/src/core/Bonded.cs (1 line): - line 125: // TODO: This is very bad from performance perspective. cs/src/core/expressions/DeserializerTransform.cs (1 line): - line 446: // TODO: should we use non-default Comparer cpp/inc/bond/ext/grpc/detail/service.h (1 line): - line 187: // TODO: Use lambda with move-capture when allowed to use C++14. cpp/inc/bond/ext/grpc/win_thread_pool.h (1 line): - line 18: #include // TODO: Avoid including windows.h in public ones cpp/inc/bond/ext/grpc/detail/client.h (1 line): - line 198: // TODO: Use lambda with move-capture when allowed to use C++14. cs/src/core/expressions/xml/SimpleXmlParser.cs (1 line): - line 150: // TODO: for now handle blob as array of bytes; consider CDATA python/inc/bond/python/converters.h (1 line): - line 83: // TODO: this may result in name conflict, e.g. list and list_string_ cs/src/core/protocols/SimpleXmlWriter.cs (1 line): - line 196: // TODO: for now handle blob as array of bytes; consider CDATA cpp/inc/bond/ext/grpc/detail/serialization.h (1 line): - line 120: // TODO: create a Bond input stream over ::grpc::ByteBuffer to avoid cs/src/core/expressions/ObjectParser.cs (1 line): - line 253: // TODO: convert List to ArraySegment for faster serialization? cs/src/io/unsafe/StreamCloning.cs (1 line): - line 94: // TODO: handle the case when the method API is not available (e.g. copy buffer)