-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathparameter-name-change-study.txt
74 lines (56 loc) · 4.42 KB
/
parameter-name-change-study.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Eigen
Diff from tag 2.0.0 to 3.0.0
* A number of solve() functions have been changed to have one parameter instead of two, but the name of the remaining parameter ("b") has been preserved.
* assign_DefaultTraversal_InnerUnrolling::run()'s third parameter has been renamed from "row_or_col" to "outer".
* Same for assign_innervec_InnerUnrolling::run().
* CommaInitializer::CommaInitializer()'s first parameter has been renamed from "mat" to "xpr".
* Same for CwiseUnaryOp::CwiseUnaryOp().
wxWidgets
Diff from tag WX2_5_0_1 to WX_3_0_0
* wxBitmapHandlerBase::Create and LoadFile have changed their third parameter from "flags" to "type". (Might be a semantic change.)
* wxClipboardBase::UsePrimarySelection's parameter has changed from "primary" to "usePrimary".
* wxGrid::SendEvent has changed its first parameter from "type" to "evtType".
* wxGenericListCtrl::Create has changed its second parameter from "id" to "winid".
* wxGenericMDIParentFrame::wxGenericMDIParentFrame and wxGenericMDIParentFrame::Create have changed their second parameter from "id" to "winid".
* wxGenericMDIChildFrame::wxGenericMDIChildFrame and wxGenericMDIChildFrame::Create have changed their second parameter from "id" to "winid".
* wxChoice::FindString has changed its first parameter from "string" to "s".
* wxSpinCtrl::SetValue has changed its parameter from "text" to "value".
* wxHtmlHelpController::SetFrameParameters has changed its first parameter from "title" to "titleFormat".
boost asio
Diff from tag boost-1.50.0 to boost-1.55.0
* basic_endpoint::basic_endpoint's "path_name" parameter has been renamed to "socket_address". (Note that the name of the namespace that this class was declared in has also changed, it's a detail class.)
boost date_time
Diff from tag boost-1.50.0 to boost-1.55.0
* delimiter_strings::delimiter_strings: all of the parameter names have been removed.
bool file_system
Diff from tag boost-1.45.0 to boost-1.55.0
No changes in parameter names
bool gil
Diff from tag boost-1.45.0 to boost-1.55.0
No changes in parameter names
boost math
Diff from tag boost-1.45.0 to boost-1.55.0
* cauchy_distribution::cauchy_distribution() has changed its "location" parameter to "l_location" and its "scale" parameter to "l_scale".
* exponential_distribution::exponential_distribution() has changed its "lambda" parameter to "l_lambda".
* gamma_distribution::gamma_distribution() has changed its "shape" parameter to "l_shape" and its "scale" parameter to "l_scale".
* inverse_chi_squared_distribution::inverse_chi_squared_distribution() has changed its "scale" parameter to "l_scale".
* inverse_gamma_distribution::inverse_gamma_distribution() has changed its "shape" parameter to "l_shape" and its "scale" parameter to "l_scale".
* laplace_distribution::laplace_distribution() has changed its "location" parameter to "l_location" and its "scale" parameter to "l_scale".
* logistic_distribution::logistic_distribution() has changed its "location" parameter to "l_location" and its "scale" parameter to "l_scale".
* lognormal_distribution::lognormal_distribution() has changed its "location" parameter to "l_location" and its "scale" parameter to "l_scale".
* normal_distribution::normal_distribution() has changed its "mean" parameter to "l_mean".
* poisson_distribution::poisson_distribution() has changed its "mean" parameter to "l_mean".
* students_t_distribution::students_t_distribution() has changed its "i" parameter to "df".
* triangular_distribution::triangular_distribution() has changed its "lower" parameter to "l_lower", its "mode" parameter to "l_mode" and its "upper" parameter to "l_upper".
* uniform_distribution::uniform_distribution() has changed its "lower" parameter to "l_lower" and its "upper" parameter to "l_upper".
* weibull_distribution::weibull_distribution() has changed its "shape" parameter to "l_shape" and its "scale" parameter to "l_scale".
* The name of the first parameter to evaluate_polynomial_c_imp has been removed.
boost regex
Diff from tag boost-1.45.0 to boost-1.55.0
No changes in parameter names
boost thread
Diff from tag boost-1.45.0 to boost-1.55.0
* thread::timed_join() has changed its first parameter from "wait_until" to "abs_time".
* condition_variable::timd_wait() has changed its first parameter from "wait_until" to "abs_time".
* timed_mutex::timed_lock() has changed its first parameter from "abs_time" to "timeout".
* recursive_timed_mutex::timed_lock() has changed its first parameter from "abs_time" to "timeout".