Skip to content

Commit

Permalink
Add src/applications/
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Nov 16, 2017
1 parent ada239c commit b1ab155
Show file tree
Hide file tree
Showing 17 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion Makefile.rules
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ SOURCES += src/interpreter/hookintrprtr.c
SOURCES += src/general/intfuncs.c
SOURCES += src/interpreter/intrprtr.c
SOURCES += src/general/iostream.c
SOURCES += src/listfunc.c
SOURCES += src/applications/listfunc.c
SOURCES += src/math/listoper.c
SOURCES += src/core/lists.c
SOURCES += src/tnums/macfloat.c
Expand Down
Empty file added src/applications/README.md
Empty file.
18 changes: 9 additions & 9 deletions src/listfunc.c → src/applications/listfunc.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#include <src/tnums/trans.h> /* transformations */
#include <src/tnums/pperm.h> /* partial perms */

#include <src/listfunc.h> /* functions for generic lists */
#include <src/applications/listfunc.h> /* functions for generic lists */

#include <src/tnums/plist.h> /* plain lists */
#include <src/core/set.h> /* plain sets */
Expand Down Expand Up @@ -640,7 +640,7 @@ Obj FuncPOSITION_FIRST_COMPONENT_SORTED (
if(IS_PLIST(list)) \
RESET_FILT_LIST(list, FN_IS_NSORT);

#include <src/sortbase.h>
#include <src/applications/sortbase.h>

#define SORT_FUNC_NAME SortDensePlist
#define SORT_FUNC_ARGS Obj list
Expand All @@ -655,7 +655,7 @@ Obj FuncPOSITION_FIRST_COMPONENT_SORTED (
#define SORT_FILTER_CHECKS() \
RESET_FILT_LIST(list, FN_IS_NSORT);

#include <src/sortbase.h>
#include <src/applications/sortbase.h>

/****************************************************************************
**
Expand All @@ -678,7 +678,7 @@ Obj FuncPOSITION_FIRST_COMPONENT_SORTED (
RESET_FILT_LIST(list, FN_IS_SSORT); \
RESET_FILT_LIST(list, FN_IS_NSORT);

#include <src/sortbase.h>
#include <src/applications/sortbase.h>

#define SORT_FUNC_NAME SortDensePlistComp
#define SORT_FUNC_ARGS Obj list, Obj func
Expand All @@ -695,7 +695,7 @@ Obj FuncPOSITION_FIRST_COMPONENT_SORTED (
RESET_FILT_LIST(list, FN_IS_SSORT); \
RESET_FILT_LIST(list, FN_IS_NSORT);

#include <src/sortbase.h>
#include <src/applications/sortbase.h>

/****************************************************************************
**
Expand Down Expand Up @@ -750,7 +750,7 @@ Obj FuncPOSITION_FIRST_COMPONENT_SORTED (
RESET_FILT_LIST(shadow, FN_IS_SSORT); \
RESET_FILT_LIST(shadow, FN_IS_NSORT);

#include <src/sortbase.h>
#include <src/applications/sortbase.h>

#define SORT_FUNC_NAME SortParaDensePlist
#define SORT_FUNC_ARGS Obj list, Obj shadow
Expand All @@ -773,7 +773,7 @@ Obj FuncPOSITION_FIRST_COMPONENT_SORTED (
RESET_FILT_LIST(shadow, FN_IS_SSORT); \
RESET_FILT_LIST(shadow, FN_IS_NSORT);

#include <src/sortbase.h>
#include <src/applications/sortbase.h>

#define SORT_FUNC_NAME SORT_PARA_LISTComp
#define SORT_FUNC_ARGS Obj list, Obj shadow, Obj func
Expand All @@ -794,7 +794,7 @@ Obj FuncPOSITION_FIRST_COMPONENT_SORTED (
RESET_FILT_LIST(shadow, FN_IS_NSORT); \
RESET_FILT_LIST(shadow, FN_IS_SSORT);

#include <src/sortbase.h>
#include <src/applications/sortbase.h>

#define SORT_FUNC_NAME SortParaDensePlistComp
#define SORT_FUNC_ARGS Obj list, Obj shadow, Obj func
Expand All @@ -817,7 +817,7 @@ Obj FuncPOSITION_FIRST_COMPONENT_SORTED (
RESET_FILT_LIST(shadow, FN_IS_NSORT); \
RESET_FILT_LIST(shadow, FN_IS_SSORT);

#include <src/sortbase.h>
#include <src/applications/sortbase.h>



Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/compiled.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ extern "C" {

#include <src/core/lists.h> /* generic lists */
#include <src/math/listoper.h> /* operations for generic lists */
#include <src/listfunc.h> /* functions for generic lists */
#include <src/applications/listfunc.h> /* functions for generic lists */
#include <src/tnums/plist.h> /* plain lists */
#include <src/core/set.h> /* plain sets */
#include <src/math/vector.h> /* functions for plain vectors */
Expand Down
2 changes: 1 addition & 1 deletion src/core/opers.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

#include <src/core/saveload.h> /* saving and loading */

#include <src/listfunc.h>
#include <src/applications/listfunc.h>
#include <src/tnums/gmpints.h>

#ifdef HPCGAP
Expand Down
2 changes: 1 addition & 1 deletion src/core/set.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#include <src/tnums/precord.h> /* plain records */

#include <src/core/lists.h> /* generic lists */
#include <src/listfunc.h> /* functions for generic lists */
#include <src/applications/listfunc.h> /* functions for generic lists */
#include <src/tnums/plist.h> /* plain lists */
#include <src/core/set.h> /* plain sets */

Expand Down
2 changes: 1 addition & 1 deletion src/gap.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

#include <src/core/lists.h> /* generic lists */
#include <src/math/listoper.h> /* operations for generic lists */
#include <src/listfunc.h> /* functions for generic lists */
#include <src/applications/listfunc.h> /* functions for generic lists */
#include <src/tnums/plist.h> /* plain lists */
#include <src/core/set.h> /* plain sets */
#include <src/math/vector.h> /* functions for plain vectors */
Expand Down
2 changes: 1 addition & 1 deletion src/general/iostream.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#include <src/core/gvars.h> /* global variables */

#include <src/core/lists.h> /* generic lists */
#include <src/listfunc.h> /* functions for generic lists */
#include <src/applications/listfunc.h> /* functions for generic lists */

#include <src/tnums/plist.h> /* plain lists */
#include <src/tnums/stringobj.h> /* strings */
Expand Down
2 changes: 1 addition & 1 deletion src/hpc/aobjects.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

#include <src/core/lists.h> /* generic lists */
#include <src/math/listoper.h> /* operations for generic lists */
#include <src/listfunc.h> /* functions for generic lists */
#include <src/applications/listfunc.h> /* functions for generic lists */
#include <src/tnums/plist.h> /* plain lists */


Expand Down
2 changes: 1 addition & 1 deletion src/hpc/threadapi.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

#include <src/core/lists.h> /* generic lists */
#include <src/math/listoper.h> /* operations for generic lists */
#include <src/listfunc.h> /* functions for generic lists */
#include <src/applications/listfunc.h> /* functions for generic lists */
#include <src/tnums/plist.h> /* plain lists */
#include <src/core/set.h> /* set */
#include <src/tnums/stringobj.h> /* strings */
Expand Down
2 changes: 1 addition & 1 deletion src/math/dt.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
#include <src/tnums/precord.h> /* plain records */

#include <src/core/lists.h> /* generic lists */
#include <src/listfunc.h> /* functions for generic lists */
#include <src/applications/listfunc.h> /* functions for generic lists */
#include <src/tnums/plist.h> /* plain lists */


Expand Down
2 changes: 1 addition & 1 deletion src/math/dteval.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#include <src/tnums/precord.h> /* plain records */

#include <src/core/lists.h> /* generic lists */
#include <src/listfunc.h> /* functions for generic lists */
#include <src/applications/listfunc.h> /* functions for generic lists */
#include <src/tnums/plist.h> /* plain lists */

#include <src/hpc/guards.h>
Expand Down
2 changes: 1 addition & 1 deletion src/math/listoper.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

#include <src/core/lists.h> /* generic lists */
#include <src/math/listoper.h> /* operations for generic lists */
#include <src/listfunc.h> /* functions for generic lists */
#include <src/applications/listfunc.h> /* functions for generic lists */
#include <src/tnums/plist.h> /* plain lists */
#include <src/core/opers.h> /* TRY_NEXT_METHOD */
#include <src/tnums/range.h> /* Ranges */
Expand Down
2 changes: 1 addition & 1 deletion src/sysfiles.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#include <src/core/calls.h> /* generic call mechanism */

#include <src/core/lists.h> /* generic lists */
#include <src/listfunc.h> /* functions for generic lists */
#include <src/applications/listfunc.h> /* functions for generic lists */

#include <src/tnums/plist.h> /* plain lists */
#include <src/tnums/stringobj.h> /* strings */
Expand Down
2 changes: 1 addition & 1 deletion src/tnums/trans.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
#include <src/tnums/precord.h> /* plain records */

#include <src/core/lists.h> /* generic lists */
#include <src/listfunc.h> /* functions for lists */
#include <src/applications/listfunc.h> /* functions for lists */
#include <src/tnums/plist.h> /* plain lists */

#include <src/core/saveload.h> /* saving and loading */
Expand Down

0 comments on commit b1ab155

Please sign in to comment.