f565f60bc3
[refactor](standard)BE:Initialize pointer variables in the class to nullptr by default ( #27587 )
2023-11-28 13:02:30 +08:00
ac9acc8e9d
[fix](sample)(cpp) fix the condition of breaking for loop in function ( #8497 )
2022-03-18 09:37:48 +08:00
c0e59e59aa
[fix][refactor] fix bugs and refactor some code by lint ( #7871 )
...
1. Fix some `passedByValue` issues.
2. Fix some `dereferenceBeforeCheck` issues.
3. Fix some `uninitMemberVar` issues.
4. Fix some iterator `eraseDereference` issues.
5. Fix compile issue introduced from #7923 #7905 #7848
2022-02-01 14:31:14 +08:00
6c6380969b
[refactor] replace boost smart ptr with stl ( #6856 )
...
1. replace all boost::shared_ptr to std::shared_ptr
2. replace all boost::scopted_ptr to std::unique_ptr
3. replace all boost::scoped_array to std::unique<T[]>
4. replace all boost:thread to std::thread
2021-11-17 10:18:35 +08:00
2e1a0030bc
Add some connect samples ( #3221 )
...
Add connect samples for golang, java , nodejs, php, python.
2020-03-30 13:54:36 +08:00
87b266cd11
Add cpp connect sample ( #2685 )
2020-01-08 23:10:58 +08:00