397 Commits

Author SHA1 Message Date
Pranav
7298c7140d Update README.md 2020-02-21 16:01:20 +05:30
Pranav
0ace816e52 Merge pull request #31 from madebr/cmake
Update cmake + add conan + fix msvc + add appveyor
2020-02-21 13:24:43 +05:30
Anonymous Maarten
91d51548fc Add appveyor script file 2020-02-21 00:36:05 +01:00
Anonymous Maarten
83da7c3469 Put NOMINMAX just before inclusion of windows.h header 2020-02-21 00:36:03 +01:00
Anonymous Maarten
b13ff53c26 Add conanfile 2020-02-20 23:54:12 +01:00
Anonymous Maarten
7c762ed146 Add indicatorsConfigVersion cmake support + create source packages 2020-02-20 23:40:41 +01:00
Pranav
3c969556c3 Merge pull request #30 from xbreak/pkgconfigfix
Fix indicators.pc.in if explicit includedir is set
2020-02-19 21:32:08 +05:30
xbreak
297790bcd7 Fix indicators.pc.in if explicit includedir is set
This fixes cases where both -DCMAKE_INSTALL_PREFIX and
-DCMAKE_INSTALL_INCLUDEDIR is set.
2020-02-19 14:43:58 +00:00
Pranav Srinivas Kumar
f9d3eb1bcc Minor updates 2020-02-13 14:22:52 +05:30
Pranav Srinivas Kumar
89ae8cec39 Clang format 2020-02-13 14:21:01 +05:30
Pranav Srinivas Kumar
f5b6b4d779 Added single header file v1.7 2020-02-13 14:20:40 +05:30
Pranav Srinivas Kumar
2b27d8f516 Minor update 2020-02-13 13:49:51 +05:30
Pranav Srinivas Kumar
77bc52b591 FIxed merge conflict 2020-02-11 17:30:24 +05:30
Pranav Srinivas Kumar
a6c55b6936 Updated enums to lowercase per the core guidelines. Bumped to wip v1.7 2020-02-11 17:29:41 +05:30
Pranav
e7b3d077f0 Update README.md 2020-02-11 17:23:23 +05:30
Pranav Srinivas Kumar
0588904b9d Closes #24 2020-02-11 16:31:31 +05:30
Pranav Srinivas Kumar
4442e3570f Minor update to sample 2020-02-11 13:45:22 +05:30
Pranav Srinivas Kumar
2698afb34b Bumped version to 1.6 v1.6 2020-02-11 13:40:30 +05:30
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