summaryrefslogtreecommitdiff
path: root/idlc
AgeCommit message (Expand)AuthorFilesLines
2018-09-19Modified list setter of C GeneratorHwankyu Jhun2-32/+35
2018-09-17Fixed C GeneratorHwankyu Jhun2-1/+6
2018-09-17Modified C GeneratorHwankyu Jhun5-0/+31
2018-09-17Revert "Remove unnecessary files"Hwankyu Jhun5-0/+6671
2018-09-09Adjust coding style of generated codeHwankyu Jhun1-0/+1
2018-09-10Add an exception handlingHwankyu Jhun3-3/+17
2018-09-07Remove unnecessary filesHwankyu Jhun5-6671/+0
2018-08-30Adds new APIs for handling listJunghoon Park8-19/+193
2018-08-28Revert "Modified C Generator"Junghoon Park6-201/+132
2018-08-28Modified C GeneratorHwankyu Jhun6-132/+201
2018-08-24Fixed C GeneratorHwankyu Jhun6-0/+43
2018-08-09Add initializer for structure handleHwankyu Jhun1-0/+5
2018-08-06Fix a bug about using wrong API for rpc-portJunghoon Park1-1/+1
2018-08-03Add initializer for callback handleJunghoon Park2-2/+8
2018-07-24Fix bug about parsing unknown tokensJunghoon Park5-223/+231
2018-07-12Fix build error for DIBSJunghoon Park5-0/+6663
2018-07-12Add makefile for DIBSJunghoon Park1-9/+2
2018-07-11Support build for 64bit Mac OSJunghoon Park1-8/+15
2018-07-03Fix static analysis issueJunghoon Park1-2/+2
2018-07-02Support build for 32bit WindowsJunghoon Park1-0/+4
2018-07-02Support build script for WindowsJunghoon Park2-64/+98
2018-07-02Use static link optionsJunghoon Park1-1/+1
2018-06-28Add exception handler in stub codeJunghoon Park2-4/+20
2018-06-28Merge "Revert "Terminate the service object if timeout happen"" into tizenJunghoon Park1-8/+0
2018-06-28Revert "Modify exception handling of C Generator"Junghoon Park1-2/+1
2018-06-28Revert "Terminate the service object if timeout happen"Junghoon Park1-8/+0
2018-06-28Adjust coding style for C GeneratorHwankyu Jhun1-5/+5
2018-06-28Modify exception handling of C GeneratorHwankyu Jhun1-1/+2
2018-06-28Terminate the service object if timeout happenJunghoon Park1-0/+8
2018-06-26Fix build warningJunghoon Park1-4/+4
2018-06-25Modify C proxy generatorHwankyu Jhun6-33/+68
2018-06-22Modify printing dlog messagesHwankyu Jhun4-8/+10
2018-06-21Use delegate port to improve concurrencyJunghoon Park12-66/+84
2018-06-15Clear delegate objects before being disconnectedJunghoon Park1-0/+1
2018-06-15Fix definitions of the macrosHwankyu Jhun1-4/+4
2018-06-14Change dlog messagesHwankyu Jhun14-110/+162
2018-06-12Make atomic operation to get sequence numbersJunghoon Park2-2/+2
2018-06-11Make atomic operation to get sequence numbersJunghoon Park3-2/+4
2018-06-08Add log messages for debuggingHwankyu Jhun8-26/+75
2018-06-08Refactor cs generatorJunghoon Park16-537/+844
2018-06-08Fix build errorJunghoon Park1-1/+1
2018-06-08Use try_lock() to get lockJunghoon Park2-6/+10
2018-06-07Ignore overdue messageJunghoon Park1-1/+1
2018-06-04Fix resource leak and change the typeHwankyu Jhun3-3/+10
2018-05-04Add member initialization, Fix mismatched new/deleteSemun Lee1-1/+1
2018-05-02Add annotations about namespaceHwankyu Jhun4-12/+24
2018-04-19Comply with google coding ruleJunghoon Park40-402/+426
2018-04-18Set default valueHwankyu Jhun3-4/+21
2018-04-17Make thread safe codeHwankyu Jhun1-0/+13
2018-04-17Initialize data members for some built-in typesJunghoon Park2-3/+20