Initial commit: cframework. Longbow and Libparc 99/5499/2
authorLuca Muscariello <[email protected]>
Thu, 23 Feb 2017 16:01:02 +0000 (17:01 +0100)
committerLuca Muscariello <[email protected]>
Thu, 23 Feb 2017 16:21:02 +0000 (17:21 +0100)
commitec688b4723a041044226358bcd4dd6e2da39da49
tree3a244c48d1eb9e4d90f9050fd1a61ae5c0327526
parent9b30fc10fb1cbebe651e5a107e8ca5b24de54675
Initial commit: cframework. Longbow and Libparc

Change-Id: I90378dbd30da6033b20fb1f829b3b822cf366c59
Signed-off-by: Luca Muscariello <[email protected]>
739 files changed:
libparc/.gitignore [new file with mode: 0644]
libparc/AUTHORS [new file with mode: 0644]
libparc/BASE_VERSION [new file with mode: 0644]
libparc/CMakeLists.txt [new file with mode: 0644]
libparc/LICENSE [new file with mode: 0644]
libparc/README.md [new file with mode: 0644]
libparc/cmake/Modules/FindLibEvent.cmake [new file with mode: 0644]
libparc/cmake/Modules/FindLongBow.cmake [new file with mode: 0644]
libparc/cmake/Modules/FindUncrustify.cmake [new file with mode: 0644]
libparc/cmake/Modules/detectCacheSize.cmake [new file with mode: 0644]
libparc/cmake/Modules/version.cmake [new file with mode: 0644]
libparc/cmake/get_version.sh [new file with mode: 0755]
libparc/documentation/.gitignore [new file with mode: 0644]
libparc/documentation/CMakeLists.txt [new file with mode: 0644]
libparc/documentation/DoxygenLayout.xml [new file with mode: 0644]
libparc/documentation/Makefile.am [new file with mode: 0644]
libparc/documentation/Resources/parcBuffer.graffle [new file with mode: 0644]
libparc/documentation/doxygen-extras/bootstrap/css/bootstrap-theme.css [new file with mode: 0644]
libparc/documentation/doxygen-extras/bootstrap/css/bootstrap-theme.css.map [new file with mode: 0644]
libparc/documentation/doxygen-extras/bootstrap/css/bootstrap-theme.min.css [new file with mode: 0644]
libparc/documentation/doxygen-extras/bootstrap/css/bootstrap.css [new file with mode: 0644]
libparc/documentation/doxygen-extras/bootstrap/css/bootstrap.css.map [new file with mode: 0644]
libparc/documentation/doxygen-extras/bootstrap/css/bootstrap.min.css [new file with mode: 0644]
libparc/documentation/doxygen-extras/bootstrap/fonts/glyphicons-halflings-regular.eot [new file with mode: 0644]
libparc/documentation/doxygen-extras/bootstrap/fonts/glyphicons-halflings-regular.svg [new file with mode: 0644]
libparc/documentation/doxygen-extras/bootstrap/fonts/glyphicons-halflings-regular.ttf [new file with mode: 0644]
libparc/documentation/doxygen-extras/bootstrap/fonts/glyphicons-halflings-regular.woff [new file with mode: 0644]
libparc/documentation/doxygen-extras/bootstrap/js/bootstrap.js [new file with mode: 0644]
libparc/documentation/doxygen-extras/bootstrap/js/bootstrap.min.js [new file with mode: 0644]
libparc/documentation/doxygen-extras/bootstrap/js/npm.js [new file with mode: 0644]
libparc/documentation/doxygen-extras/customdoxygen.css [new file with mode: 0644]
libparc/documentation/doxygen-extras/doxy-boot.js [new file with mode: 0644]
libparc/documentation/doxygen-extras/doxygen-bootstrap.js [new file with mode: 0755]
libparc/documentation/doxygen-extras/footer.html [new file with mode: 0755]
libparc/documentation/doxygen-extras/header.html [new file with mode: 0755]
libparc/documentation/doxygen-extras/masthead.css [new file with mode: 0644]
libparc/documentation/examples/README.md [new file with mode: 0644]
libparc/documentation/images/parc_black_solid.png [new file with mode: 0644]
libparc/documentation/imported-stylesheet.css [new file with mode: 0644]
libparc/documentation/libparc.doxygen [new file with mode: 0644]
libparc/documentation/libparc.doxygen.in [new file with mode: 0644]
libparc/examples/How To Create A Static PARC Object/main.c [new file with mode: 0755]
libparc/examples/How To Create A Static PARC Object/parc_MyObject.c [new file with mode: 0644]
libparc/examples/How To Create A Static PARC Object/parc_MyObject.h [new file with mode: 0644]
libparc/examples/How To Create an Object Pool/main.c [new file with mode: 0644]
libparc/examples/How To Create an Object Pool/parc_SimpleBufferPool.c [new file with mode: 0644]
libparc/examples/How To Create an Object Pool/parc_SimpleBufferPool.h [new file with mode: 0644]
libparc/examples/How To Extend a PARCObject/HowToExtendAPARCObject.c [new file with mode: 0644]
libparc/parc/CMakeLists.txt [new file with mode: 0644]
libparc/parc/HeaderDoc/Info.plist [new file with mode: 0644]
libparc/parc/HeaderDoc/Nodes.xml [new file with mode: 0644]
libparc/parc/HeaderDoc/adcstyle.css [new file with mode: 0644]
libparc/parc/HeaderDoc/gen_parc_docset.sh [new file with mode: 0644]
libparc/parc/HeaderDoc/headerDoc2HTML.config [new file with mode: 0644]
libparc/parc/HeaderDoc/parcstyle.css [new file with mode: 0644]
libparc/parc/algol/.gitignore [new file with mode: 0644]
libparc/parc/algol/Groups.dox [new file with mode: 0644]
libparc/parc/algol/internal_parc_Event.c [new file with mode: 0755]
libparc/parc/algol/internal_parc_Event.h [new file with mode: 0755]
libparc/parc/algol/parc_ArrayList.c [new file with mode: 0644]
libparc/parc/algol/parc_ArrayList.h [new file with mode: 0644]
libparc/parc/algol/parc_AtomicInteger.c [new file with mode: 0755]
libparc/parc/algol/parc_AtomicInteger.h [new file with mode: 0755]
libparc/parc/algol/parc_Base64.c [new file with mode: 0755]
libparc/parc/algol/parc_Base64.h [new file with mode: 0644]
libparc/parc/algol/parc_BitVector.c [new file with mode: 0755]
libparc/parc/algol/parc_BitVector.h [new file with mode: 0755]
libparc/parc/algol/parc_Buffer.c [new file with mode: 0755]
libparc/parc/algol/parc_Buffer.h [new file with mode: 0644]
libparc/parc/algol/parc_BufferChunker.c [new file with mode: 0644]
libparc/parc/algol/parc_BufferChunker.h [new file with mode: 0755]
libparc/parc/algol/parc_BufferComposer.c [new file with mode: 0755]
libparc/parc/algol/parc_BufferComposer.h [new file with mode: 0755]
libparc/parc/algol/parc_BufferDictionary.c [new file with mode: 0755]
libparc/parc/algol/parc_BufferDictionary.h [new file with mode: 0755]
libparc/parc/algol/parc_ByteArray.c [new file with mode: 0644]
libparc/parc/algol/parc_ByteArray.h [new file with mode: 0644]
libparc/parc/algol/parc_CMacro.h [new file with mode: 0644]
libparc/parc/algol/parc_Chunker.c [new file with mode: 0755]
libparc/parc/algol/parc_Chunker.h [new file with mode: 0755]
libparc/parc/algol/parc_Clock.c [new file with mode: 0755]
libparc/parc/algol/parc_Clock.h [new file with mode: 0755]
libparc/parc/algol/parc_Collection.h [new file with mode: 0755]
libparc/parc/algol/parc_Deque.c [new file with mode: 0644]
libparc/parc/algol/parc_Deque.h [new file with mode: 0755]
libparc/parc/algol/parc_Dictionary.c [new file with mode: 0755]
libparc/parc/algol/parc_Dictionary.h [new file with mode: 0755]
libparc/parc/algol/parc_DisplayIndented.c [new file with mode: 0755]
libparc/parc/algol/parc_DisplayIndented.h [new file with mode: 0644]
libparc/parc/algol/parc_ElasticString.h [new file with mode: 0755]
libparc/parc/algol/parc_Environment.c [new file with mode: 0644]
libparc/parc/algol/parc_Environment.h [new file with mode: 0755]
libparc/parc/algol/parc_Event.c [new file with mode: 0755]
libparc/parc/algol/parc_Event.h [new file with mode: 0644]
libparc/parc/algol/parc_EventBuffer.c [new file with mode: 0644]
libparc/parc/algol/parc_EventBuffer.h [new file with mode: 0755]
libparc/parc/algol/parc_EventQueue.c [new file with mode: 0755]
libparc/parc/algol/parc_EventQueue.h [new file with mode: 0644]
libparc/parc/algol/parc_EventScheduler.c [new file with mode: 0755]
libparc/parc/algol/parc_EventScheduler.h [new file with mode: 0644]
libparc/parc/algol/parc_EventSignal.c [new file with mode: 0755]
libparc/parc/algol/parc_EventSignal.h [new file with mode: 0755]
libparc/parc/algol/parc_EventSocket.c [new file with mode: 0755]
libparc/parc/algol/parc_EventSocket.h [new file with mode: 0755]
libparc/parc/algol/parc_EventTimer.c [new file with mode: 0755]
libparc/parc/algol/parc_EventTimer.h [new file with mode: 0755]
libparc/parc/algol/parc_Execution.c [new file with mode: 0644]
libparc/parc/algol/parc_Execution.h [new file with mode: 0644]
libparc/parc/algol/parc_File.c [new file with mode: 0644]
libparc/parc/algol/parc_File.h [new file with mode: 0755]
libparc/parc/algol/parc_FileChunker.c [new file with mode: 0644]
libparc/parc/algol/parc_FileChunker.h [new file with mode: 0755]
libparc/parc/algol/parc_FileInputStream.c [new file with mode: 0755]
libparc/parc/algol/parc_FileInputStream.h [new file with mode: 0755]
libparc/parc/algol/parc_FileOutputStream.c [new file with mode: 0755]
libparc/parc/algol/parc_FileOutputStream.h [new file with mode: 0644]
libparc/parc/algol/parc_Hash.c [new file with mode: 0755]
libparc/parc/algol/parc_Hash.h [new file with mode: 0755]
libparc/parc/algol/parc_HashCode.c [new file with mode: 0755]
libparc/parc/algol/parc_HashCode.h [new file with mode: 0755]
libparc/parc/algol/parc_HashCodeTable.c [new file with mode: 0755]
libparc/parc/algol/parc_HashCodeTable.h [new file with mode: 0644]
libparc/parc/algol/parc_HashMap.c [new file with mode: 0644]
libparc/parc/algol/parc_HashMap.h [new file with mode: 0755]
libparc/parc/algol/parc_InputStream.c [new file with mode: 0755]
libparc/parc/algol/parc_InputStream.h [new file with mode: 0755]
libparc/parc/algol/parc_Iterator.c [new file with mode: 0755]
libparc/parc/algol/parc_Iterator.h [new file with mode: 0644]
libparc/parc/algol/parc_JSON.c [new file with mode: 0755]
libparc/parc/algol/parc_JSON.h [new file with mode: 0755]
libparc/parc/algol/parc_JSONArray.c [new file with mode: 0755]
libparc/parc/algol/parc_JSONArray.h [new file with mode: 0755]
libparc/parc/algol/parc_JSONPair.c [new file with mode: 0755]
libparc/parc/algol/parc_JSONPair.h [new file with mode: 0755]
libparc/parc/algol/parc_JSONParser.c [new file with mode: 0755]
libparc/parc/algol/parc_JSONParser.h [new file with mode: 0755]
libparc/parc/algol/parc_JSONValue.c [new file with mode: 0755]
libparc/parc/algol/parc_JSONValue.h [new file with mode: 0755]
libparc/parc/algol/parc_KeyValue.c [new file with mode: 0755]
libparc/parc/algol/parc_KeyValue.h [new file with mode: 0755]
libparc/parc/algol/parc_KeyedElement.c [new file with mode: 0755]
libparc/parc/algol/parc_KeyedElement.h [new file with mode: 0755]
libparc/parc/algol/parc_LinkedList.c [new file with mode: 0644]
libparc/parc/algol/parc_LinkedList.h [new file with mode: 0644]
libparc/parc/algol/parc_List.c [new file with mode: 0644]
libparc/parc/algol/parc_List.h [new file with mode: 0644]
libparc/parc/algol/parc_Map.c [new file with mode: 0755]
libparc/parc/algol/parc_Map.h [new file with mode: 0755]
libparc/parc/algol/parc_Memory.c [new file with mode: 0755]
libparc/parc/algol/parc_Memory.h [new file with mode: 0644]
libparc/parc/algol/parc_Network.c [new file with mode: 0644]
libparc/parc/algol/parc_Network.h [new file with mode: 0644]
libparc/parc/algol/parc_Object.c [new file with mode: 0644]
libparc/parc/algol/parc_Object.h [new file with mode: 0644]
libparc/parc/algol/parc_OldSortedList.c [new file with mode: 0755]
libparc/parc/algol/parc_OldSortedList.h [new file with mode: 0755]
libparc/parc/algol/parc_OutputStream.c [new file with mode: 0755]
libparc/parc/algol/parc_OutputStream.h [new file with mode: 0755]
libparc/parc/algol/parc_PathName.c [new file with mode: 0755]
libparc/parc/algol/parc_PathName.h [new file with mode: 0644]
libparc/parc/algol/parc_PriorityQueue.c [new file with mode: 0755]
libparc/parc/algol/parc_PriorityQueue.h [new file with mode: 0755]
libparc/parc/algol/parc_Properties.c [new file with mode: 0644]
libparc/parc/algol/parc_Properties.h [new file with mode: 0644]
libparc/parc/algol/parc_RandomAccessFile.c [new file with mode: 0755]
libparc/parc/algol/parc_RandomAccessFile.h [new file with mode: 0755]
libparc/parc/algol/parc_ReadOnlyBuffer.c [new file with mode: 0755]
libparc/parc/algol/parc_ReadOnlyBuffer.h [new file with mode: 0644]
libparc/parc/algol/parc_SafeMemory.c [new file with mode: 0644]
libparc/parc/algol/parc_SafeMemory.h [new file with mode: 0644]
libparc/parc/algol/parc_SortedList.c [new file with mode: 0644]
libparc/parc/algol/parc_SortedList.h [new file with mode: 0644]
libparc/parc/algol/parc_Stack.c [new file with mode: 0755]
libparc/parc/algol/parc_Stack.h [new file with mode: 0755]
libparc/parc/algol/parc_StandardOutputStream.c [new file with mode: 0644]
libparc/parc/algol/parc_StandardOutputStream.h [new file with mode: 0644]
libparc/parc/algol/parc_StdlibMemory.c [new file with mode: 0755]
libparc/parc/algol/parc_StdlibMemory.h [new file with mode: 0755]
libparc/parc/algol/parc_String.c [new file with mode: 0755]
libparc/parc/algol/parc_String.h [new file with mode: 0644]
libparc/parc/algol/parc_Time.c [new file with mode: 0755]
libparc/parc/algol/parc_Time.h [new file with mode: 0644]
libparc/parc/algol/parc_TreeMap.c [new file with mode: 0755]
libparc/parc/algol/parc_TreeMap.h [new file with mode: 0755]
libparc/parc/algol/parc_TreeRedBlack.c [new file with mode: 0755]
libparc/parc/algol/parc_TreeRedBlack.h [new file with mode: 0755]
libparc/parc/algol/parc_URI.c [new file with mode: 0644]
libparc/parc/algol/parc_URI.h [new file with mode: 0644]
libparc/parc/algol/parc_URIAuthority.c [new file with mode: 0644]
libparc/parc/algol/parc_URIAuthority.h [new file with mode: 0644]
libparc/parc/algol/parc_URIPath.c [new file with mode: 0755]
libparc/parc/algol/parc_URIPath.h [new file with mode: 0755]
libparc/parc/algol/parc_URISegment.c [new file with mode: 0755]
libparc/parc/algol/parc_URISegment.h [new file with mode: 0644]
libparc/parc/algol/parc_Unsigned.c [new file with mode: 0644]
libparc/parc/algol/parc_Unsigned.h [new file with mode: 0755]
libparc/parc/algol/parc_Varint.c [new file with mode: 0755]
libparc/parc/algol/parc_Varint.h [new file with mode: 0755]
libparc/parc/algol/parc_Vector.c [new file with mode: 0755]
libparc/parc/algol/parc_Vector.h [new file with mode: 0755]
libparc/parc/algol/test/.gitignore [new file with mode: 0644]
libparc/parc/algol/test/CMakeLists.txt [new file with mode: 0644]
libparc/parc/algol/test/_test_parc_URI.h [new file with mode: 0644]
libparc/parc/algol/test/data.json [new file with mode: 0644]
libparc/parc/algol/test/test_parc_ArrayList.c [new file with mode: 0755]
libparc/parc/algol/test/test_parc_AtomicInteger.c [new file with mode: 0644]
libparc/parc/algol/test/test_parc_Base64.c [new file with mode: 0755]
libparc/parc/algol/test/test_parc_BitVector.c [new file with mode: 0755]
libparc/parc/algol/test/test_parc_Buffer.c [new file with mode: 0644]
libparc/parc/algol/test/test_parc_BufferChunker.c [new file with mode: 0755]
libparc/parc/algol/test/test_parc_BufferComposer.c [new file with mode: 0644]
libparc/parc/algol/test/test_parc_ByteArray.c [new file with mode: 0755]
libparc/parc/algol/test/test_parc_Chunker.c [new file with mode: 0755]
libparc/parc/algol/test/test_parc_Clock.c [new file with mode: 0644]
libparc/parc/algol/test/test_parc_Deque.c [new file with mode: 0755]
libparc/parc/algol/test/test_parc_Dictionary.c [new file with mode: 0644]
libparc/parc/algol/test/test_parc_Display.c [new file with mode: 0755]
libparc/parc/algol/test/test_parc_Environment.c [new file with mode: 0755]
libparc/parc/algol/test/test_parc_Event.c [new file with mode: 0644]
libparc/parc/algol/test/test_parc_EventBuffer.c [new file with mode: 0644]
libparc/parc/algol/test/test_parc_EventQueue.c [new file with mode: 0644]
libparc/parc/algol/test/test_parc_EventScheduler.c [new file with mode: 0755]
libparc/parc/algol/test/test_parc_EventSignal.c [new file with mode: 0644]
libparc/parc/algol/test/test_parc_EventSocket.c [new file with mode: 0644]
libparc/parc/algol/test/test_parc_EventTimer.c [new file with mode: 0755]
libparc/parc/algol/test/test_parc_File.c [new file with mode: 0644]
libparc/parc/algol/test/test_parc_FileChunker.c [new file with mode: 0755]
libparc/parc/algol/test/test_parc_FileInputStream.c [new file with mode: 0755]
libparc/parc/algol/test/test_parc_FileOutputStream.c [new file with mode: 0755]
libparc/parc/algol/test/test_parc_Hash.c [new file with mode: 0755]
libparc/parc/algol/test/test_parc_HashCode.c [new file with mode: 0755]
libparc/parc/algol/test/test_parc_HashCodeTable.c [new file with mode: 0755]
libparc/parc/algol/test/test_parc_HashMap.c [new file with mode: 0644]
libparc/parc/algol/test/test_parc_InputStream.c [new file with mode: 0755]
libparc/parc/algol/test/test_parc_Iterator.c [new file with mode: 0644]
libparc/parc/algol/test/test_parc_JSON.c [new file with mode: 0644]
libparc/parc/algol/test/test_parc_JSONArray.c [new file with mode: 0755]
libparc/parc/algol/test/test_parc_JSONPair.c [new file with mode: 0644]
libparc/parc/algol/test/test_parc_JSONParser.c [new file with mode: 0755]
libparc/parc/algol/test/test_parc_JSONValue.c [new file with mode: 0644]
libparc/parc/algol/test/test_parc_KeyValue.c [new file with mode: 0755]
libparc/parc/algol/test/test_parc_KeyedElement.c [new file with mode: 0755]
libparc/parc/algol/test/test_parc_LinkedList.c [new file with mode: 0644]
libparc/parc/algol/test/test_parc_List.c [new file with mode: 0644]
libparc/parc/algol/test/test_parc_Memory.c [new file with mode: 0755]
libparc/parc/algol/test/test_parc_Network.c [new file with mode: 0755]
libparc/parc/algol/test/test_parc_Object.c [new file with mode: 0755]
libparc/parc/algol/test/test_parc_PathName.c [new file with mode: 0755]
libparc/parc/algol/test/test_parc_PriorityQueue.c [new file with mode: 0644]
libparc/parc/algol/test/test_parc_Properties.c [new file with mode: 0644]
libparc/parc/algol/test/test_parc_RandomAccessFile.c [new file with mode: 0644]
libparc/parc/algol/test/test_parc_ReadOnlyBuffer.c [new file with mode: 0644]
libparc/parc/algol/test/test_parc_SafeMemory.c [new file with mode: 0644]
libparc/parc/algol/test/test_parc_SortedList.c [new file with mode: 0644]
libparc/parc/algol/test/test_parc_Stack.c [new file with mode: 0755]
libparc/parc/algol/test/test_parc_StdlibMemory.c [new file with mode: 0644]
libparc/parc/algol/test/test_parc_String.c [new file with mode: 0644]
libparc/parc/algol/test/test_parc_Time.c [new file with mode: 0644]
libparc/parc/algol/test/test_parc_TreeMap.c [new file with mode: 0755]
libparc/parc/algol/test/test_parc_TreeRedBlack.c [new file with mode: 0755]
libparc/parc/algol/test/test_parc_URI.c [new file with mode: 0644]
libparc/parc/algol/test/test_parc_URIAuthority.c [new file with mode: 0644]
libparc/parc/algol/test/test_parc_URIPath.c [new file with mode: 0644]
libparc/parc/algol/test/test_parc_URISegment.c [new file with mode: 0644]
libparc/parc/algol/test/test_parc_Varint.c [new file with mode: 0755]
libparc/parc/algol/test/test_parc_Vector.c [new file with mode: 0644]
libparc/parc/concurrent/.gitignore [new file with mode: 0644]
libparc/parc/concurrent/parc_AtomicUint16.c [new file with mode: 0755]
libparc/parc/concurrent/parc_AtomicUint16.h [new file with mode: 0755]
libparc/parc/concurrent/parc_AtomicUint32.c [new file with mode: 0755]
libparc/parc/concurrent/parc_AtomicUint32.h [new file with mode: 0755]
libparc/parc/concurrent/parc_AtomicUint64.c [new file with mode: 0755]
libparc/parc/concurrent/parc_AtomicUint64.h [new file with mode: 0755]
libparc/parc/concurrent/parc_AtomicUint8.c [new file with mode: 0755]
libparc/parc/concurrent/parc_AtomicUint8.h [new file with mode: 0755]
libparc/parc/concurrent/parc_FutureTask.c [new file with mode: 0755]
libparc/parc/concurrent/parc_FutureTask.h [new file with mode: 0755]
libparc/parc/concurrent/parc_Lock.c [new file with mode: 0755]
libparc/parc/concurrent/parc_Lock.h [new file with mode: 0755]
libparc/parc/concurrent/parc_Notifier.c [new file with mode: 0755]
libparc/parc/concurrent/parc_Notifier.h [new file with mode: 0755]
libparc/parc/concurrent/parc_RingBuffer.c [new file with mode: 0755]
libparc/parc/concurrent/parc_RingBuffer.h [new file with mode: 0755]
libparc/parc/concurrent/parc_RingBuffer_1x1.c [new file with mode: 0755]
libparc/parc/concurrent/parc_RingBuffer_1x1.h [new file with mode: 0755]
libparc/parc/concurrent/parc_RingBuffer_NxM.c [new file with mode: 0755]
libparc/parc/concurrent/parc_RingBuffer_NxM.h [new file with mode: 0755]
libparc/parc/concurrent/parc_ScheduledTask.c [new file with mode: 0755]
libparc/parc/concurrent/parc_ScheduledTask.h [new file with mode: 0755]
libparc/parc/concurrent/parc_ScheduledThreadPool.c [new file with mode: 0644]
libparc/parc/concurrent/parc_ScheduledThreadPool.h [new file with mode: 0755]
libparc/parc/concurrent/parc_Synchronizer.c [new file with mode: 0755]
libparc/parc/concurrent/parc_Synchronizer.h [new file with mode: 0755]
libparc/parc/concurrent/parc_Thread.c [new file with mode: 0644]
libparc/parc/concurrent/parc_Thread.h [new file with mode: 0755]
libparc/parc/concurrent/parc_ThreadPool.c [new file with mode: 0644]
libparc/parc/concurrent/parc_ThreadPool.h [new file with mode: 0755]
libparc/parc/concurrent/parc_Timeout.c [new file with mode: 0755]
libparc/parc/concurrent/parc_Timeout.h [new file with mode: 0644]
libparc/parc/concurrent/parc_Timer.c [new file with mode: 0755]
libparc/parc/concurrent/parc_Timer.h [new file with mode: 0755]
libparc/parc/concurrent/test/.gitignore [new file with mode: 0644]
libparc/parc/concurrent/test/CMakeLists.txt [new file with mode: 0644]
libparc/parc/concurrent/test/test_parc_AtomicUint16.c [new file with mode: 0644]
libparc/parc/concurrent/test/test_parc_AtomicUint32.c [new file with mode: 0644]
libparc/parc/concurrent/test/test_parc_AtomicUint64.c [new file with mode: 0644]
libparc/parc/concurrent/test/test_parc_AtomicUint8.c [new file with mode: 0644]
libparc/parc/concurrent/test/test_parc_FutureTask.c [new file with mode: 0644]
libparc/parc/concurrent/test/test_parc_Lock.c [new file with mode: 0644]
libparc/parc/concurrent/test/test_parc_Notifier.c [new file with mode: 0755]
libparc/parc/concurrent/test/test_parc_RingBuffer_1x1.c [new file with mode: 0755]
libparc/parc/concurrent/test/test_parc_RingBuffer_NxM.c [new file with mode: 0755]
libparc/parc/concurrent/test/test_parc_ScheduledTask.c [new file with mode: 0644]
libparc/parc/concurrent/test/test_parc_ScheduledThreadPool.c [new file with mode: 0644]
libparc/parc/concurrent/test/test_parc_Synchronizer.c [new file with mode: 0755]
libparc/parc/concurrent/test/test_parc_Thread.c [new file with mode: 0644]
libparc/parc/concurrent/test/test_parc_ThreadPool.c [new file with mode: 0644]
libparc/parc/concurrent/test/test_parc_Timer.c [new file with mode: 0644]
libparc/parc/config.h.in [new file with mode: 0644]
libparc/parc/developer/parc_Stopwatch.c [new file with mode: 0644]
libparc/parc/developer/parc_Stopwatch.h [new file with mode: 0644]
libparc/parc/developer/parc_Timing.h [new file with mode: 0755]
libparc/parc/developer/parc_TimingDarwin.h [new file with mode: 0755]
libparc/parc/developer/parc_TimingGeneric.h [new file with mode: 0755]
libparc/parc/developer/parc_TimingIntel.c [new file with mode: 0755]
libparc/parc/developer/parc_TimingIntel.h [new file with mode: 0755]
libparc/parc/developer/parc_TimingLinux.h [new file with mode: 0755]
libparc/parc/developer/test/.gitignore [new file with mode: 0644]
libparc/parc/developer/test/CMakeLists.txt [new file with mode: 0644]
libparc/parc/developer/test/test_parc_Stopwatch.c [new file with mode: 0644]
libparc/parc/developer/test/test_parc_Timing.c [new file with mode: 0755]
libparc/parc/libparc_About.c [new file with mode: 0644]
libparc/parc/libparc_About.h [new file with mode: 0755]
libparc/parc/logging/parc_Log.c [new file with mode: 0755]
libparc/parc/logging/parc_Log.h [new file with mode: 0644]
libparc/parc/logging/parc_LogEntry.c [new file with mode: 0644]
libparc/parc/logging/parc_LogEntry.h [new file with mode: 0755]
libparc/parc/logging/parc_LogFormatSyslog.c [new file with mode: 0755]
libparc/parc/logging/parc_LogFormatSyslog.h [new file with mode: 0755]
libparc/parc/logging/parc_LogFormatText.c [new file with mode: 0755]
libparc/parc/logging/parc_LogFormatText.h [new file with mode: 0755]
libparc/parc/logging/parc_LogLevel.c [new file with mode: 0755]
libparc/parc/logging/parc_LogLevel.h [new file with mode: 0755]
libparc/parc/logging/parc_LogManager.c [new file with mode: 0755]
libparc/parc/logging/parc_LogManager.h [new file with mode: 0755]
libparc/parc/logging/parc_LogReporter.c [new file with mode: 0755]
libparc/parc/logging/parc_LogReporter.h [new file with mode: 0755]
libparc/parc/logging/parc_LogReporterFile.c [new file with mode: 0755]
libparc/parc/logging/parc_LogReporterFile.h [new file with mode: 0755]
libparc/parc/logging/parc_LogReporterTextStdout.c [new file with mode: 0755]
libparc/parc/logging/parc_LogReporterTextStdout.h [new file with mode: 0755]
libparc/parc/logging/test/.gitignore [new file with mode: 0644]
libparc/parc/logging/test/CMakeLists.txt [new file with mode: 0644]
libparc/parc/logging/test/test_parc_Log.c [new file with mode: 0644]
libparc/parc/logging/test/test_parc_LogEntry.c [new file with mode: 0644]
libparc/parc/logging/test/test_parc_LogFormatSyslog.c [new file with mode: 0755]
libparc/parc/logging/test/test_parc_LogFormatText.c [new file with mode: 0644]
libparc/parc/logging/test/test_parc_LogLevel.c [new file with mode: 0755]
libparc/parc/logging/test/test_parc_LogReporter.c [new file with mode: 0644]
libparc/parc/logging/test/test_parc_LogReporterFile.c [new file with mode: 0755]
libparc/parc/logging/test/test_parc_LogReporterTextStdout.c [new file with mode: 0755]
libparc/parc/memory/parc_BufferPool.c [new file with mode: 0644]
libparc/parc/memory/parc_BufferPool.h [new file with mode: 0644]
libparc/parc/memory/test/CMakeLists.txt [new file with mode: 0644]
libparc/parc/memory/test/test_parc_BufferPool.c [new file with mode: 0644]
libparc/parc/object/test/CMakeLists.txt [new file with mode: 0644]
libparc/parc/security/.gitignore [new file with mode: 0644]
libparc/parc/security/command-line/.gitignore [new file with mode: 0644]
libparc/parc/security/command-line/CMakeLists.txt [new file with mode: 0644]
libparc/parc/security/command-line/parc-publickey.c [new file with mode: 0644]
libparc/parc/security/command-line/parcPublicKey_About.c [new file with mode: 0644]
libparc/parc/security/command-line/parcPublicKey_About.h [new file with mode: 0755]
libparc/parc/security/parc_Certificate.c [new file with mode: 0755]
libparc/parc/security/parc_Certificate.h [new file with mode: 0755]
libparc/parc/security/parc_CertificateFactory.c [new file with mode: 0644]
libparc/parc/security/parc_CertificateFactory.h [new file with mode: 0755]
libparc/parc/security/parc_CertificateType.c [new file with mode: 0755]
libparc/parc/security/parc_CertificateType.h [new file with mode: 0755]
libparc/parc/security/parc_ContainerEncoding.c [new file with mode: 0755]
libparc/parc/security/parc_ContainerEncoding.h [new file with mode: 0755]
libparc/parc/security/parc_CryptoCache.c [new file with mode: 0755]
libparc/parc/security/parc_CryptoCache.h [new file with mode: 0755]
libparc/parc/security/parc_CryptoHash.c [new file with mode: 0755]
libparc/parc/security/parc_CryptoHash.h [new file with mode: 0755]
libparc/parc/security/parc_CryptoHashType.c [new file with mode: 0644]
libparc/parc/security/parc_CryptoHashType.h [new file with mode: 0755]
libparc/parc/security/parc_CryptoHasher.c [new file with mode: 0755]
libparc/parc/security/parc_CryptoHasher.h [new file with mode: 0755]
libparc/parc/security/parc_CryptoSuite.c [new file with mode: 0755]
libparc/parc/security/parc_CryptoSuite.h [new file with mode: 0755]
libparc/parc/security/parc_DiffieHellman.c [new file with mode: 0644]
libparc/parc/security/parc_DiffieHellman.h [new file with mode: 0644]
libparc/parc/security/parc_DiffieHellmanGroup.h [new file with mode: 0755]
libparc/parc/security/parc_DiffieHellmanKeyShare.c [new file with mode: 0644]
libparc/parc/security/parc_DiffieHellmanKeyShare.h [new file with mode: 0644]
libparc/parc/security/parc_Identity.c [new file with mode: 0755]
libparc/parc/security/parc_Identity.h [new file with mode: 0755]
libparc/parc/security/parc_IdentityFile.c [new file with mode: 0644]
libparc/parc/security/parc_IdentityFile.h [new file with mode: 0644]
libparc/parc/security/parc_InMemoryVerifier.c [new file with mode: 0644]
libparc/parc/security/parc_InMemoryVerifier.h [new file with mode: 0755]
libparc/parc/security/parc_Key.c [new file with mode: 0755]
libparc/parc/security/parc_Key.h [new file with mode: 0755]
libparc/parc/security/parc_KeyId.c [new file with mode: 0755]
libparc/parc/security/parc_KeyId.h [new file with mode: 0755]
libparc/parc/security/parc_KeyStore.c [new file with mode: 0755]
libparc/parc/security/parc_KeyStore.h [new file with mode: 0755]
libparc/parc/security/parc_Pkcs12KeyStore.c [new file with mode: 0644]
libparc/parc/security/parc_Pkcs12KeyStore.h [new file with mode: 0644]
libparc/parc/security/parc_PublicKeySigner.c [new file with mode: 0644]
libparc/parc/security/parc_PublicKeySigner.h [new file with mode: 0644]
libparc/parc/security/parc_SecureRandom.c [new file with mode: 0644]
libparc/parc/security/parc_SecureRandom.h [new file with mode: 0644]
libparc/parc/security/parc_Security.c [new file with mode: 0644]
libparc/parc/security/parc_Security.h [new file with mode: 0755]
libparc/parc/security/parc_Signature.c [new file with mode: 0755]
libparc/parc/security/parc_Signature.h [new file with mode: 0755]
libparc/parc/security/parc_Signer.c [new file with mode: 0644]
libparc/parc/security/parc_Signer.h [new file with mode: 0755]
libparc/parc/security/parc_SigningAlgorithm.c [new file with mode: 0755]
libparc/parc/security/parc_SigningAlgorithm.h [new file with mode: 0644]
libparc/parc/security/parc_SymmetricKeySigner.c [new file with mode: 0644]
libparc/parc/security/parc_SymmetricKeySigner.h [new file with mode: 0644]
libparc/parc/security/parc_SymmetricKeyStore.c [new file with mode: 0644]
libparc/parc/security/parc_SymmetricKeyStore.h [new file with mode: 0644]
libparc/parc/security/parc_Verifier.c [new file with mode: 0755]
libparc/parc/security/parc_Verifier.h [new file with mode: 0644]
libparc/parc/security/parc_X509Certificate.c [new file with mode: 0644]
libparc/parc/security/parc_X509Certificate.h [new file with mode: 0755]
libparc/parc/security/test/.gitignore [new file with mode: 0644]
libparc/parc/security/test/CMakeLists.txt [new file with mode: 0644]
libparc/parc/security/test/README.digests [new file with mode: 0644]
libparc/parc/security/test/README.keystore [new file with mode: 0644]
libparc/parc/security/test/README.symmetric [new file with mode: 0644]
libparc/parc/security/test/test.crt.der [new file with mode: 0644]
libparc/parc/security/test/test.crt.der.sha256.bin [new file with mode: 0644]
libparc/parc/security/test/test.der [new file with mode: 0644]
libparc/parc/security/test/test.pem [new file with mode: 0644]
libparc/parc/security/test/test.pkcs12 [new file with mode: 0644]
libparc/parc/security/test/test_crt.der [new file with mode: 0644]
libparc/parc/security/test/test_crt_der.bin [new file with mode: 0644]
libparc/parc/security/test/test_crt_sha256.bin [new file with mode: 0644]
libparc/parc/security/test/test_der.bin [new file with mode: 0644]
libparc/parc/security/test/test_digest_bytes_128.bin [new file with mode: 0644]
libparc/parc/security/test/test_digest_bytes_128.sha256 [new file with mode: 0644]
libparc/parc/security/test/test_digest_bytes_128.sha512 [new file with mode: 0644]
libparc/parc/security/test/test_key.pem [new file with mode: 0644]
libparc/parc/security/test/test_parc_Certificate.c [new file with mode: 0644]
libparc/parc/security/test/test_parc_CertificateFactory.c [new file with mode: 0755]
libparc/parc/security/test/test_parc_CertificateType.c [new file with mode: 0755]
libparc/parc/security/test/test_parc_ContainerEncoding.c [new file with mode: 0755]
libparc/parc/security/test/test_parc_CryptoCache.c [new file with mode: 0755]
libparc/parc/security/test/test_parc_CryptoHash.c [new file with mode: 0755]
libparc/parc/security/test/test_parc_CryptoHashType.c [new file with mode: 0644]
libparc/parc/security/test/test_parc_CryptoHasher.c [new file with mode: 0755]
libparc/parc/security/test/test_parc_CryptoSuite.c [new file with mode: 0755]
libparc/parc/security/test/test_parc_DiffieHellman.c [new file with mode: 0755]
libparc/parc/security/test/test_parc_DiffieHellmanKeyShare.c [new file with mode: 0755]
libparc/parc/security/test/test_parc_Identity.c [new file with mode: 0644]
libparc/parc/security/test/test_parc_IdentityFile.c [new file with mode: 0644]
libparc/parc/security/test/test_parc_InMemoryVerifier.c [new file with mode: 0755]
libparc/parc/security/test/test_parc_Key.c [new file with mode: 0755]
libparc/parc/security/test/test_parc_KeyId.c [new file with mode: 0644]
libparc/parc/security/test/test_parc_KeyStore.c [new file with mode: 0755]
libparc/parc/security/test/test_parc_Pkcs12KeyStore.c [new file with mode: 0755]
libparc/parc/security/test/test_parc_PublicKeySigner.c [new file with mode: 0644]
libparc/parc/security/test/test_parc_SecureRandom.c [new file with mode: 0755]
libparc/parc/security/test/test_parc_Security.c [new file with mode: 0755]
libparc/parc/security/test/test_parc_Signature.c [new file with mode: 0755]
libparc/parc/security/test/test_parc_Signer.c [new file with mode: 0644]
libparc/parc/security/test/test_parc_SigningAlgorithm.c [new file with mode: 0755]
libparc/parc/security/test/test_parc_SymmetricKeySigner.c [new file with mode: 0644]
libparc/parc/security/test/test_parc_SymmetricKeyStore.c [new file with mode: 0755]
libparc/parc/security/test/test_parc_Verifier.c [new file with mode: 0755]
libparc/parc/security/test/test_parc_X509Certificate.c [new file with mode: 0755]
libparc/parc/security/test/test_pubkey.bin [new file with mode: 0644]
libparc/parc/security/test/test_pubkey.der [new file with mode: 0644]
libparc/parc/security/test/test_pubkey.pem [new file with mode: 0644]
libparc/parc/security/test/test_random_bytes [new file with mode: 0644]
libparc/parc/security/test/test_random_bytes.hmac_sha256 [new file with mode: 0644]
libparc/parc/security/test/test_random_bytes.hmac_sha512 [new file with mode: 0644]
libparc/parc/security/test/test_random_bytes.sig [new file with mode: 0644]
libparc/parc/security/test/test_rsa.crt [new file with mode: 0644]
libparc/parc/security/test/test_rsa.csr [new file with mode: 0644]
libparc/parc/security/test/test_rsa.p12 [new file with mode: 0644]
libparc/parc/security/test/test_rsa_crt.der [new file with mode: 0644]
libparc/parc/security/test/test_rsa_crt_sha256.bin [new file with mode: 0644]
libparc/parc/security/test/test_rsa_key.der [new file with mode: 0644]
libparc/parc/security/test/test_rsa_key.pem [new file with mode: 0644]
libparc/parc/security/test/test_rsa_pub.der [new file with mode: 0644]
libparc/parc/security/test/test_rsa_pub.pem [new file with mode: 0644]
libparc/parc/security/test/test_rsa_pub_sha256.bin [new file with mode: 0644]
libparc/parc/security/test/test_symmetric_key.bin [new file with mode: 0644]
libparc/parc/security/test/test_symmetric_key.sha256 [new file with mode: 0644]
libparc/parc/statistics/parc_BasicStats.c [new file with mode: 0644]
libparc/parc/statistics/parc_BasicStats.h [new file with mode: 0755]
libparc/parc/statistics/parc_EWMA.c [new file with mode: 0644]
libparc/parc/statistics/parc_EWMA.h [new file with mode: 0755]
libparc/parc/statistics/test/CMakeLists.txt [new file with mode: 0644]
libparc/parc/statistics/test/test_parc_BasicStats.c [new file with mode: 0644]
libparc/parc/statistics/test/test_parc_EWMA.c [new file with mode: 0644]
libparc/parc/testing/parc_MemoryTesting.c [new file with mode: 0755]
libparc/parc/testing/parc_MemoryTesting.h [new file with mode: 0755]
libparc/parc/testing/parc_ObjectTesting.c [new file with mode: 0644]
libparc/parc/testing/parc_ObjectTesting.h [new file with mode: 0644]
libparc/parc/testing/test/.gitignore [new file with mode: 0644]
libparc/parc/testing/test/CMakeLists.txt [new file with mode: 0644]
libparc/parc/testing/test/test_parc_MemoryTesting.c [new file with mode: 0755]
libparc/parc/testing/test/test_parc_ObjectTesting.c [new file with mode: 0755]
longbow/.gitignore [new file with mode: 0644]
longbow/AUTHORS [new file with mode: 0644]
longbow/BASE_VERSION [new file with mode: 0644]
longbow/CMakeLists.txt [new file with mode: 0644]
longbow/LICENSE [new file with mode: 0644]
longbow/README.md [new file with mode: 0644]
longbow/cmake/Modules/FindUncrustify.cmake [new file with mode: 0644]
longbow/cmake/get_version.sh [new file with mode: 0755]
longbow/documentation/.gitignore [new file with mode: 0644]
longbow/documentation/CMakeLists.txt [new file with mode: 0644]
longbow/documentation/DoxygenLayout.xml [new file with mode: 0644]
longbow/documentation/LaTeX Documentation/.gitignore [new file with mode: 0644]
longbow/documentation/LaTeX Documentation/Abstract.tex [new file with mode: 0644]
longbow/documentation/LaTeX Documentation/Document.tex [new file with mode: 0644]
longbow/documentation/LaTeX Documentation/LongBow.tex [new file with mode: 0644]
longbow/documentation/LaTeX Documentation/PARCOneColumn.cls [new file with mode: 0644]
longbow/documentation/LaTeX Documentation/Packages.tex [new file with mode: 0644]
longbow/documentation/LaTeX Documentation/Title.tex [new file with mode: 0644]
longbow/documentation/LaTeX Documentation/old/Longbow_documentation.tex [new file with mode: 0644]
longbow/documentation/LaTeX Documentation/old/SelfArx2.cls [new file with mode: 0755]
longbow/documentation/LaTeX Documentation/parc_black_solid.png [new file with mode: 0644]
longbow/documentation/LongBow.pages/Index.zip [new file with mode: 0644]
longbow/documentation/LongBow.pages/Metadata/BuildVersionHistory.plist [new file with mode: 0644]
longbow/documentation/LongBow.pages/Metadata/DocumentIdentifier [new file with mode: 0644]
longbow/documentation/LongBow.pages/Metadata/Properties.plist [new file with mode: 0644]
longbow/documentation/LongBow.pages/preview-micro.jpg [new file with mode: 0644]
longbow/documentation/LongBow.pages/preview-web.jpg [new file with mode: 0644]
longbow/documentation/LongBow.pages/preview.jpg [new file with mode: 0644]
longbow/documentation/doxygen-extras/bootstrap/css/bootstrap-theme.css [new file with mode: 0644]
longbow/documentation/doxygen-extras/bootstrap/css/bootstrap-theme.css.map [new file with mode: 0644]
longbow/documentation/doxygen-extras/bootstrap/css/bootstrap-theme.min.css [new file with mode: 0644]
longbow/documentation/doxygen-extras/bootstrap/css/bootstrap.css [new file with mode: 0644]
longbow/documentation/doxygen-extras/bootstrap/css/bootstrap.css.map [new file with mode: 0644]
longbow/documentation/doxygen-extras/bootstrap/css/bootstrap.min.css [new file with mode: 0644]
longbow/documentation/doxygen-extras/bootstrap/fonts/glyphicons-halflings-regular.eot [new file with mode: 0644]
longbow/documentation/doxygen-extras/bootstrap/fonts/glyphicons-halflings-regular.svg [new file with mode: 0644]
longbow/documentation/doxygen-extras/bootstrap/fonts/glyphicons-halflings-regular.ttf [new file with mode: 0644]
longbow/documentation/doxygen-extras/bootstrap/fonts/glyphicons-halflings-regular.woff [new file with mode: 0644]
longbow/documentation/doxygen-extras/bootstrap/js/bootstrap.js [new file with mode: 0644]
longbow/documentation/doxygen-extras/bootstrap/js/bootstrap.min.js [new file with mode: 0644]
longbow/documentation/doxygen-extras/bootstrap/js/npm.js [new file with mode: 0644]
longbow/documentation/doxygen-extras/customdoxygen.css [new file with mode: 0644]
longbow/documentation/doxygen-extras/doxy-boot.js [new file with mode: 0644]
longbow/documentation/doxygen-extras/doxygen-bootstrap.js [new file with mode: 0755]
longbow/documentation/doxygen-extras/footer.html [new file with mode: 0755]
longbow/documentation/doxygen-extras/header.html [new file with mode: 0755]
longbow/documentation/doxygen-extras/masthead.css [new file with mode: 0644]
longbow/documentation/examples/testAssertion.c [new file with mode: 0755]
longbow/documentation/images/noise_gradient.jpg [new file with mode: 0644]
longbow/documentation/images/parc_black_solid.png [new file with mode: 0644]
longbow/documentation/imported-stylesheet.css [new file with mode: 0644]
longbow/documentation/longbow-logo.gif [new file with mode: 0644]
longbow/documentation/longbow.conf [new file with mode: 0644]
longbow/documentation/longbow.doxygen.in [new file with mode: 0644]
longbow/documentation/longbow.gif [new file with mode: 0644]
longbow/documentation/stylesheet.css [new file with mode: 0644]
longbow/src/CMakeLists.txt [new file with mode: 0644]
longbow/src/LongBow/.gitignore [new file with mode: 0644]
longbow/src/LongBow/CMakeLists.txt [new file with mode: 0644]
longbow/src/LongBow/Groups.dox [new file with mode: 0644]
longbow/src/LongBow/Reporting/ANSITerm/longBowReportANSITerminal_About.c [new file with mode: 0644]
longbow/src/LongBow/Reporting/ANSITerm/longBowReportANSITerminal_About.h [new file with mode: 0755]
longbow/src/LongBow/Reporting/ANSITerm/longBowReport_Runtime.c [new file with mode: 0644]
longbow/src/LongBow/Reporting/ANSITerm/longBowReport_Runtime.h [new file with mode: 0755]
longbow/src/LongBow/Reporting/ANSITerm/longBowReport_Testing.c [new file with mode: 0644]
longbow/src/LongBow/Reporting/Android/longBowReportAndroid_About.c [new file with mode: 0644]
longbow/src/LongBow/Reporting/Android/longBowReportAndroid_About.h [new file with mode: 0755]
longbow/src/LongBow/Reporting/Android/longBowReport_Runtime.c [new file with mode: 0644]
longbow/src/LongBow/Reporting/Android/longBowReport_Testing.c [new file with mode: 0755]
longbow/src/LongBow/Reporting/TextPlain/longBowReportTextPlain_About.c [new file with mode: 0644]
longbow/src/LongBow/Reporting/TextPlain/longBowReportTextPlain_About.h [new file with mode: 0755]
longbow/src/LongBow/Reporting/TextPlain/longBowReport_Runtime.c [new file with mode: 0755]
longbow/src/LongBow/Reporting/TextPlain/longBowReport_Testing.c [new file with mode: 0755]
longbow/src/LongBow/Reporting/longBowReport_Runtime.c [new file with mode: 0755]
longbow/src/LongBow/Reporting/longBowReport_Runtime.h [new file with mode: 0755]
longbow/src/LongBow/Reporting/longBowReport_Testing.c [new file with mode: 0755]
longbow/src/LongBow/Reporting/longBowReport_Testing.h [new file with mode: 0755]
longbow/src/LongBow/assertions.h [new file with mode: 0644]
longbow/src/LongBow/command-line/.gitignore [new file with mode: 0644]
longbow/src/LongBow/command-line/liblongbow-config.c [new file with mode: 0755]
longbow/src/LongBow/config.h.in [new file with mode: 0644]
longbow/src/LongBow/debugging.h [new file with mode: 0755]
longbow/src/LongBow/longBow_About.c [new file with mode: 0644]
longbow/src/LongBow/longBow_About.h [new file with mode: 0755]
longbow/src/LongBow/longBow_Backtrace.c [new file with mode: 0755]
longbow/src/LongBow/longBow_Backtrace.h [new file with mode: 0755]
longbow/src/LongBow/longBow_ClipBoard.c [new file with mode: 0644]
longbow/src/LongBow/longBow_ClipBoard.h [new file with mode: 0755]
longbow/src/LongBow/longBow_Compiler.h [new file with mode: 0755]
longbow/src/LongBow/longBow_Config.c [new file with mode: 0755]
longbow/src/LongBow/longBow_Config.h [new file with mode: 0755]
longbow/src/LongBow/longBow_Debug.c [new file with mode: 0755]
longbow/src/LongBow/longBow_Debug.h [new file with mode: 0755]
longbow/src/LongBow/longBow_Event.c [new file with mode: 0755]
longbow/src/LongBow/longBow_Event.h [new file with mode: 0755]
longbow/src/LongBow/longBow_EventType.c [new file with mode: 0755]
longbow/src/LongBow/longBow_EventType.h [new file with mode: 0755]
longbow/src/LongBow/longBow_Location.c [new file with mode: 0755]
longbow/src/LongBow/longBow_Location.h [new file with mode: 0755]
longbow/src/LongBow/longBow_Main.c [new file with mode: 0755]
longbow/src/LongBow/longBow_Main.h [new file with mode: 0755]
longbow/src/LongBow/longBow_MeasureTime.c [new file with mode: 0755]
longbow/src/LongBow/longBow_MeasureTime.h [new file with mode: 0644]
longbow/src/LongBow/longBow_Properties.c [new file with mode: 0644]
longbow/src/LongBow/longBow_Properties.h [new file with mode: 0755]
longbow/src/LongBow/longBow_Runtime.c [new file with mode: 0755]
longbow/src/LongBow/longBow_Runtime.h [new file with mode: 0644]
longbow/src/LongBow/longBow_RuntimeResult.c [new file with mode: 0755]
longbow/src/LongBow/longBow_RuntimeResult.h [new file with mode: 0755]
longbow/src/LongBow/longBow_Status.c [new file with mode: 0644]
longbow/src/LongBow/longBow_Status.h [new file with mode: 0755]
longbow/src/LongBow/longBow_SubProcess.c [new file with mode: 0755]
longbow/src/LongBow/longBow_SubProcess.h [new file with mode: 0755]
longbow/src/LongBow/longBow_SubProcess_Darwin_x86_64.c [new file with mode: 0755]
longbow/src/LongBow/longBow_TestCase.c [new file with mode: 0644]
longbow/src/LongBow/longBow_TestCase.h [new file with mode: 0755]
longbow/src/LongBow/longBow_TestCaseClipBoard.c [new file with mode: 0755]
longbow/src/LongBow/longBow_TestCaseClipBoard.h [new file with mode: 0755]
longbow/src/LongBow/longBow_TestCaseMetaData.c [new file with mode: 0755]
longbow/src/LongBow/longBow_TestCaseMetaData.h [new file with mode: 0755]
longbow/src/LongBow/longBow_TestFixture.c [new file with mode: 0644]
longbow/src/LongBow/longBow_TestFixture.h [new file with mode: 0644]
longbow/src/LongBow/longBow_TestFixtureConfig.c [new file with mode: 0755]
longbow/src/LongBow/longBow_TestFixtureConfig.h [new file with mode: 0755]
longbow/src/LongBow/longBow_TestRunner.c [new file with mode: 0644]
longbow/src/LongBow/longBow_TestRunner.h [new file with mode: 0644]
longbow/src/LongBow/longBow_UnitTest.h [new file with mode: 0755]
longbow/src/LongBow/longBow_UnitTesting.c [new file with mode: 0755]
longbow/src/LongBow/longBow_UnitTesting.h [new file with mode: 0755]
longbow/src/LongBow/private/longBow_ArrayList.c [new file with mode: 0755]
longbow/src/LongBow/private/longBow_ArrayList.h [new file with mode: 0644]
longbow/src/LongBow/private/longBow_Memory.c [new file with mode: 0644]
longbow/src/LongBow/private/longBow_Memory.h [new file with mode: 0755]
longbow/src/LongBow/private/longBow_OpenFile.c [new file with mode: 0644]
longbow/src/LongBow/private/longBow_OpenFile.h [new file with mode: 0755]
longbow/src/LongBow/private/longBow_String.c [new file with mode: 0644]
longbow/src/LongBow/private/longBow_String.h [new file with mode: 0755]
longbow/src/LongBow/runtime.h [new file with mode: 0644]
longbow/src/LongBow/stubs/execinfo.h [new file with mode: 0755]
longbow/src/LongBow/test/.gitignore [new file with mode: 0644]
longbow/src/LongBow/test/CMakeLists.txt [new file with mode: 0644]
longbow/src/LongBow/test/test_MemoryLeaks.c [new file with mode: 0755]
longbow/src/LongBow/test/test_assertions.c [new file with mode: 0755]
longbow/src/LongBow/test/test_fixtureConfiguration.c [new file with mode: 0755]
longbow/src/LongBow/test/test_longBow_ArrayList.c [new file with mode: 0644]
longbow/src/LongBow/test/test_longBow_Backtrace.c [new file with mode: 0755]
longbow/src/LongBow/test/test_longBow_CommandLineOptions.c [new file with mode: 0755]
longbow/src/LongBow/test/test_longBow_Config.c [new file with mode: 0755]
longbow/src/LongBow/test/test_longBow_Debug.c [new file with mode: 0755]
longbow/src/LongBow/test/test_longBow_Expected.c [new file with mode: 0755]
longbow/src/LongBow/test/test_longBow_Fixture.c [new file with mode: 0644]
longbow/src/LongBow/test/test_longBow_Location.c [new file with mode: 0755]
longbow/src/LongBow/test/test_longBow_Main.c [new file with mode: 0755]
longbow/src/LongBow/test/test_longBow_MeasureTime.c [new file with mode: 0644]
longbow/src/LongBow/test/test_longBow_Memory.c [new file with mode: 0755]
longbow/src/LongBow/test/test_longBow_OpenFile.c [new file with mode: 0755]
longbow/src/LongBow/test/test_longBow_Properties.c [new file with mode: 0755]
longbow/src/LongBow/test/test_longBow_Runner.c [new file with mode: 0755]
longbow/src/LongBow/test/test_longBow_Runtime.c [new file with mode: 0755]
longbow/src/LongBow/test/test_longBow_Status.c [new file with mode: 0755]
longbow/src/LongBow/test/test_longBow_String.c [new file with mode: 0755]
longbow/src/LongBow/test/test_longBow_TestCase.c [new file with mode: 0755]
longbow/src/LongBow/test/test_longBow_TestCaseClipBoard.c [new file with mode: 0755]
longbow/src/LongBow/test/test_longBow_UnitTesting.c [new file with mode: 0755]
longbow/src/LongBow/testing.h [new file with mode: 0755]
longbow/src/LongBow/tests.h [new file with mode: 0644]
longbow/src/LongBow/traps.h [new file with mode: 0755]
longbow/src/LongBow/unit-test.h [new file with mode: 0644]
longbow/src/examples/.gitignore [new file with mode: 0644]
longbow/src/examples/example1.c [new file with mode: 0755]
longbow/src/examples/minimal.c [new file with mode: 0755]
longbow/src/examples/pointer.c [new file with mode: 0755]
longbow/src/examples/require.c [new file with mode: 0755]
longbow/src/examples/testAssertion.c [new file with mode: 0755]
longbow/src/examples/testClipboard.c [new file with mode: 0755]
longbow/src/examples/testExample1.c [new file with mode: 0755]
longbow/src/examples/testLongBow.c [new file with mode: 0755]
longbow/src/examples/testRunnerSkipped.c [new file with mode: 0755]
longbow/src/examples/testTearDown.c [new file with mode: 0755]
longbow/src/examples/testUnimplemented.c [new file with mode: 0755]
longbow/src/examples/test_minimal.c [new file with mode: 0755]
longbow/src/examples/tutorial/.gitignore [new file with mode: 0644]
longbow/src/examples/tutorial/test_tutorial1.c [new file with mode: 0644]
longbow/src/examples/tutorial/test_tutorial10.c [new file with mode: 0644]
longbow/src/examples/tutorial/test_tutorial11.c [new file with mode: 0644]
longbow/src/examples/tutorial/test_tutorial12.c [new file with mode: 0644]
longbow/src/examples/tutorial/test_tutorial13.c [new file with mode: 0644]
longbow/src/examples/tutorial/test_tutorial2.c [new file with mode: 0644]
longbow/src/examples/tutorial/test_tutorial3.c [new file with mode: 0644]
longbow/src/examples/tutorial/test_tutorial4.c [new file with mode: 0644]
longbow/src/examples/tutorial/test_tutorial5.c [new file with mode: 0644]
longbow/src/examples/tutorial/test_tutorial6.c [new file with mode: 0644]
longbow/src/examples/tutorial/test_tutorial7.c [new file with mode: 0644]
longbow/src/examples/tutorial/test_tutorial8.c [new file with mode: 0644]
longbow/src/examples/tutorial/test_tutorial9.c [new file with mode: 0644]
longbow/src/examples/tutorial/tutorial.c [new file with mode: 0755]
longbow/src/python/.gitignore [new file with mode: 0644]
longbow/src/python/.project [new file with mode: 0644]
longbow/src/python/.pydevproject [new file with mode: 0644]
longbow/src/python/CMakeLists.txt [new file with mode: 0644]
longbow/src/python/longbow-ansigcov.py [new file with mode: 0755]
longbow/src/python/longbow-bytearray.py [new file with mode: 0755]
longbow/src/python/longbow-code.py [new file with mode: 0755]
longbow/src/python/longbow-complexity-report.py [new file with mode: 0755]
longbow/src/python/longbow-coverage-report.py [new file with mode: 0755]
longbow/src/python/longbow-doxygen-report.py [new file with mode: 0755]
longbow/src/python/longbow-generate-about.py [new file with mode: 0755]
longbow/src/python/longbow-name-report.py [new file with mode: 0755]
longbow/src/python/longbow-preprocess.py [new file with mode: 0755]
longbow/src/python/longbow-size-report.py [new file with mode: 0755]
longbow/src/python/longbow-style-report.py [new file with mode: 0755]
longbow/src/python/longbow-test-run.py [new file with mode: 0755]
longbow/src/python/longbow-test-suite.py [new file with mode: 0755]
longbow/src/python/longbow-vocabulary-report.py [new file with mode: 0755]
longbow/src/python/parc_uncrustify.cfg [new file with mode: 0755]
longbow/src/python/site-packages/CMakeLists.txt [new file with mode: 0644]
longbow/src/python/site-packages/longbow.pth [new file with mode: 0755]
longbow/src/python/site-packages/longbow/.gitignore [new file with mode: 0644]
longbow/src/python/site-packages/longbow/ANSITerm.py [new file with mode: 0755]
longbow/src/python/site-packages/longbow/CoverageReport.py [new file with mode: 0755]
longbow/src/python/site-packages/longbow/DoxygenReport.py [new file with mode: 0755]
longbow/src/python/site-packages/longbow/FileUtil.py [new file with mode: 0755]
longbow/src/python/site-packages/longbow/GCov.py [new file with mode: 0755]
longbow/src/python/site-packages/longbow/GCovSummary.py [new file with mode: 0755]
longbow/src/python/site-packages/longbow/Language_C.py [new file with mode: 0755]
longbow/src/python/site-packages/longbow/LongBow.py [new file with mode: 0755]
longbow/src/python/site-packages/longbow/NameReport.py [new file with mode: 0755]
longbow/src/python/site-packages/longbow/StyleReport.py [new file with mode: 0755]
longbow/src/python/site-packages/longbow/SymbolTable.py [new file with mode: 0755]
longbow/src/python/site-packages/longbow/VocabularyReport.py [new file with mode: 0755]