Skip to content

Commit

Permalink
To C++ pg data get, fetch and check (#2504)
Browse files Browse the repository at this point in the history
* [C++] template to get sql query data
* [C++] fetch part from the *_input files
* [C++/C] get_ part from the *_input files
* [lint]:broom: removing previousely splitted files (into getters & fetchers)
* [C->C++] get_check_data is used & compiled by c++
* [C++] Adjusted to C++ and reorganized dev-doc
* [C] new function to generate error on postgres
* [C++/C] postgres_connection can be included on C++ files
* [dev-doc] adjusted comment on how to use pgr_get_edges
* [build] adjusting the build to new files
* [C->C++] information about columns processed on c++
* [C->C++] adjusting info_t to changes
* [allpairs] Adjusting code to changes
* [alpha_shape] Adjusting code to changes
* [astar] Adjusting code to changes
* [bdAstar] Adjusting code to changes
* [bdDijkstra] Adjusting code to changes
* [bellman_ford] Adjusting code to changes
* [breadthFirstSearch] Adjusting code to changes
* [chinese] Adjusting code to changes
* [circuits] Adjusting code to changes
* [coloring] Adjusting code to changes
* [components] Adjusting code to changes
* [contraction] Adjusting code to changes
* [dagShortestPath] Adjusting code to changes
* [dijkstra] Adjusting code to changes
* [dominator] Adjusting code to changes
* [driving_distance] Adjusting code to changes
* [ksp] Adjusting code to changes
* [lineGraph] Adjusting code to changes
* [max_flow] Adjusting code to changes
* [mincut] Adjusting code to changes
* [ordering] Adjusting code to changes
* [pickDeliver] Adjusting code to changes
* [planar] Adjusting code to changes
* [spanningTree] Adjusting code to changes
* [topologicalSort] Adjusting code to changes
* [transitiveClosure] Adjusting code to changes
* [traversal] Adjusting code to changes
* [trsp] Adjusting code to changes
* [tsp] Adjusting code to changes
* [withPoints] Adjusting code to changes
* [lint]:broom: removing unused files
* [info_t] refining
* [pgdata_getters] using namespace directives
* [get_data] documenting & refining
* [pgdata_fetchers] refining
* [get_check_data] using namespace directives
* [CI] removing windows CI
  • Loading branch information
cvvergara authored May 4, 2023
1 parent a892612 commit ad59265
Show file tree
Hide file tree
Showing 88 changed files with 2,460 additions and 3,518 deletions.
107 changes: 0 additions & 107 deletions .github/workflows/windows.yml

This file was deleted.

19 changes: 0 additions & 19 deletions include/c_common/README.md

This file was deleted.

47 changes: 0 additions & 47 deletions include/c_common/arrays_input.h

This file was deleted.

4 changes: 4 additions & 0 deletions include/c_common/e_report.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ pgr_notice2(
void
pgr_error(char* error_msg);

/* @brief throws postgres error when first string is not null */
void throw_error(char*, char*);


/*! @brief error with hint
*
* ~~~~{.c}
Expand Down
209 changes: 0 additions & 209 deletions include/c_common/get_check_data.h

This file was deleted.

Loading

0 comments on commit ad59265

Please sign in to comment.