Pranav
|
764d796f87
|
Merge pull request #21 from dawidpilarski/dev
API change - progress bar can be constructed with proper settings.
|
2020-02-11 13:38:14 +05:30 |
|
Dawid Pilarski
|
5c54b69e55
|
post review changes
|
2020-02-11 08:57:38 +01:00 |
|
Dawid Pilarski
|
186f1aafc7
|
What about license?
|
2020-02-10 23:15:09 +01:00 |
|
Dawid Pilarski
|
cfb1593806
|
fixed multi_block_progress_bar.cpp
|
2020-02-10 21:51:20 +01:00 |
|
Dawid Pilarski
|
4a207b8223
|
fixed multi_block_progress_bar.cpp
|
2020-02-10 21:48:36 +01:00 |
|
Dawid Pilarski
|
07734c412b
|
Readme updated
|
2020-02-10 21:25:54 +01:00 |
|
Dawid Pilarski
|
d543453c0c
|
code changes done
|
2020-02-10 20:54:20 +01:00 |
|
Pranav
|
e279bbb7e7
|
Merge pull request #28 from svgsponer/hotfix/remove-semicolon
Remove extra semicolon
|
2020-02-05 22:12:16 -06:00 |
|
Severin Gsponer
|
840743f312
|
Remove extra ;
Removes a extra ; that breaks build with gcc and `-Werror=pedantic`.
|
2020-02-06 02:18:55 +00:00 |
|
Dawid Pilarski
|
46c9983fab
|
Progress spinner changed, default values approach changed, templates refactored
|
2020-02-04 23:36:44 +01:00 |
|
Pranav
|
b1c16d8881
|
Merge pull request #27 from xbreak/pkgconfig
Added pkg-config file
|
2020-02-04 14:23:09 -06:00 |
|
xbreak
|
06da3a97f4
|
Added pkg-config file
|
2020-02-04 20:07:57 +00:00 |
|
Pranav Srinivas Kumar
|
a2272eba8a
|
Closes #26
|
2020-02-04 07:45:47 -06:00 |
|
pilarski
|
46bccdcc1c
|
ProgressBar API change - make ProgressBar constructible with options
|
2020-02-03 23:48:21 +01:00 |
|
Dawid Pilarski
|
3c8975aa34
|
API change - progress bar can be constructed with proper settings.
|
2020-02-03 20:50:19 +01:00 |
|
Pranav
|
9a4729f577
|
Merge pull request #19 from p-ranav/feature/18
Closes #18
|
2020-01-30 08:27:08 -06:00 |
|
Pranav Srinivas Kumar
|
866c008492
|
Closes #18
|
2020-01-30 08:19:25 -06:00 |
|
Pranav
|
dcb7c656cc
|
Merge pull request #17 from hyperxor/extract_progress_scale_writers
Extract progress scale writing logic into separate classes
|
2020-01-21 12:18:51 -06:00 |
|
hyperxor
|
cfcc9f3b4c
|
small fixes
|
2020-01-21 20:43:10 +03:00 |
|
hyperxor
|
91ac917bbc
|
fix passed parameters
|
2020-01-21 08:19:53 +03:00 |
|
hyperxor
|
0939406db4
|
Extract progress scale writing code into separate classes
|
2020-01-21 07:49:47 +03:00 |
|
Pranav
|
d4dea6db2a
|
Merge pull request #16 from hyperxor/remove_redundant_code_in_print_duration_and_small_fixes
Remove code duplication: move _print_duration to details + small fixes
|
2020-01-19 13:06:20 -06:00 |
|
hyperxor
|
0dec563049
|
Remove code duplication: move _print_duration to details + small fixes
|
2020-01-19 21:53:43 +03:00 |
|
Pranav
|
4f9796e904
|
Merge pull request #15 from hyperxor/remove_redundant_code_when_set_stream_color
Remove code duplication: extract set_stream_color function
|
2020-01-19 07:27:32 -06:00 |
|
hyperxor
|
a91d3b6ff7
|
Remove code duplication: extract set_stream_color function
|
2020-01-19 16:20:01 +03:00 |
|
Pranav
|
1cba7fd321
|
Merge pull request #14 from hyperxor/small_code_improvement_in_locks
Small improvement: using lock_guard instead of unique_lock
|
2020-01-19 06:42:38 -06:00 |
|
hyperxor
|
b1f01d5e52
|
Small improvement: using lock_guard instead of unique_lock
|
2020-01-19 13:36:10 +03:00 |
|
Pranav
|
2291c8c39c
|
Update README.md
|
2019-12-27 15:22:19 -06:00 |
|
Pranav Srinivas Kumar
|
e697a43fec
|
Clang format
v1.5
|
2019-12-18 12:47:10 -06:00 |
|
Pranav Srinivas Kumar
|
358e3763c3
|
Minor update
|
2019-12-18 12:46:08 -06:00 |
|
Pranav Srinivas Kumar
|
419737af61
|
Merge branch 'feature/multiprogress_api'
|
2019-12-18 11:59:33 -06:00 |
|
Pranav Srinivas Kumar
|
9786633eba
|
Bumped version
|
2019-12-18 11:59:20 -06:00 |
|
Pranav Srinivas Kumar
|
502ce33af4
|
Updated README w/ new MultiProgress API
|
2019-12-18 11:57:50 -06:00 |
|
Pranav Srinivas Kumar
|
8190a1e513
|
Minor update
|
2019-12-18 11:57:07 -06:00 |
|
Pranav Srinivas Kumar
|
72644e5134
|
Setting multiprogress mode in MultiProgress constructor
|
2019-12-18 11:55:56 -06:00 |
|
Pranav Srinivas Kumar
|
222a8ae4f9
|
Added explicit constructor for MultiProgress to remove insert API
|
2019-12-18 11:51:58 -06:00 |
|
Pranav Srinivas Kumar
|
2694badc93
|
Added locking to .current()
|
2019-12-18 07:55:22 -06:00 |
|
Pranav
|
ba604b7dd6
|
Update README.md
v1.4
|
2019-12-17 22:04:36 -06:00 |
|
Pranav
|
2853aba409
|
Update README.md
|
2019-12-17 22:03:28 -06:00 |
|
Pranav Srinivas Kumar
|
2719604ba9
|
Updated README
|
2019-12-17 22:02:40 -06:00 |
|
Pranav
|
a80e4af117
|
Update README.md
|
2019-12-17 21:59:29 -06:00 |
|
Pranav Srinivas Kumar
|
d862ccde37
|
Updated FID
|
2019-12-17 21:59:17 -06:00 |
|
Pranav Srinivas Kumar
|
63ea50103a
|
Merge branch 'master' of github.com:p-ranav/indicators
|
2019-12-17 21:56:41 -06:00 |
|
Pranav Srinivas Kumar
|
d9aa064380
|
Updated GIF
|
2019-12-17 21:56:36 -06:00 |
|
Pranav
|
5449ad0629
|
Update README.md
|
2019-12-17 21:49:37 -06:00 |
|
Pranav
|
c5969eefe4
|
Update README.md
|
2019-12-17 21:41:44 -06:00 |
|
Pranav Srinivas Kumar
|
34813c8642
|
Added progress_bar.tick GIF
|
2019-12-17 21:40:05 -06:00 |
|
Pranav Srinivas Kumar
|
c2832a5412
|
Updated GIF
|
2019-12-17 21:36:13 -06:00 |
|
Pranav Srinivas Kumar
|
67663b9d7d
|
Updated GIF
|
2019-12-17 21:33:34 -06:00 |
|
Pranav
|
45ad6da847
|
Update README.md
|
2019-12-17 21:33:22 -06:00 |
|