FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for gnuplot_i.hpp - orbitcowboy/gnuplot-cpp · GitHub
orbitcowboy
/
gnuplot-cpp
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
14
Code
Issues
4
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
gnuplot-cpp
gnuplot_i.hpp
on
master
User selector
Datepicker
Commit history
Commits on Feb 4, 2022
Improved const correctness
orbitcowboy
committed
4c0fb4b
View commit details
Copy full SHA for 4c0fb4b
View code at this point
Browse repository at this point
Commits on Jan 20, 2022
Simplified code, there are no functional changes intended.
orbitcowboy
committed
1273469
View commit details
Copy full SHA for 1273469
View code at this point
Browse repository at this point
Commits on Dec 22, 2021
Make use of cbegin()/cend()
orbitcowboy
committed
c52b437
View commit details
Copy full SHA for c52b437
View code at this point
Browse repository at this point
Commits on Jul 20, 2021
Simplified if-else. There are no functional changes
orbitcowboy
committed
7fa1ff8
View commit details
Copy full SHA for 7fa1ff8
View code at this point
Browse repository at this point
Commits on Apr 20, 2021
Make use of C++11 'nullptr'
orbitcowboy
committed
f9b6f3a
View commit details
Copy full SHA for f9b6f3a
View code at this point
Browse repository at this point
Commits on Jul 13, 2020
Prefer pre-increment over post-increment
orbitcowboy
committed
0fc0e67
View commit details
Copy full SHA for 0fc0e67
View code at this point
Browse repository at this point
Commits on Apr 3, 2020
Explicitely add array sizes.
orbitcowboy
committed
b3c868d
View commit details
Copy full SHA for b3c868d
View code at this point
Browse repository at this point
Commits on Aug 22, 2019
Cleanup PVS Studio warnings.
orbitcowboy
committed
4758bd0
View commit details
Copy full SHA for 4758bd0
View code at this point
Browse repository at this point
Cleanup set_style function
orbitcowboy
committed
f8a7078
View commit details
Copy full SHA for f8a7078
View code at this point
Browse repository at this point
Commits on Aug 2, 2019
Cleanup redundant ';'. There are no functional changes intended.
orbitcowboy
committed
2f6f90a
View commit details
Copy full SHA for 2f6f90a
View code at this point
Browse repository at this point
Commits on Jul 19, 2019
Cleanup. No functional changes intended.
orbitcowboy
committed
2aa9cb3
View commit details
Copy full SHA for 2aa9cb3
View code at this point
Browse repository at this point
Commits on Apr 23, 2019
Declared Ctors as 'explicit'. There are no functional changes intended.
orbitcowboy
committed
c2c134c
View commit details
Copy full SHA for c2c134c
View code at this point
Browse repository at this point
Commits on Jun 29, 2018
Improved const correctness of local variables.
orbitcowboy
committed
d14869f
View commit details
Copy full SHA for d14869f
View code at this point
Browse repository at this point
Use 'empty()' instead of 'size() == 0' for checking the emptiness of STL containers.
orbitcowboy
committed
29623d1
View commit details
Copy full SHA for 29623d1
View code at this point
Browse repository at this point
Commits on Jun 27, 2018
Use the 'empty()' function instead of 'size() == 0' for checking the emptiness of STL containers.
orbitcowboy
committed
6070f9f
View commit details
Copy full SHA for 6070f9f
View code at this point
Browse repository at this point
Commits on May 4, 2018
Removed not needed 'private' class modifier.
orbitcowboy
committed
19789ed
View commit details
Copy full SHA for 19789ed
View code at this point
Browse repository at this point
Commits on Mar 24, 2018
Make use of 'void' in case a function has no args.
orbitcowboy
committed
e439ff6
View commit details
Copy full SHA for e439ff6
View code at this point
Browse repository at this point
Commits on Sep 29, 2017
Removed another unreachable statement.
orbitcowboy
committed
84fb166
View commit details
Copy full SHA for 84fb166
View code at this point
Browse repository at this point
Formatted and cleanup some unreachable code.
orbitcowboy
committed
5e28067
View commit details
Copy full SHA for 5e28067
View code at this point
Browse repository at this point
Commits on Sep 17, 2017
Cleanup code.
orbitcowboy
committed
325b4a2
View commit details
Copy full SHA for 325b4a2
View code at this point
Browse repository at this point
Cleanup.
orbitcowboy
committed
6cc06e6
View commit details
Copy full SHA for 6cc06e6
View code at this point
Browse repository at this point
Removed unreachable return values.
orbitcowboy
committed
10011ef
View commit details
Copy full SHA for 10011ef
View code at this point
Browse repository at this point
Commits on Sep 4, 2017
Ignore the return value of close().
orbitcowboy
committed
406316a
View commit details
Copy full SHA for 406316a
View code at this point
Browse repository at this point
Commits on May 17, 2017
Added missing '\0'.
orbitcowboy
committed
8cfa6a4
View commit details
Copy full SHA for 8cfa6a4
View code at this point
Browse repository at this point
Make use of clear() when erasing a std::string variable.
orbitcowboy
committed
77cbced
View commit details
Copy full SHA for 77cbced
View code at this point
Browse repository at this point
Make use of clear() when erasing a std::string variable.
orbitcowboy
committed
2e60ad1
View commit details
Copy full SHA for 2e60ad1
View code at this point
Browse repository at this point
Fixed C4305 warnings from VS2017.
orbitcowboy
committed
6376ad5
View commit details
Copy full SHA for 6376ad5
View code at this point
Browse repository at this point
Fixed unreachable code warnings from VS2017.
orbitcowboy
committed
0438268
View commit details
Copy full SHA for 0438268
View code at this point
Browse repository at this point
Fixed Cppcheck warnings.
orbitcowboy
committed
8a3c6b5
View commit details
Copy full SHA for 8a3c6b5
View code at this point
Browse repository at this point
Use empty() for checking a std::string is empty.
orbitcowboy
committed
37ba1ce
View commit details
Copy full SHA for 37ba1ce
View code at this point
Browse repository at this point
Commits on Jul 19, 2016
Declared file_available as static function.
orbitcowboy
committed
48bdddd
View commit details
Copy full SHA for 48bdddd
View code at this point
Browse repository at this point
Improved contness of getter function.
orbitcowboy
committed
0e5dba5
View commit details
Copy full SHA for 0e5dba5
View code at this point
Browse repository at this point
Commits on May 4, 2016
Take return value of cmd() into account.
orbitcowboy
committed
5ff561d
View commit details
Copy full SHA for 5ff561d
View code at this point
Browse repository at this point
Removed not needed <cstdio> include.
orbitcowboy
committed
ccc1462
View commit details
Copy full SHA for ccc1462
View code at this point
Browse repository at this point
Commits on Apr 22, 2016
Fixed typos in comments, no functional changes.
orbitcowboy
committed
9c08c3b
View commit details
Copy full SHA for 9c08c3b
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL