Home
About
Blog
Products
Forum
Support
Contact
Sunbelt Computer Software
PL/B Language Development and Support
Home
About
Blog
Products
Forum
Support
Contact
History for client-cpp - Coding-Deng/iotdb · GitHub
Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Coding-Deng
/
iotdb
Public
forked from
apache/iotdb
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
iotdb
client-cpp
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 8, 2022
[IOTDB-4351] Enhance client-cpp for performance (#7256)
jamber001
authored
fd60088
View commit details
Copy full SHA for fd60088
View code at this point
Browse repository at this point
Commits on Aug 26, 2022
[IOTDB-4193] Fix bug/risk/inefficient codes in client-cpp (#7095)
jamber001
authored
678740f
View commit details
Copy full SHA for 678740f
View code at this point
Browse repository at this point
Commits on Aug 15, 2022
[IOTDB-2669] C++ client optimize the values type in tablet class (#6812)
liruizhi19
authored
3585d6b
View commit details
Copy full SHA for 3585d6b
View code at this point
Browse repository at this point
Commits on Aug 5, 2022
[IOTDB-4023]C++ interface execute SQL query statement and the returned result set records error (#6870)
liruizhi19
authored
d037f1b
View commit details
Copy full SHA for d037f1b
View code at this point
Browse repository at this point
Commits on Jul 21, 2022
IOTDB-3901 C++ client method of insertRecordsOfOneDevice sorting optimization (#6734)
liruizhi19
authored
f465aac
View commit details
Copy full SHA for f465aac
View code at this point
Browse repository at this point
Commits on Jul 18, 2022
[IOTDB-3851] C++ client method of tablet sorting optimization (#6690)
liruizhi19
authored
967cde6
View commit details
Copy full SHA for 967cde6
View code at this point
Browse repository at this point
Commits on Jun 28, 2022
Add Cluster function figure and rename thrift file and class name (#6481)
Show description for eeaeac0
Jialin Qiao
and
HTHou
authored
eeaeac0
View commit details
Copy full SHA for eeaeac0
View code at this point
Browse repository at this point
Commits on Apr 20, 2022
[IOTDB-2942] [IOTDB-2944] Delete duplicate data structure in node-commons and extend TDataNodeLocation (#5592)
CRZbulabula
authored
7ce6033
View commit details
Copy full SHA for 7ce6033
View code at this point
Browse repository at this point
Commits on Apr 11, 2022
[IOTDB-2876] Definition of common thrift struct (#5471)
MrQuansy
authored
fbe1bf2
View commit details
Copy full SHA for fbe1bf2
View code at this point
Browse repository at this point
Commits on Mar 18, 2022
[IOTDB-2609] A new lossy encoding method based on frequency domain (#5118)
Show description for dc38c7a
543202718
and
HTHou
authored
dc38c7a
View commit details
Copy full SHA for dc38c7a
View code at this point
Browse repository at this point
Commits on Mar 14, 2022
change master version to 0.14.0-SNAPSHOT (#5209)
HTHou
authored
08e9d34
View commit details
Copy full SHA for 08e9d34
View code at this point
Browse repository at this point
Commits on Mar 13, 2022
[IOTDB-2461] Add cpp and sql support for ZIGZAG encoding (#5207)
HTHou
authored
32cd145
View commit details
Copy full SHA for 32cd145
View code at this point
Browse repository at this point
Commits on Jan 15, 2022
[IOTDB-2321] Add schema template APIs for C++ client (#4796)
liuminghui233
authored
76fe523
View commit details
Copy full SHA for 76fe523
View code at this point
Browse repository at this point
Commits on Jan 14, 2022
[IOTDB-2393] Distinguish client version via version nubmer in TSOpenSessionReq (#4813)
liuminghui233
authored
d0f8e67
View commit details
Copy full SHA for d0f8e67
View code at this point
Browse repository at this point
Commits on Jan 11, 2022
[IOTDB-1803] Support insert Tablet with null value in c++ client (#4755)
liuminghui233
authored
e6781b0
View commit details
Copy full SHA for e6781b0
View code at this point
Browse repository at this point
Commits on Jan 6, 2022
[IOTDB-2290] Incorrect query result in C++ client (#4721)
liuminghui233
authored
853ff47
View commit details
Copy full SHA for 853ff47
View code at this point
Browse repository at this point
[IOTDB-1802] Add aligned timeseries APIs for C++ client (#4711)
liuminghui233
authored
f061b28
View commit details
Copy full SHA for f061b28
View code at this point
Browse repository at this point
Commits on Jan 5, 2022
update CMakeLists.txt (#4707)
liuminghui233
authored
cbecb86
View commit details
Copy full SHA for cbecb86
View code at this point
Browse repository at this point
Commits on Nov 30, 2021
avoid double import in C++ client (#4500)
THUMarkLau
authored
cbb09d0
View commit details
Copy full SHA for cbb09d0
View code at this point
Browse repository at this point
Commits on Nov 11, 2021
Bump copy-rename-maven-plugin from 1.0 to 1.0.1 (#4270)
Show description for 7f936db
dependabot[bot]
authored
7f936db
View commit details
Copy full SHA for 7f936db
View code at this point
Browse repository at this point
Commits on Oct 12, 2021
Bump download-maven-plugin from 1.3.0 to 1.6.7 (#4127)
Show description for da26938
dependabot[bot]
authored
da26938
View commit details
Copy full SHA for da26938
View code at this point
Browse repository at this point
Commits on Sep 26, 2021
[IOTDB-1634][IOTDB-1571] Extend more aligned timeseries insert APIs && Fix aligned timeseries wal cannot recover (#3917)
HTHou
authored
a9f582e
View commit details
Copy full SHA for a9f582e
View code at this point
Browse repository at this point
Commits on Sep 24, 2021
[IOTDB-1730] client-cpp, enhance session::insertTablet() etc.'s performance (#4022)
Show description for 96b5269
jamber001
and
haiyi.zb
authored
96b5269
View commit details
Copy full SHA for 96b5269
View code at this point
Browse repository at this point
[IOTDB-1720] client-cpp: enhance Session codes (#4010)
Show description for c8d0da8
jamber001
and
haiyi.zb
authored
c8d0da8
View commit details
Copy full SHA for c8d0da8
View code at this point
Browse repository at this point
[IOTDB-1719] client-cpp should firstly use thrift head files in thrift src (#4009)
Show description for 10aea61
jamber001
and
haiyi.zb
authored
10aea61
View commit details
Copy full SHA for 10aea61
View code at this point
Browse repository at this point
Commits on Sep 15, 2021
[IOTDB-1678] Fix client-cpp session bug: can cause connection leak. (#3962)
jamber001
authored
45b3d6f
View commit details
Copy full SHA for 45b3d6f
View code at this point
Browse repository at this point
[IOTDB-1679] client-cpp: Session descontruction need release server resource. (#3964)
jamber001
authored
5f0dcd9
View commit details
Copy full SHA for 5f0dcd9
View code at this point
Browse repository at this point
[IOTDB-1287] Fix C++ class Session has 2 useless sort() (#3966)
jamber001
authored
d97128f
View commit details
Copy full SHA for d97128f
View code at this point
Browse repository at this point
Commits on Sep 7, 2021
[IOTDB-1630] Compile cpp client on ARM Linux (#3912)
HTHou
authored
3877d00
View commit details
Copy full SHA for 3877d00
View code at this point
Browse repository at this point
Commits on Aug 15, 2021
[To master] Set line break to Unix style in spotless (#3742)
THUMarkLau
authored
685dbfb
View commit details
Copy full SHA for 685dbfb
View code at this point
Browse repository at this point
Commits on Aug 6, 2021
[ISSUE-3690] Memory leaks on the server when cpp client invokes checkTimeseriesExists (#3692)
SteveYurongSu
authored
a2c446a
View commit details
Copy full SHA for a2c446a
View code at this point
Browse repository at this point
Commits on Aug 5, 2021
[IOTDB-1545] Query dataset momory leak on server caused by cpp client (#3682)
Show description for 37f5c7a
SteveYurongSu
authored
37f5c7a
View commit details
Copy full SHA for 37f5c7a
View code at this point
Browse repository at this point
Commits on Aug 3, 2021
[IOTDB-1542] Cpp client segment fault: char[] buffer overflow caused by long exception message (#3671)
SteveYurongSu
authored
443845c
View commit details
Copy full SHA for 443845c
View code at this point
Browse repository at this point
Commits on Jun 5, 2021
[IOTDB-1405] Refactor MManager for new vector interfaces (#3300)
Show description for 11c942a
samperson1997
and
SilverNarcissus
authored
11c942a
View commit details
Copy full SHA for 11c942a
View code at this point
Browse repository at this point
Commits on Jun 1, 2021
[IOTDB-1403] Dictionary encoding for TEXT (#3218)
liujiajun
authored
622a9c4
View commit details
Copy full SHA for 622a9c4
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.