summaryrefslogtreecommitdiff
path: root/idlc
AgeCommit message (Expand)AuthorFilesLines
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
2018-04-17Fix memory leak about generated codesHwankyu Jhun2-0/+4
2018-04-17Adjust coding style for C GeneratorHwankyu Jhun5-44/+96
2018-04-16Fix wrong handle typeJunghoon Park1-2/+2
2018-04-13Fix build warningJunghoon Park1-1/+1
2018-04-12Adjust coding style of generating C codeHwankyu Jhun9-47/+61
2018-04-09Change the return type for callbacksJunghoon Park2-3/+5
2018-04-03Refactor tidl generatorJunghoon Park24-267/+188
2018-04-02Fix a bug about checking callbacksJunghoon Park2-4/+4
2018-04-02Invoke terminated callbacks before finishing the stub objectJunghoon Park1-0/+4
2018-04-02Generate comments for methods in the interfaceJunghoon Park4-0/+10
2018-04-02Add an option for adding prefixJunghoon Park10-113/+155
2018-03-29Generate APIs for disposing delegatesJunghoon Park12-1/+98
2018-03-28Implement instant callbackJunghoon Park10-19/+76
2018-03-27Fix a bug at c++ generatorJunghoon Park1-16/+3
2018-03-27Fix some bugs at c-generatorJunghoon Park3-0/+21