Sharing/Src/External/swig/Doc/Devel/cpp11.html (9 lines): - line 178:
TODO: William proposed to support the hidden variables as well - line 382:
TODO: Add semantic support for enum elements not clashing with - line 437:
TODO: Make Swig aware of the newly defined typedef. The TYPEDEF - line 510:
TODO: Only (if present) first variadically defined argument is - line 520:
TODO: Fix the Swig's C++ preprocessor bug when parsing an odd - line 559:
TODO: %rename doesn't parse operator”” yet.
- line 656: TODO: Implement wrappers for the tuplet<> class. - line 671:TODO: Implement wrappers for unordered_ types. Initial work is - line 784:
TODO: The return type (the result_of::type member) is not Sharing/Src/Source/Client/DynamicLibrary.cpp (6 lines): - line 31: // TODO: Support for platforms other than Windows Desktop and OSX - line 42: // TODO: Support for platforms other than Windows Desktop and OSX - line 54: // TODO: Support for platforms other than Windows Desktop and OSX - line 66: // TODO: Support for platforms other than Windows Desktop and OSX - line 78: // TODO: Support for platforms other than Windows Desktop and OSX - line 90: // TODO: Support for platforms other than Windows Desktop and OSX Sharing/Src/External/swig/Doc/Devel/internals.html (5 lines): - line 78: for more info. [FIXME: Ref SWIG user manual.] - line 393: [ TODO ] - line 510: [ TODO ] - line 516: [ TODO ] - line 522: [ TODO ] Sharing/Src/Source/Client/SharingManagerImpl.cpp (4 lines): - line 91: //SetupSideCars(); // TODO: No SideCar support for BUILD 2016. - line 401: // TODO: move this somewhere else - line 548: // TODO: Abstract platform specific implementations into their own classes to avoid the need for - line 607: // TODO: Support for platforms other than Windows Desktop and OSX Sharing/Src/Source/Client/PairingManagerImpl.cpp (4 lines): - line 32: // TODO: implement - line 39: // TODO: implement - line 45: // TODO: implement - line 52: // TODO: implement Sharing/Src/External/zxing-cpp/src/cli/src/lodepng.cpp (4 lines): - line 406: /*TODO: this ignores potential out of memory errors*/ - line 958: /*TODO: check for out of memory errors*/ - line 4238: /*TODO: possible efficiency improvement: if in this reduced image the bits fit nicely in 1 scanline, - line 4764: /*TODO: check if this works according to the statement in the documentation: "The converter can convert Sharing/Src/Source/Common/Private/AudioSessionProcessorClient.cpp (3 lines): - line 30: // TODO: Right now we only have Baraboo connections to deal with, but we'll need to refactor if we add new client types. - line 33: // TODO: Set up processing pipeline - line 49: // TODO: Tear down processing pipeline SpatialMapping/PlaneFinding/PlaneFinding/FindPlanes.cpp (3 lines): - line 19: // TODO: allow these constants to be modified at runtime, or configured by regkey to determine ideal values - line 210: // TODO: consider this as a potential perf optimization - line 284: // TODO: should be done on a second array to avoid consuming smoothed data, but SpatialInput/Libs/Neso/Engine/HolographicRenderer.cpp (3 lines): - line 172: // TODO don't need to do this if we have a skybox - line 292: // TODO: Allocate resources for the new camera and load any content specific to - line 324: // TODO: Asynchronously unload or deactivate content resources (not back buffer Sharing/Src/External/swig/Lib/d/std_vector.i (2 lines): - line 248: // TODO: dup? - line 361: // TODO: optimize Sharing/Src/Projects/SessionManagerUniversal.UI/Views/MainPage.xaml.cs (2 lines): - line 138: //TODO: Any other way to identify a session? How do we handle duplicate session names? - line 156: //TODO: log? Sharing/Src/Projects/SessionManagerUniversal.UI/App.xaml.cs (2 lines): - line 49: //TODO: Load state from previously suspended application - line 90: //TODO: Save application state and stop any background activity Sharing/Src/Source/JavaTestApp/JavaTestApp.java (2 lines): - line 176: // TODO: Better and more well-abstracted parsing logic. - line 392: // TODO: Kill threads? SpatialInput/External/tiny_gltf.h (2 lines): - line 1047: // FIXME we should only enter this function if the image is embedded. If - line 2376: // FIXME Maybe a better way to handle it than removing the code Sharing/Src/Source/Common/Private/SpeexProcessor.cpp (2 lines): - line 10: // TODO - at creation time specify if it will encode or decode. Only initialize the parts needed for that, and do the right thing in ProcessAudioPacket - line 127: // TODO - need to create new, smaller packet, with compressedBuffer of size numCompressedBytes SpatialUnderstanding/Src/TestApp/App.xaml.cpp (2 lines): - line 69: // TODO: Restore the saved session state only when appropriate, scheduling the - line 112: //TODO: Save application state and stop any background activity SpatialInput/Libs/Pbr/GltfLoader.cpp (2 lines): - line 185: // TODO: Generate mipmaps if sampler's minification filter (minFilter) uses mipmapping. - line 186: // TODO: If texture is not power-of-two and (sampler has wrapping=repeat/mirrored_repeat OR minFilter uses mipmapping), resize to power-of-two. Sharing/Src/Source/SharingService/SessionServer.cpp (2 lines): - line 64: // TODO: use different machines, etc, based on command line parameters - line 82: // TODO: Read from a configuration file for persistent sessions. Sharing/Src/Source/Common/Private/SessionManagerImpl.cpp (1 line): - line 241: // HACK: TODO Ultimately, we must ensure that joins never fail after creates. Sharing/Src/Source/SharingService/stdafx.cpp (1 line): - line 7: // TODO: reference any additional headers you need in STDAFX.H SpatialUnderstanding/Src/Engine/ByteColor_Z.inl (1 line): - line 22: //TODO Raf: ne plus clamper la valeur en [0,1], Color doit TOUJOURS y �tre SpatialMapping/PlaneFinding/PlaneFinding/HalfEdgeMesh.h (1 line): - line 62: // TODO: replace with memory pool. This is a temporary fix to allow for adding additional edges. Sharing/Src/External/swig/Lib/csharp/arrays_csharp.i (1 line): - line 97: // FIXME - on Unix 64 bit, long is 8 bytes but is 4 bytes on Windows 64 bit. Sharing/Src/External/zxing-cpp/src/core/src/zxing/pdf417/detector/LinesSampler.cpp (1 line): - line 296: // TODO: use symbolWidths.size() instead of symbolsPerLine to at least decode some codewords Sharing/Src/Source/Common/Private/SessionImpl.cpp (1 line): - line 72: // TODO: Instead, we should just auto leave all non-disconnected sessions. Sharing/Src/External/swig/Lib/guile/std_except.i (1 line): - line 1: // TODO: STL exception handling Sharing/Src/External/zxing-cpp/src/core/src/zxing/qrcode/QRCodeReader.cpp (1 line): - line 34: //TODO: see if any of the other files in the qrcode tree need tryHarder Sharing/Src/External/zxing-cpp/src/core/src/zxing/datamatrix/detector/DetectorException.cpp (1 line): - line 19: // TODO Auto-generated destructor stub EditorMotionControllerDLL/EditorMotionController/stdafx.cpp (1 line): - line 10: // TODO: reference any additional headers you need in STDAFX.H Sharing/Src/Source/SharingService/AudioSessionProcessorServer.cpp (1 line): - line 34: // TODO: Right now we only have Baraboo connections to deal with, but we'll need to refactor if we add new client types. Sharing/Src/Source/Common/Private/AudioManagerImpl.cpp (1 line): - line 24: // TODO: Implement Me! Sharing/Src/Source/SessionServer/stdafx.cpp (1 line): - line 7: // TODO: reference any additional headers you need in STDAFX.H Input/MicStreamSelector/Source/MicStreamSelector.cpp (1 line): - line 97: // TODO allow saving to designated folder? Sharing/Src/Source/SharingService/XSessionImpl.h (1 line): - line 92: // TODO: Define a session member. Sharing/Src/External/swig/Lib/lua/wchar.i (1 line): - line 9: // TODO: determine how long a const wchar_t* is so we can write wstr2str() Sharing/Src/Source/Common/Private/AudioSessionProcessor.cpp (1 line): - line 17: // TODO: Set up Processing Pipeline here. SpatialUnderstanding/Src/Topology/ShapeAnalyzerConstraints_W.h (1 line): - line 1193: return _shapeAnalyzer.GetTopology().GroupsIsAwayFromWalls(*_shape.m_originalGroup); // TODO not perfect Sharing/Src/External/zxing-cpp/src/core/src/win32/zxing/win_iconv.c (1 line): - line 1209: /* TODO: MappedAsImage? */ Sharing/Src/External/zxing-cpp/src/cli/src/lodepng.h (1 line): - line 875: TODO: SpatialMapping/PlaneFinding/PlaneFinding/MergePlanes.cpp (1 line): - line 130: // TODO: over large distances, low curvature walls will be handled as a single plane even though they may not be planar Sharing/Src/External/zxing-cpp/src/core/src/zxing/oned/Code128Reader.cpp (1 line): - line 245: // TODO We're overlooking the fact that the STOP pattern has 7 values, not 6. Sharing/Src/External/zxing-cpp/src/core/src/zxing/qrcode/decoder/DataMask.cpp (1 line): - line 49: // TODO: check why the coordinates have to be swapped Sharing/Src/External/swig/Lib/tcl/mactkinit.c (1 line): - line 107: /* TODO: stack size SpatialUnderstanding/Src/FRGSolver/FRGSolver_W.cpp (1 line): - line 675: if (other.m_univers != INALLUNIVERS && _infos.m_univers != INALLUNIVERS && (other.m_univers < 0 || other.m_univers != _infos.m_univers)) //TODO GUERAIN SpatialInput/Libs/Pbr/PbrCommon.cpp (1 line): - line 178: XMStoreFloat4(&vert.Tangent, side1); // TODO arbitrarily picked side 1 Sharing/Src/External/swig/Lib/lua/typemaps.i (1 line): - line 337: // TODO out variable arrays (is there a standard form for such things?) Sharing/Src/External/zxing-cpp/src/core/src/zxing/qrcode/decoder/DecodedBitStreamParser.cpp (1 line): - line 31: // Required for compatibility. TODO: test on Symbian Sharing/Src/External/zxing-cpp/src/cli/src/jpgd.cpp (1 line): - line 1720: // FIXME: Is this really necessary? get_bits_no_markers() never reads in markers! Sharing/Src/External/zxing-cpp/src/core/src/zxing/oned/ITFReader.cpp (1 line): - line 275: // TODO: This is very similar to implementation in UPCEANReader. Consider if they can be EditorMotionControllerDLL/EditorMotionController/stdafx.h (1 line): - line 21: // TODO: reference additional headers your program requires here Sharing/Src/External/zxing-cpp/src/core/src/zxing/multi/qrcode/detector/MultiFinderPatternFinder.cpp (1 line): - line 166: //TODO do a sort based on module size SpatialInput/External/stb_image.h (1 line): - line 3778: // @TODO: should statically initialize these for optimal thread safety Sharing/Src/Source/Common/Private/SyncObject.cpp (1 line): - line 141: // TODO: implement Sharing/Src/Source/SessionManager.UI/SessionDataModel.cs (1 line): - line 448: // TODO: add support for the new pairing model