summaryrefslogtreecommitdiff
path: root/src/generic
AgeCommit message (Expand)AuthorFilesLines
2010-07-03Move the core command-line progress view interface to generic/views.Daniel_Burrows@alumni.brown.edu6-2/+147
2010-07-03Fix up the SConscript files.Daniel_Burrows@alumni.brown.edu2-0/+8
2010-07-02Add a routine on transient_message to display a non-wrapped message and move ...Daniel Burrows1-0/+1
2010-06-30Add a view interface for displaying the download progress and an implementati...Daniel_Burrows@alumni.brown.edu9-1/+372
2010-06-27Adapt patch from Ubuntu to fix a formatting problem in the progress code on l...Daniel Burrows2-5/+10
2010-06-18Distribute enumerator_transform.Daniel Burrows2-0/+2
2010-06-18Add dynamic_list_impl.h to the list of distributed files.Daniel Burrows1-0/+1
2010-06-18Extract the declarations of the global pointers to apt structures into a sepa...Daniel Burrows4-7/+51
2010-06-18Use the new configure checks to support both the old and the new versions of ...Daniel Burrows3-18/+254
2010-06-10Add routines to compare progress_info objects and to write them to an ostream...Daniel Burrows4-0/+74
2010-06-09Round the progress of a progress bar to the nearest integer.Daniel Burrows1-1/+3
2010-06-09Correctly initialize pulse progress_info objects (they were getting set up as...Daniel Burrows1-1/+8
2010-06-09Eliminate an unnecessary string copy.Daniel Burrows1-1/+1
2010-06-08Use the new mutator methods in progress_info to avoid copying the progress st...Daniel_Burrows@alumni.brown.edu1-5/+10
2010-06-08Make progress_info objects mutable.Daniel_Burrows@alumni.brown.edu1-0/+22
2010-06-08Allow client code to capture the progress of a pattern search.Daniel_Burrows@alumni.brown.edu2-17/+69
2010-06-08Add a method on progress_info that converts the current progress fraction to ...Daniel_Burrows@alumni.brown.edu1-0/+11
2010-05-28Transition from log4cxx to the new logging framework.Daniel Burrows8-36/+47
2010-05-28Make sure we don't try to destroy the global logging system when the program ...Daniel Burrows1-3/+12
2010-05-28In the LOG_() macros, don't assume that stuff from namespace logging is avail...Daniel Burrows1-2/+2
2010-05-28Add a logging level "off" to disable logging at a given category.Daniel Burrows1-1/+13
2010-05-28When propagating log level settings downwards, don't overwrite already-config...Daniel Burrows1-1/+6
2010-05-28Propagate log events up the logging hierarchy.Daniel Burrows1-5/+20
2010-05-28Fix Logger::isEnabledFor (its logic was reversed).Daniel Burrows1-1/+1
2010-05-27Clarify in the doccomments of log() that it's unconditional.Daniel Burrows1-1/+4
2010-05-27Add an accessor to retrieve the effective level of a logger (useful for testi...Daniel Burrows1-0/+3
2010-05-27Fix the LOG_() macros to pass enough arguments to LOG_LEVEL().Daniel Burrows1-6/+6
2010-05-25Move the text-progress object into the cmdline branch, since it's not really ...Daniel Burrows4-230/+1
2010-05-25Truncate floating-point percentages when displaying a progress message.Daniel Burrows1-1/+7
2010-05-25Change the progress_info object so that pulsing progress bars can carry a sta...Daniel Burrows1-3/+8
2010-05-25Add a private version of OpTextProgress.Daniel Burrows4-1/+224
2010-05-25Redesign the logging interface so that test logging systems can be created.Daniel Burrows2-22/+97
2010-05-25Give Logger a virtual destructor.Daniel Burrows2-0/+6
2010-05-25Remove an unnecessary friend declaration (member classes are always friends).Daniel Burrows1-1/+0
2010-05-24Add a first draft of a logging library to replace liblog4cxx.Daniel Burrows4-0/+538
2010-05-14Write configure checks for the order of arguments that boost::fusion::fold us...Daniel Burrows1-0/+8
2010-05-13Write a fully functional alternate initialization path.Daniel Burrows1-2/+2
2010-05-12Add code to do on-the-fly transforms of dynamic sets and enumerations.Daniel Burrows4-0/+229
2010-05-12Add missing #includes from dynamic_set_union.h.Daniel Burrows1-0/+3
2010-05-09Make sure that the connections that are attached when a new set are inserted ...Daniel Burrows1-11/+22
2010-05-09Connect inserted/removed signals from each sub-set to the corresponding handl...Daniel Burrows1-0/+3
2010-05-09Fix a .advance() vs ->advance() error.Daniel Burrows1-1/+1
2010-05-09Return the key of the current entry as the result of get_current() on the ite...Daniel Burrows1-1/+1
2010-05-09Make the constructor of a dynamic set union's enumerator take a *const* refer...Daniel Burrows1-2/+2
2010-05-09Move the values_iterator typedef to the top of the class, make it public, and...Daniel Burrows1-2/+6
2010-05-09Invoke e->advance() instead of e.advance(), since e is a pointer to an enumer...Daniel Burrows1-1/+1
2010-05-09Write a body for ~dynamic_set_test().Daniel Burrows1-0/+5
2010-05-09Add a first implementation of dynamic-set code to go with the dynamic-list code.Daniel Burrows3-0/+487
2010-05-08Actually use the carefully calculated relocation target to rearrange the conc...Daniel Burrows1-1/+1
2010-05-08Remove old references to enumerators from the dynamic_list code.Daniel Burrows3-5/+0