進捗記録 2014.6.1
ソースコードの内容記録です。#はコメントです。Makefileの方がはるかに大きいです(*^-^)
(Note) '#' is comment. $ ls -al * -rw-rw-r-- 26650 5月 27 15:37 brynhildr.cpp # brynhildr class for main process drawing jpeg stream for Desktop and playing PCM sound stream and control with Input Devices.) -rw-rw-r-- 3588 5月 15 19:48 brynhildr.h -rw-rw-r-- 640 5月 22 20:09 brynhildr.pro # made by qmake and written by hand. -rw-rw-r-- 148 5月 22 21:04 brynhildr.qrc # resource file for Qt -rw-rw-r-- 517 5月 27 15:34 common.h -rw-rw-r-- 1437 5月 27 15:43 main.cpp # main function only -rw-rw-r-- 2025 5月 14 08:25 mainwindow.cpp # main window GUI -rw-rw-r-- 898 5月 13 18:27 mainwindow.h -rw-rw-r-- 22501 5月 28 18:45 Makefile -rw-rw-r-- 121216 5月 28 18:45 Makefile.Debug -rw-rw-r-- 121350 5月 28 18:45 Makefile.Release -rw-rw-r-- 916 5月 19 15:26 parameters.h # parameters for brynhildr -rw-rw-r-- 630 5月 15 21:13 protocols.h # protocol for brynhildr (include machine/protocols_x86.h or machine/protocols_x64.h) -rw-rw-r-- 9793 5月 28 20:05 settings.cpp # for user setting infromations -rw-rw-r-- 4707 5月 27 15:53 settings.h -rw-rw-r-- 4343 5月 27 15:35 soundbuffer.cpp # implementation of ring buffer for sound -rw-rw-r-- 512 5月 14 21:31 soundbuffer.h -rw-rw-r-- 1948 5月 28 22:30 TODO.txt # to do memo -rw-rw-r-- 717 5月 13 23:00 util.h # assertion macro and so on. -rw-rw-r-- 303 5月 23 08:31 version.h # information for version displays debug: # debug version folder MinGW and Qt5.3 合計 5316 drwxrwxr-x+ 0 5月 28 20:06 . drwxrwxr-x+ 0 5月 27 15:35 .. -rwxrwxr-x 465490 5月 28 19:18 brynhildr.o -rwxrwxr-x 364787 5月 28 19:18 main.o -rwxrwxr-x 514261 5月 28 19:18 mainwindow.o -rwxrwxr-x 7603 5月 28 19:18 moc_brynhildr.cpp -rwxrwxr-x 420856 5月 28 19:18 moc_brynhildr.o -rwxrwxr-x 2812 5月 28 19:18 moc_mainwindow.cpp -rwxrwxr-x 191208 5月 28 19:18 moc_mainwindow.o -rwxrwxr-x 494940 5月 28 19:18 qrc_brynhildr.cpp -rwxrwxr-x 104016 5月 28 19:18 qrc_brynhildr.o -rwxrwxr-x 2419142 5月 28 20:06 qtbrynhildr.exe -rwxrwxr-x 410073 5月 28 20:06 settings.o -rwxrwxr-x 18287 5月 28 19:18 soundbuffer.o images: 合計 96 -rw-rw-r-- 93968 5月 13 18:27 3Bjunior.jpg # for screen splash machine: 合計 12 -rw-rw-r-- 4038 5月 13 18:27 protocols_x64.h # for 64 bit compiler -rw-rw-r-- 4027 5月 13 18:27 protocols_x86.h # for 32 bit compiler release: # release version folder MinGW and Qt5.3 合計 956 -rwxrwxr-x 63058 5月 28 20:06 brynhildr.o -rwxrwxr-x 6588 5月 28 20:06 main.o -rwxrwxr-x 5283 5月 28 20:06 mainwindow.o -rwxrwxr-x 7603 5月 28 20:06 moc_brynhildr.cpp -rwxrwxr-x 18135 5月 28 20:06 moc_brynhildr.o -rwxrwxr-x 2812 5月 28 20:06 moc_mainwindow.cpp -rwxrwxr-x 10764 5月 28 20:06 moc_mainwindow.o -rwxrwxr-x 494939 5月 28 20:06 qrc_brynhildr.cpp -rwxrwxr-x 96936 5月 28 20:06 qrc_brynhildr.o -rwxrwxr-x 199680 5月 28 20:06 qtbrynhildr.exe -rwxrwxr-x 39092 5月 28 20:06 settings.o -rwxrwxr-x 5401 5月 28 20:06 soundbuffer.o translations: 合計 12 -rwxrwxr-x 844 5月 26 17:29 brynhildr_ja_JP.qm # binary file for translation -rwxrwxr-x 3007 5月 26 17:27 brynhildr_ja_JP.ts # text file for translation
« crypto++をVS2013 Expressでビルドする | トップページ | 暗号化についても考えてみる その5 »
« crypto++をVS2013 Expressでビルドする | トップページ | 暗号化についても考えてみる その5 »
コメント