Skip to content

Commit

Permalink
copy progress refactoring & fixes, missing comments in hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed May 10, 2016
1 parent 5fa14db commit 6d61ed6
Show file tree
Hide file tree
Showing 29 changed files with 560 additions and 486 deletions.
10 changes: 9 additions & 1 deletion far/changelog
@@ -1,4 +1,12 @@
drkns 10.05.2016 18:04:22 +0200 - build 4668
drkns 10.05.2016 22:45:32 +0200 - build 4669

1. Немного переделан способ вывода прогресса копирования.
По идее, должны исправиться все существующие баги с прорисовкой.
В реальности, как обычно, возможно всё.

2. Не хватало стандартных шапок в некоторых *.hpp.

drkns 10.05.2016 18:04:22 +0200 - build 4668

1. С форума: после нажатия Enter на офисных документах в панелях Far терпеливо ждёт когда документ будет закрыт.

Expand Down
3 changes: 3 additions & 0 deletions far/common/algorithm.hpp
Expand Up @@ -3,6 +3,9 @@
#define ALGORITHM_HPP_BBD588C0_4752_46B2_AAB9_65450622FFF0
#pragma once

/*
algorithm.hpp
*/
/*
Copyright © 2014 Far Group
All rights reserved.
Expand Down
3 changes: 3 additions & 0 deletions far/common/conditional.hpp
Expand Up @@ -2,6 +2,9 @@
#define CONDITIONAL_HPP_18900E4A_F2F5_48B9_A92A_DEE70617591B
#pragma once

/*
conditional.hpp
*/
/*
Copyright © 2015 Far Group
All rights reserved.
Expand Down
3 changes: 3 additions & 0 deletions far/common/enum_substrings.hpp
Expand Up @@ -2,6 +2,9 @@
#define ENUM_SUBSTRINGS_HPP_AD490DED_6C5F_4C74_82ED_F858919C4277
#pragma once

/*
enum_substrings.hpp
*/
/*
Copyright © 2016 Far Group
All rights reserved.
Expand Down
3 changes: 3 additions & 0 deletions far/common/enumerator.hpp
Expand Up @@ -2,6 +2,9 @@
#define ENUMERATOR_HPP_6BCD3B36_3A68_400C_82B5_AB3644D0A874
#pragma once

/*
enumerator.hpp
*/
/*
Copyright © 2014 Far Group
All rights reserved.
Expand Down
3 changes: 3 additions & 0 deletions far/common/function_traits.hpp
Expand Up @@ -2,6 +2,9 @@
#define FUNCTION_TRAITS_HPP_071DD1DD_F933_40DC_A662_CB85F7BE7F00
#pragma once

/*
function_traits.hpp
*/
/*
Copyright © 2014 Far Group
All rights reserved.
Expand Down
3 changes: 3 additions & 0 deletions far/common/iterator_range.hpp
Expand Up @@ -2,6 +2,9 @@
#define ITERATOR_RANGE_HPP_3B87674F_96D1_487D_B83E_43E43EFBA4D3
#pragma once

/*
iterator_range.hpp
*/
/*
Copyright © 2014 Far Group
All rights reserved.
Expand Down
3 changes: 3 additions & 0 deletions far/common/monitored.hpp
Expand Up @@ -2,6 +2,9 @@
#define MONITORED_HPP_2F3A1061_FB63_4B9F_8EB9_9DA8C7B7CF22
#pragma once

/*
monitored.hpp
*/
/*
Copyright © 2015 Far Group
All rights reserved.
Expand Down
3 changes: 3 additions & 0 deletions far/common/null_iterator.hpp
Expand Up @@ -2,6 +2,9 @@
#define NULL_ITERATOR_HPP_18FC84FA_D7EE_47C4_9979_72EC06E57C37
#pragma once

/*
null_iterator.hpp
*/
/*
Copyright © 2014 Far Group
All rights reserved.
Expand Down
3 changes: 3 additions & 0 deletions far/common/preprocessor.hpp
Expand Up @@ -2,6 +2,9 @@
#define PREPROCESSOR_HPP_35FF3F1D_40F4_4741_9366_6A0723C14CBB
#pragma once

/*
preprocessor.hpp
*/
/*
Copyright © 2014 Far Group
All rights reserved.
Expand Down
3 changes: 3 additions & 0 deletions far/common/rel_ops.hpp
Expand Up @@ -2,6 +2,9 @@
#define REL_OPS_HPP_216C5B74_491D_4AE0_AA85_4A424C1CF3BA
#pragma once

/*
rel_ops.hpp
*/
/*
Copyright © 2016 Far Group
All rights reserved.
Expand Down
3 changes: 3 additions & 0 deletions far/common/scope_exit.hpp
Expand Up @@ -2,6 +2,9 @@
#define SCOPE_EXIT_HPP_EDB9D84F_7B9F_408C_8FC8_94626C4B3CE3
#pragma once

/*
scope_exit.hpp
*/
/*
Copyright © 2014 Far Group
All rights reserved.
Expand Down
3 changes: 3 additions & 0 deletions far/common/smart_ptr.hpp
Expand Up @@ -2,6 +2,9 @@
#define SMART_PTR_HPP_DE65D1E8_C925_40F7_905A_B7E3FF40B486
#pragma once

/*
smart_ptr.hpp
*/
/*
Copyright © 2014 Far Group
All rights reserved.
Expand Down
3 changes: 3 additions & 0 deletions far/common/swapable.hpp
Expand Up @@ -2,6 +2,9 @@
#define SWAPABLE_HPP_681890D0_0B8D_4C94_BB0A_2C6D3281332A
#pragma once

/*
swapable.hpp
*/
/*
Copyright © 2015 Far Group
All rights reserved.
Expand Down
7 changes: 5 additions & 2 deletions far/common/zip_view.hpp
@@ -1,9 +1,12 @@
#ifndef ZIP_VIEW_HPP_92A80223_8204_4A14_AACC_93D632A39884
#ifndef ZIP_VIEW_HPP_92A80223_8204_4A14_AACC_93D632A39884
#define ZIP_VIEW_HPP_92A80223_8204_4A14_AACC_93D632A39884
#pragma once

/*
Copyright © 2016 Far Group
zip_view.hpp
*/
/*
Copyright © 2016 Far Group
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down

0 comments on commit 6d61ed6

Please sign in to comment.