Marcin Siodelski
|
05d934f2eb
[3501] Corrected error messages reported when configuration error occurs.
|
10 years ago |
Marcin Siodelski
|
ba9bed21a4
[3406] Implemented dynamic reconfiguration when SIGHUP is received.
|
11 years ago |
Tomek Mrugalski
|
5625dbfde4
[3400] Obsolete comment removed.
|
11 years ago |
Tomek Mrugalski
|
15b6012702
[3400] Coding style fixes, better error message.
|
11 years ago |
Tomek Mrugalski
|
e03b3b7f15
[3400] Element::preprocess() is now thread safe.
|
11 years ago |
Tomek Mrugalski
|
80ef9a69a2
[3400] Merge remote-tracking branch 'origin/trac3449' into trac3400
|
11 years ago |
Tomek Mrugalski
|
36519e4dcc
[3400] Element::fromJSONFile() added.
|
11 years ago |
Tomek Mrugalski
|
016e77e5e8
[3400] Comment removal implemented in lib/cc/data
|
11 years ago |
Marcin Siodelski
|
bfe07f025a
[3409] Updated Element data structure to hold the file name.
|
11 years ago |
Marcin Siodelski
|
c180526d99
[3408] Addressed review comments.
|
11 years ago |
Marcin Siodelski
|
6725cdd4ec
[3408] Added a few comments in the data.cc concerning element position.
|
11 years ago |
Marcin Siodelski
|
cd0b51a656
[3408] Propagate line numbers and positions of elements in Element objects
|
11 years ago |
Thomas Markwalder
|
88f5ae0627
[3374] Reverted the changes made in 3339 and 3373
|
11 years ago |
Thomas Markwalder
|
ed75a8ddb7
[3339] data::merge now handles map elements
|
11 years ago |
JINMEI Tatuya
|
da025438b6
[3213] add a never-reachable return to silence some compilers
|
11 years ago |
JINMEI Tatuya
|
9c0b166299
[mavericks] avoid using istream::putback when the param is not the latest char.
|
11 years ago |
Kean Johnston
|
2d83a3a525
[3073] Add empty() member function to Element for element lists.
|
11 years ago |
Kazunori Fujiwara
|
1176cc4839
[3015] Updated comments and tests
|
11 years ago |
Kazunori Fujiwara
|
0202fc5aea
[3015] Rewrote to use boost::lexical cast to convert string to values
|
12 years ago |
Kazunori Fujiwara
|
5d8b4032ea
[3015] Type of IntElement is changed from long int to int64_t.
|
12 years ago |
Michal 'vorner' Vaner
|
fc951496b2
Merge #2726
|
12 years ago |
Mukund Sivaraman
|
2cd1c10416
[2726] Constify variable
|
12 years ago |
fujiwara
|
b2f0388d53
[2992] variable definition is moved into inner scope because of cppcheck claim
|
12 years ago |
fujiwara
|
c16bf9a2b1
[2992] Linux requires climits to use LONG_MAX and LONG_MIN
|
12 years ago |
Michal 'vorner' Vaner
|
6e4e55d995
[2726] Reduce variable scope
|
12 years ago |
Kazunori Fujiwara
|
45baa7aba3
[2992] Added errno check to fromStringstreamNumber()
|
12 years ago |
JINMEI Tatuya
|
50e61198ea
[2665] use istream::ignore() (and ignore result) to skip chars instead of get()
|
12 years ago |
JINMEI Tatuya
|
1c59e1ee00
[2571] a small optimization: avoid calling strlen() every time in loop
|
12 years ago |
JINMEI Tatuya
|
63c3bee354
[2571] editorial cleanups: &/* position, use camel name for func; const
|
12 years ago |
Shane Kerr
|
6b6cbde6a1
[2571] Change from char to int when we need special character values.
|
12 years ago |